aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds52-362/+536
2015-12-17drivers: net: xgene: fix Tx flow controlIyappan Subramanian2-18/+24
2015-12-1682xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth1-1/+1
2015-12-16gianfar: Don't enable RX Filer if not supportedHamish Martin2-3/+6
2015-12-15qlcnic: fix a timeout loopDan Carpenter1-1/+2
2015-12-15sfc: fix a timeout loopDan Carpenter1-1/+1
2015-12-15qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter1-2/+3
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter1-2/+2
2015-12-15net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda1-2/+3
2015-12-15pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong1-0/+6
2015-12-15ravb: Add disable 10baseKazuya Mizuguchi1-0/+3
2015-12-15sh_eth: fix descriptor access endiannessSergei Shtylyov1-10/+14
2015-12-15sh_eth: fix TX buffer byte-swappingSergei Shtylyov1-2/+1
2015-12-14sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2-25/+24
2015-12-14stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai1-1/+5
2015-12-14net: phy: mdio-mux: Check return value of mdiobus_alloc()Tobias Klauser1-1/+6
2015-12-13net:hns: print MAC with %pMAndy Shevchenko1-35/+14
2015-12-13net:hns: annotate IO address space properlyAndy Shevchenko1-5/+6
2015-12-12sfc: only use RSS filters if we're using RSSBert Kenward3-13/+18
2015-12-11bnxt_en: Implement missing tx timeout reset logic.Michael Chan1-3/+13
2015-12-11bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2-2/+12
2015-12-11bnxt_en: Change bp->state to bitmap.Michael Chan3-8/+7
2015-12-11bnxt_en: Fix bitmap declaration to work on 32-bit arches.Michael Chan1-6/+5
2015-12-11phy: micrel: Fix finding PHY properties in MAC node.Andrew Lunn1-2/+11
2015-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2015-12-08net: ezchip: fix address space confusion in nps_enet.cArnd Bergmann1-21/+9
2015-12-08net: fsl: avoid 64-bit warning on pq_mdioArnd Bergmann1-1/+1
2015-12-08r8152: fix lockup when runtime PM is enabledPeter Wu1-18/+3
2015-12-08net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin1-21/+18
2015-12-08geneve: Fix IPv6 xmit stats update.Pravin B Shelar1-2/+0
2015-12-08IB/mlx4: Use correct order of variables in log messageWengang Wang1-1/+1
2015-12-07vxlan: interpret IP headers for ECN correctlyJiri Benc1-4/+2
2015-12-07vxlan: support ndo_fill_metadata_dst also for IPv6Jiri Benc1-2/+23
2015-12-07vxlan: move IPv6 outpute route calculation to a functionJiri Benc1-10/+34
2015-12-07qed: Correct slowpath interrupt schemeSudarsana Kalluru4-52/+55
2015-12-07qed: Fix BAR size split for some serversAriel Elior2-21/+36
2015-12-07qed: fix handling of concurrent ramrods.Tomer Tayar2-17/+54
2015-12-07ethernet: aurora: AURORA_NB8800 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2015-12-07virtio-net: Stop doing DMA from the stackMichael S. Tsirkin1-15/+19
2015-12-06net: qca_spi: fix transmit queue timeout handlingStefan Wahren1-3/+2
2015-12-05net: cdc_mbim: add "NDP to end" quirk for Huawei E3372Bjørn Mork2-2/+34
2015-12-05stmmac: fix resource management when resumeGiuseppe CAVALLARO1-3/+6
2015-12-05ravb: fix RX queue #1 frame error counter nameSergei Shtylyov1-1/+1
2015-12-05sh_eth: fix kernel oops in skb_put()Sergei Shtylyov1-2/+2
2015-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller5-13/+23
2015-12-04atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek1-4/+3
2015-12-04pppoe: fix memory corruption in padt work structureGuillaume Nault1-4/+10
2015-12-04net: mvpp2: fix refilling BM pools in RX pathMarcin Wojtas1-12/+16
2015-12-04net: mvpp2: fix buffers' DMA handling on RX pathMarcin Wojtas1-5/+16
2015-12-04net: mvpp2: fix missing DMA region unmap in egress processingMarcin Wojtas1-3/+2