summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
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-17drivers/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
2012-07-16be2net: fix a race in be_xmit()Eric Dumazet1-2/+3
2012-07-16Revert "niu: Add support for byte queue limits."David S. Miller1-11/+1
2012-07-16sky2: fix checksum bit management on some chipsstephen hemminger1-4/+6
2012-07-16lpc_eth: fix tx completionEric Dumazet1-5/+5
2012-07-16lpc_eth: add missing ndo_change_mtu()Eric Dumazet1-0/+1
2012-07-16r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga1-0/+3
2012-06-22e1000e: Remove special case for 82573/82574 ASPM L1 disablementChris Boot1-8/+0
2012-06-22e1000e: Disable ASPM L1 on 82574Chris Boot1-1/+2
2012-06-10fec_mpc52xx: fix timestamp filteringStephan Gatzka1-1/+1
2012-05-17e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-15pch_gbe: fix transmit racesEric Dumazet2-16/+11