summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-05-11r8169: fix 8168evl frame padding.Stefan Bader1-0/+9
2013-05-11net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt1-13/+10
2013-05-07ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller1-0/+10
2013-05-07gianfar: do not advertise any alarm capability.Richard Cochran1-2/+1
2013-05-01atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-04-16r8169: fix auto speed down issueHayes Wang1-3/+25
2013-04-05pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-04-05ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com1-1/+1
2013-04-05DM9000B: driver initialization upgradeJoseph CHANG2-105/+120
2013-04-05atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2-21/+2
2013-04-05drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-04-05drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N1-1/+1
2013-04-05sky2: Threshold for Pause Packet is set wrongMirko Lindner1-1/+1
2013-04-05sky2: Receive Overflows not countedMirko Lindner1-1/+1
2013-04-05tg3: fix length overflow in VPD firmware parsingKees Cook1-2/+5
2013-03-28sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings1-1/+2
2013-03-28sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-03-28sfc: Detach net device when stopping queues for reconfigurationBen Hutchings1-4/+12
2013-03-28sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2-6/+8
2013-03-28sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings1-5/+10
2013-03-28sfc: Correctly initialise reset_method in siena_test_chip()Ben Hutchings1-1/+1
2013-03-28sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES requestBen Hutchings2-0/+10
2013-03-28sfc: Disable VF queues during register self-testBen Hutchings5-60/+76
2013-03-28sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings1-6/+6
2013-03-28sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko3-3/+16
2013-03-28sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2-4/+53
2013-03-28sfc: Really disable flow control while flushingBen Hutchings6-7/+23
2013-03-28sfc: Fix MCDI structure field lookupBen Hutchings1-2/+4
2013-03-28sfc: Add parentheses around use of bitfield macro argumentsBen Hutchings1-11/+11
2013-03-28sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg()Ben Hutchings1-7/+11
2013-03-28sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson1-14/+19
2013-03-28bnx2x: fix occasional statistics off-by-4GB errorMaciej Żenczykowski1-1/+2
2013-03-28tg3: 5715 does not link up when autoneg offNithin Sujir1-0/+8
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