Age | Commit message (Expand) | Author | Files | Lines |
2015-12-15 | ser_gigaset: fix deallocation of platform device structure | Tilman Schmidt | 1 | -3/+7 |
2015-12-15 | ser_gigaset: turn nonsense checks into WARN_ON | Alan Cox | 1 | -5/+5 |
2015-12-15 | ser_gigaset: fix up NULL checks | Tilman Schmidt | 1 | -3/+3 |
2015-12-15 | qlcnic: fix a timeout loop | Dan Carpenter | 1 | -1/+2 |
2015-12-15 | sfc: fix a timeout loop | Dan Carpenter | 1 | -1/+1 |
2015-12-15 | qlge: fix a timeout loop in ql_change_rx_buffers() | Dan Carpenter | 1 | -2/+3 |
2015-12-15 | amd-xgbe: fix a couple timeout loops | Dan Carpenter | 1 | -2/+2 |
2015-12-15 | mISDN: fix a loop count | Dan Carpenter | 1 | -4/+3 |
2015-12-15 | net/mlx4_core: fix handling return value of mlx4_slave_convert_port | Andrzej Hajda | 1 | -2/+3 |
2015-12-15 | pptp: verify sockaddr_len in pptp_bind() and pptp_connect() | WANG Cong | 1 | -0/+6 |
2015-12-15 | ravb: Add disable 10base | Kazuya Mizuguchi | 1 | -0/+3 |
2015-12-15 | sh_eth: fix descriptor access endianness | Sergei Shtylyov | 1 | -10/+14 |
2015-12-15 | sh_eth: fix TX buffer byte-swapping | Sergei Shtylyov | 1 | -2/+1 |
2015-12-14 | sh_eth: uninline sh_eth_{write|read}() | Sergei Shtylyov | 2 | -25/+24 |
2015-12-14 | stmmac: dwmac-sunxi: Call exit cleanup function in probe error path | Chen-Yu Tsai | 1 | -1/+5 |
2015-12-14 | net: phy: mdio-mux: Check return value of mdiobus_alloc() | Tobias Klauser | 1 | -1/+6 |
2015-12-13 | net:hns: print MAC with %pM | Andy Shevchenko | 1 | -35/+14 |
2015-12-13 | net:hns: annotate IO address space properly | Andy Shevchenko | 1 | -5/+6 |
2015-12-12 | sfc: only use RSS filters if we're using RSS | Bert Kenward | 3 | -13/+18 |
2015-12-11 | bnxt_en: Implement missing tx timeout reset logic. | Michael Chan | 1 | -3/+13 |
2015-12-11 | bnxt_en: Don't cancel sp_task from bnxt_close_nic(). | Michael Chan | 2 | -2/+12 |
2015-12-11 | bnxt_en: Change bp->state to bitmap. | Michael Chan | 3 | -8/+7 |
2015-12-11 | bnxt_en: Fix bitmap declaration to work on 32-bit arches. | Michael Chan | 1 | -6/+5 |
2015-12-11 | phy: micrel: Fix finding PHY properties in MAC node. | Andrew Lunn | 1 | -2/+11 |
2015-12-08 | net: ezchip: fix address space confusion in nps_enet.c | Arnd Bergmann | 1 | -21/+9 |
2015-12-08 | net: fsl: avoid 64-bit warning on pq_mdio | Arnd Bergmann | 1 | -1/+1 |
2015-12-08 | r8152: fix lockup when runtime PM is enabled | Peter Wu | 1 | -18/+3 |
2015-12-08 | net: thunderx: Correctly distinguish between VF and LMAC count | Pavel Fedin | 1 | -21/+18 |
2015-12-08 | geneve: Fix IPv6 xmit stats update. | Pravin B Shelar | 1 | -2/+0 |
2015-12-07 | vxlan: interpret IP headers for ECN correctly | Jiri Benc | 1 | -4/+2 |
2015-12-07 | vxlan: support ndo_fill_metadata_dst also for IPv6 | Jiri Benc | 1 | -2/+23 |
2015-12-07 | vxlan: move IPv6 outpute route calculation to a function | Jiri Benc | 1 | -10/+34 |
2015-12-07 | qed: Correct slowpath interrupt scheme | Sudarsana Kalluru | 4 | -52/+55 |
2015-12-07 | qed: Fix BAR size split for some servers | Ariel Elior | 2 | -21/+36 |
2015-12-07 | qed: fix handling of concurrent ramrods. | Tomer Tayar | 2 | -17/+54 |
2015-12-07 | ethernet: aurora: AURORA_NB8800 should depend on HAS_DMA | Geert Uytterhoeven | 1 | -0/+1 |
2015-12-06 | net: qca_spi: fix transmit queue timeout handling | Stefan Wahren | 1 | -3/+2 |
2015-12-05 | net: cdc_mbim: add "NDP to end" quirk for Huawei E3372 | Bjørn Mork | 2 | -2/+34 |
2015-12-05 | stmmac: fix resource management when resume | Giuseppe CAVALLARO | 1 | -3/+6 |
2015-12-05 | ravb: fix RX queue #1 frame error counter name | Sergei Shtylyov | 1 | -1/+1 |
2015-12-05 | sh_eth: fix kernel oops in skb_put() | Sergei Shtylyov | 1 | -2/+2 |
2015-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 5 | -13/+23 |
2015-12-04 | atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation | Pavel Machek | 1 | -4/+3 |
2015-12-04 | pppoe: fix memory corruption in padt work structure | Guillaume Nault | 1 | -4/+10 |
2015-12-04 | net: mvpp2: fix refilling BM pools in RX path | Marcin Wojtas | 1 | -12/+16 |
2015-12-04 | net: mvpp2: fix buffers' DMA handling on RX path | Marcin Wojtas | 1 | -5/+16 |
2015-12-04 | net: mvpp2: fix missing DMA region unmap in egress processing | Marcin Wojtas | 1 | -3/+2 |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 79 | -253/+2399 |
2015-12-03 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -124/+139 |
2015-12-03 | i40e/i40evf: avoid mutex re-init | Jesse Brandeburg | 4 | -13/+20 |