summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2016-01-05cxgb4: correctly handling failed allocationInsu Yun1-0/+4
2016-01-05qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun1-2/+4
2016-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-73/+112
2015-12-29drivers: net: cpsw: fix error return codeJulia Lawall1-3/+7
2015-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-45/+1
2015-12-28RDMA/be2net: Remove open and close entry pointsDevesh Sharma4-45/+1
2015-12-24qlcnic: fix a loop exit condition betterDan Carpenter1-1/+1
2015-12-22sh_eth: fix 16-bit descriptor field access endianness tooSergei Shtylyov2-28/+30
2015-12-19natsemi: add checks for dma mapping errorsAlexey Khoroshilov1-0/+12
2015-12-19bnx2x: Prevent FW assertion when using VxlanYuval Mintz1-9/+13
2015-12-18be2net: Avoid accessing eq object in be_msix_register routine, when i < 0.Venkat Duvvuru1-1/+3
2015-12-18net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev3-7/+14
2015-12-18net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev1-3/+2
2015-12-18drivers: net: cpsw: increment reference count on fixed-link PHY nodeDavid Rivshin1-4/+9
2015-12-18drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHYDavid Rivshin1-18/+22
2015-12-18ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phyPascal Speck (Iktek)1-1/+1
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-317/+407
2015-12-17drivers: net: xgene: fix Tx flow controlIyappan Subramanian2-18/+24
2015-12-1782xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth1-1/+1
2015-12-17gianfar: 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-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-15sh_eth: uninline sh_eth_{write|read}()Sergei Shtylyov2-25/+24
2015-12-15stmmac: dwmac-sunxi: Call exit cleanup function in probe error pathChen-Yu Tsai1-1/+5
2015-12-14net:hns: print MAC with %pMAndy Shevchenko1-35/+14
2015-12-14net: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-12bnxt_en: Implement missing tx timeout reset logic.Michael Chan1-3/+13
2015-12-12bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2-2/+12
2015-12-12bnxt_en: Change bp->state to bitmap.Michael Chan3-8/+7
2015-12-12bnxt_en: Fix bitmap declaration to work on 32-bit arches.Michael Chan1-6/+5
2015-12-09net: ezchip: fix address space confusion in nps_enet.cArnd Bergmann1-21/+9
2015-12-09net: fsl: avoid 64-bit warning on pq_mdioArnd Bergmann1-1/+1
2015-12-09net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin1-21/+18
2015-12-09IB/mlx4: Use correct order of variables in log messageWengang Wang1-1/+1
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-06net: qca_spi: fix transmit queue timeout handlingStefan Wahren1-3/+2
2015-12-06stmmac: fix resource management when resumeGiuseppe CAVALLARO1-3/+6
2015-12-06ravb: fix RX queue #1 frame error counter nameSergei Shtylyov1-1/+1
2015-12-06sh_eth: fix kernel oops in skb_put()Sergei Shtylyov1-2/+2
2015-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-13/+23