summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-03-14e1000e: fix pci-device enable-counter balanceKonstantin Khlebnikov1-1/+1
2013-02-17igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck1-3/+5
2013-02-14be2net: Fix to trim skb for padded vlan packets to workaround an ASIC BugSomnath Kotur2-14/+47
2013-02-14tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir1-23/+35
2013-02-14tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir1-0/+4
2013-02-14via-rhine: Fix bugs in NAPI support.David S. Miller1-6/+2
2013-02-14r8169: remove the obsolete and incorrect AMD workaroundTimo Teräs1-7/+0
2013-02-14netxen: fix off by one bug in netxen_release_tx_buffer()Eric Dumazet2-1/+3
2013-02-14net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz1-9/+2
2013-02-14net/mlx4_en: Fix bridged vSwitch configuration for non SRIOV modeYan Burman1-4/+9
2013-02-14net: calxedaxgmac: throw away overrun framesRob Herring1-0/+4
2013-01-21igb: release already assigned MSI-X interrupts if setup failsStefan Assmann1-6/+16
2013-01-21r8169: avoid NAPI scheduling delay.Francois Romieu1-5/+1
2013-01-11ne2000: add the right platform deviceAlan Cox1-0/+1
2012-12-10bnx2x: remove redundant warning logAriel Elior1-4/+7
2012-12-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com4-0/+5
2012-11-26sky2: Fix for interrupt handlerMirko Lindner1-1/+3
2012-11-26r8169: allow multicast packets on sub-8168f chipset.Nathan Walp1-0/+3
2012-11-26r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois1-0/+2
2012-11-26r8169: 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-10-28skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower1-0/+7
2012-10-21e1000e: Change wthresh to 1 to avoid possible Tx stallsHiroaki SHIMODA2-4/+4
2012-10-13r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu1-0/+6
2012-10-13r8169: Config1 is read-only on 8168c and later.Francois Romieu1-2/+13
2012-10-13netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov1-0/+4
2012-10-13net: ethernet: davinci_cpdma: decrease the desc count when cleaning up the re...htbegin1-0/+1
2012-10-13bnx2x: fix rx checksum validation for IPv6Michal Schmidt1-5/+7
2012-10-02r8169: RxConfig hack for the 8168evl.Francois Romieu1-0/+1
2012-10-02ibmveth: Fix alignment of rx queue bugSantiago Leon1-17/+9
2012-10-02gianfar: fix default tx vlan offload feature flagClaudiu Manoil1-1/+1
2012-10-02sfc: Fix reporting of IPv4 full filters through ethtoolBen Hutchings1-2/+2
2012-10-02sfc: Fix maximum number of TSO segments and minimum TX queue sizeBen Hutchings4-9/+46
2012-08-15e1000e: NIC goes up and immediately goes downTushar Dave1-3/+1
2012-08-09r8169: revert "add byte queue limit support".Francois Romieu1-22/+5
2012-08-09bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan1-3/+3
2012-08-09gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet1-4/+3
2012-08-09atl1c: fix issue of transmit queue 0 timed outCloud Ren1-1/+0
2012-08-09tg3: Fix race condition in tg3_get_stats64()Michael Chan1-2/+4
2012-08-09tg3: Fix Read DMA workaround for 5719 A0.Michael Chan1-2/+1
2012-08-09tg3: add device id of Apple Thunderbolt Ethernet deviceGreg KH1-0/+1
2012-07-19stmmac: Fix for nfs hang on multiple rebootDeepak Sikri1-0/+3
2012-07-19e1000e: Correct link check logic for 82571 serdesTushar Dave1-0/+3
2012-07-16tg3: Apply short DMA frag workaround to 5906Matt Carlson1-1/+2
2012-07-16e1000e: test for valid check_reset_block function pointerBruce Allan4-8/+12
2012-07-16e1000e: remove use of IP payload checksumBruce Allan2-61/+15
2012-07-16igbvf: fix divide by zeroMitch A Williams1-11/+18
2012-07-16ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck3-7/+13
2012-07-16bnx2x: fix panic when TX ring is fullEric Dumazet1-5/+3
2012-07-16bnx2x: fix checksum validationEric Dumazet2-21/+21