Age | Commit message (Expand) | Author | Files | Lines |
2016-05-31 | sfc: Track RPS flow IDs per channel instead of per function | Jon Cooper | 3 | -17/+56 |
2016-05-31 | usbnet: smsc95xx: fix link detection for disabled autonegotiation | Christoph Fritz | 1 | -0/+51 |
2016-05-31 | virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv | wangyunjian | 1 | -16/+2 |
2016-05-31 | bnx2x: avoid leaking memory on bnx2x_init_one() failures | Vitaly Kuznetsov | 1 | -7/+10 |
2016-05-31 | net: fec: update dirty_tx even if no skb | Troy Kisky | 1 | -5/+3 |
2016-05-31 | atm: iphase: off by one in rx_pkt() | Dan Carpenter | 1 | -1/+1 |
2016-05-31 | atm: firestream: add more reserved strings | Dan Carpenter | 1 | -1/+5 |
2016-05-31 | vxlan: Accept user specified MTU value when create new vxlan link | Chen Haiquan | 1 | -0/+3 |
2016-05-29 | sfc: use flow dissector helpers for aRFS | Edward Cree | 1 | -54/+21 |
2016-05-29 | net: nps_enet: Disable interrupts before napi reschedule | Elad Kanfi | 1 | -1/+3 |
2016-05-29 | ptp: oops in ptp_ioctl() | Dan Carpenter | 1 | -0/+1 |
2016-05-26 | qed: Don't config min BW on 100g on link flap | Yuval Mintz | 1 | -0/+7 |
2016-05-26 | qed: Prevent 100g from working in MSI | Sudarsana Reddy Kalluru | 2 | -8/+15 |
2016-05-26 | qed: Add missing 100g init mode | Yuval Mintz | 1 | -0/+7 |
2016-05-26 | qed: Save min/max accross dcbx-change | Yuval Mintz | 1 | -2/+4 |
2016-05-26 | qed: Fix allocation in interrupt context | Sudarsana Reddy Kalluru | 1 | -11/+16 |
2016-05-26 | qede: Don't expose self-test for VFs | Yuval Mintz | 1 | -1/+4 |
2016-05-26 | qede: Reload on GRO changes | Yuval Mintz | 1 | -0/+24 |
2016-05-26 | qede: Fix VF minimum BW setting | Yuval Mintz | 1 | -1/+1 |
2016-05-25 | net/mlx4_en: get rid of private net_device_stats | Eric Dumazet | 4 | -15/+5 |
2016-05-25 | net/mlx4_en: get rid of ret_stats | Eric Dumazet | 2 | -6/+6 |
2016-05-25 | net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats() | Eric Dumazet | 1 | -0/+4 |
2016-05-25 | net/mlx4_en: fix tx_dropped bug | Eric Dumazet | 4 | -5/+9 |
2016-05-25 | net: arc: trivial: Replace comma with a semicolon | Marek Vasut | 1 | -1/+1 |
2016-05-25 | net: stmmac: Fix incorrect memcpy source memory | Marek Vasut | 1 | -1/+1 |
2016-05-25 | net: alx: use custom skb allocator | Feng Tang | 2 | -1/+51 |
2016-05-25 | team: don't call netdev_change_features under team->lock | Ivan Vecera | 1 | -2/+7 |
2016-05-25 | sfc: on MC reset, clear PIO buffer linkage in TXQs | Edward Cree | 1 | -0/+16 |
2016-05-25 | net: mvneta: Fix lacking spinlock initialization | Gregory CLEMENT | 1 | -0/+1 |
2016-05-25 | qed: Reset the enable flag for eth protocol. | Sudarsana Reddy Kalluru | 1 | -1/+1 |
2016-05-24 | net/qlge: Avoids recursive EEH error | Gavin Shan | 1 | -1/+2 |
2016-05-23 | qed: signedness bug in qed_dcbx_process_tlv() | Dan Carpenter | 1 | -1/+2 |
2016-05-23 | ptp: use memdup_user(). | Muhammad Falak R Wani | 1 | -8/+3 |
2016-05-23 | net: hns: avoid null pointer dereference | xypron.glpk@gmx.de | 1 | -11/+0 |
2016-05-23 | net: pegasus: simplify logical constraint | xypron.glpk@gmx.de | 1 | -1/+1 |
2016-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2 | -25/+17 |
2016-05-22 | x86: remove pointless uaccess_32.h complexity | Linus Torvalds | 1 | -3/+1 |
2016-05-21 | Merge tag 'rtc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 41 | -734/+972 |
2016-05-21 | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working... | Linus Torvalds | 2 | -120/+104 |
2016-05-21 | rtc: tps6586x: rename so module can be autoloaded | Nicolas Chauvet | 1 | -1/+1 |
2016-05-21 | rtc: rv3029: hide unused i2c device table | Arnd Bergmann | 1 | -7/+7 |
2016-05-21 | rtc: rs5c372: r2025: fix check for 'oscillator halted' condition | Thomas Koeller | 1 | -2/+2 |
2016-05-21 | rtc: rv3029: add alarm IRQ | Mylène Josserand | 1 | -21/+93 |
2016-05-21 | rtc: rv3029: fix set_time function | Mylène Josserand | 1 | -1/+1 |
2016-05-21 | rtc: rv3029: fix alarm support | Mylène Josserand | 1 | -7/+16 |
2016-05-21 | rtc: rv3029: Remove some checks and warnings | Mylène Josserand | 1 | -34/+34 |
2016-05-21 | rtc: rv3029: Add support of RV3049 | Mylène Josserand | 2 | -21/+124 |
2016-05-21 | rtc: rv3029: convert to use regmap | Mylène Josserand | 1 | -133/+142 |
2016-05-21 | rtc: rv3029: remove 'i2c' in functions names | Mylène Josserand | 1 | -75/+57 |
2016-05-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 7 | -383/+164 |