summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-07-18qlge: fix an "&&" vs "||" bugDan Carpenter1-1/+1
2012-07-18net: ftgmac100/ftmac100: dont pull too much dataEric Dumazet2-6/+14
2012-07-18b44: add 64 bit statsKevin Groeneveld2-41/+58
2012-07-18be2net: Ignore physical link async event for LancerPadmanabh Ratnakar2-0/+6
2012-07-18be2net: Fix VF driver load for LancerPadmanabh Ratnakar2-1/+9
2012-07-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller4-175/+183
2012-07-18Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller1-12/+3
2012-07-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller14-153/+181
2012-07-18ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck2-15/+15
2012-07-18ixgbe: Cleanup logic for MRQC and MTQC configurationAlexander Duyck1-50/+66
2012-07-18ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck2-50/+42
2012-07-18ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck2-56/+38
2012-07-18ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources callsAlexander Duyck1-4/+16
2012-07-18ixgbe: Ping the VFs on link status change to trigger link changeAlexander Duyck1-0/+6
2012-07-18r8169: verbose error message.Francois Romieu1-1/+2
2012-07-18r8169: remove rtl_ocpdr_cond.Hayes Wang1-11/+1
2012-07-17sfc: Correct some comments on enum reset_typeBen Hutchings1-4/+4
2012-07-17sfc: Fix interface statistics running backwardBen Hutchings3-10/+28
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings5-60/+76
2012-07-17sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings1-3/+8
2012-07-17sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings1-1/+1
2012-07-17sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings1-1/+1
2012-07-17sfc: Stop changing header offsets on TXBen Hutchings1-9/+0
2012-07-17sfc: Remove dead write to tso_state::packet_spaceBen Hutchings1-1/+0
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings5-63/+62
2012-07-17sfc: Work around bogus 'uninitialised variable' warningBen Hutchings1-1/+1
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck3-146/+105
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck3-182/+89
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck2-105/+65
2012-07-17ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck1-22/+24
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck2-10/+4
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck2-20/+2
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck2-6/+1
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck3-228/+22
2012-07-17bnx2x: organize BDs calculation for stop/resumeDmitry Kravkov2-4/+22
2012-07-17bnx2: Try to recover from PCI block resetMichael Chan1-0/+7
2012-07-17tg3: Add hwmon support for temperatureMichael Chan2-0/+150
2012-07-17tg3: Add APE scratchpad read functionMatt Carlson2-2/+86
2012-07-17tg3: Add common function tg3_ape_event_lock()Matt Carlson1-24/+32
2012-07-17tg3: Fix the setting of the APE_HAS_NCSI flagMichael Chan1-21/+21
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller11-225/+265
2012-07-17be2net: dont pull too much data in skb linear partEric Dumazet1-3/+3
2012-07-17be2net: update driver versionPadmanabh Ratnakar1-1/+1
2012-07-17be2net: Add description about various RSS hash typesPadmanabh Ratnakar1-2/+12
2012-07-17net/mlx4_en: dereferencing freed memoryDan Carpenter1-3/+1
2012-07-17net/mlx4: off by one in parse_trans_rule()Dan Carpenter1-1/+1
2012-07-17ethernet: Use eth_random_addrJoe Perches15-16/+16
2012-07-17lpc_eth: remove duplicated includeDuan Jiong1-1/+0
2012-07-15ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck2-147/+129
2012-07-15ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck4-15/+22