summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-12-108139cp: revert "set ring address before enabling receiver"Francois Romieu1-11/+11
2012-12-10bnx2x: remove redundant warning logAriel Elior1-4/+7
2012-12-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com3-0/+4
2012-11-27r8169: allow multicast packets on sub-8168f chipset.Nathan Walp1-0/+3
2012-11-27r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois1-0/+2
2012-11-27tg3: unconditionally select HWMON support when tg3 is enabled.Paul Gortmaker2-9/+1
2012-11-27r8169: use unlimited DMA burst for TXMichal Schmidt1-1/+1
2012-11-18drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_freePeter Senna Tschudin1-0/+1
2012-11-18ixgbe: PTP get_ts_info missing software supportJacob Keller1-0/+3
2012-10-31tilegx: fix some issues in the SW TSO supportChris Metcalf1-16/+19
2012-10-28skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower1-0/+7
2012-10-28net: remove skb recyclingEric Dumazet8-102/+16
2012-10-21e1000e: Change wthresh to 1 to avoid possible Tx stallsHiroaki SHIMODA2-4/+4
2012-10-13net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...Tao Hou1-0/+1
2012-10-13ixgbe: fix PTP ethtool timestamping functionJacob Keller1-4/+1
2012-09-28netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun1-3/+1
2012-09-28qlcnic: Fix scheduling while atomic bugNarendra K1-2/+2
2012-09-28bnx2: Clean up remaining iounmapNeil Horman1-1/+1
2012-09-27netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun1-2/+2
2012-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-22/+41
2012-09-21net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2-8/+8
2012-09-21stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun1-1/+1
2012-09-21gianfar: fix phc index build failureRichard Cochran2-2/+3
2012-09-21bnx2x: remove false warning regarding interrupt numberAriel Elior1-5/+6
2012-09-21at91ether: return PTR_ERR if call to clk_get failsDevendra Naga1-1/+1
2012-09-19e1000: Small packets may get corrupted during padding by HWTushar Dave1-0/+11
2012-09-19netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov1-0/+4
2012-09-19bnx2x: fix rx checksum validation for IPv6Michal Schmidt1-5/+7
2012-09-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-17/+23
2012-09-14mlx4_core: Fix integer overflows so 8TBs of memory registration worksYishai Hadas2-17/+23
2012-09-14bnx2x: Add missing afex codeYuval Mintz2-11/+21
2012-09-14bnx2x: fix registers dumpedDmitry Kravkov2-18/+9
2012-09-14bnx2x: correct advertisement of pause capabilitiesYaniv Rosner1-0/+6
2012-09-14bnx2x: display the correct duplex valueYaniv Rosner1-4/+6
2012-09-14bnx2x: prevent timeouts when using PFCYaniv Rosner1-3/+5
2012-09-14bnx2x: fix stats copying logicYuval Mintz1-2/+5
2012-09-14bnx2x: Avoid sending multiple statistics queriesDmitry Kravkov1-3/+5
2012-09-07|PATCH] seeq: Add missing spinlock initJean Delvare1-0/+1
2012-09-07net/mlx4_core: Return the error value in case of command initialization failureEugenia Emantayev1-1/+2
2012-09-07net/mlx4_core: Fixing error flow in case of QUERY_FW failureAviad Yehezkel1-6/+7
2012-09-07net/mlx4_core: Looking for promiscuous entries on the correct portAviad Yehezkel1-8/+8
2012-09-07net/mlx4_core: Add security check / enforcement for flow steering rules set f...Hadar Hen Zion1-0/+116
2012-09-07net/mlx4_core: Put Firmware flow steering structures in common header filesHadar Hen Zion2-83/+83
2012-09-06ibmveth: Fix alignment of rx queue bugSantiago Leon1-17/+9
2012-09-04i825xx: fix paging fault on znet_probe()Wu Fengguang1-4/+9
2012-09-01net: ethernet: fix kernel OOPS when remove davinci_mdio moduleBin Liu1-1/+3
2012-08-31cs89x0 : packet reception not workingJaccon Bastiaansen1-5/+5
2012-08-30bnx2x: Correct the ndo_poll_controller callMerav Sicron1-3/+5
2012-08-30bnx2x: Move netif_napi_add to the open callMerav Sicron5-13/+10
2012-08-30e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan2-25/+24