summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
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-09fec_mpc52xx: fix timestamp filteringStephan Gatzka1-1/+1
2012-05-18e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-15pch_gbe: fix transmit racesEric Dumazet2-16/+11
2012-05-12ks8851: Update link status during link change interruptStephen Boyd1-3/+4
2012-05-11ehea: fix losing of NEQ events when one event occurred earlyThadeu Lima de Souza Cascardo1-0/+2
2012-05-11igb: fix rtnl race in PM resume pathBenjamin Poirier1-14/+6
2012-05-10Merge branch 'sfc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller1-1/+1
2012-05-09r8169: fix unsigned int wraparound with TSOJulien Ducourthial1-6/+10
2012-05-08sfc: Fix division by zero when using one RX channel and no SR-IOVBen Hutchings1-1/+1
2012-05-06bnx2x: bug fix when loading after SAN bootAriel Elior1-1/+22
2012-05-04e1000: Silence sparse warnings by correcting typeAndrei Emeltchenko1-2/+2
2012-05-04igb, ixgbe: netdev_tx_reset_queue incorrectly called from tx init pathJohn Fastabend3-4/+6
2012-05-03ixgbe: dcb: BIT_APP_UPCHG not set by ixgbe_copy_dcb_cfg()John Fastabend3-28/+22
2012-05-03ixgbe: fix race condition with shutdownDon Skidmore1-0/+2
2012-05-03sungem: Fix WakeOnLanGerard Lledo1-1/+1
2012-05-03ucc_geth: Add 16 bytes to max TX frame for VLANsJoakim Tjernlund1-3/+3
2012-05-03net: ucc_geth, increase no. of HW RX descriptorsJoakim Tjernlund1-1/+1
2012-05-01sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger2-12/+17
2012-05-01sky2: propogate rx hash when packet is copiedstephen hemminger1-0/+3
2012-05-01cxgb3: Don't call cxgb_vlan_mode until q locks are initializedRoland Dreier1-46/+46
2012-05-01ixgbe: fix calling skb_put on nonlinear skb assertion bugYi Zou1-0/+1
2012-05-01ixgbe: Fix a memory leak in IEEE DCBAlexander Duyck1-4/+5
2012-05-01igbvf: fix the bug when initializing the igbvfSamuel Liao1-2/+2
2012-04-26dl2k: Clean up rio_ioctlJeff Mahoney2-50/+9
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2-47/+54