summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck
2012-07-17ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck
2012-07-17bnx2x: organize BDs calculation for stop/resumeDmitry Kravkov
2012-07-16bnx2: Try to recover from PCI block resetMichael Chan
2012-07-16tg3: Add hwmon support for temperatureMichael Chan
2012-07-16tg3: Add APE scratchpad read functionMatt Carlson
2012-07-16tg3: Add common function tg3_ape_event_lock()Matt Carlson
2012-07-16tg3: Fix the setting of the APE_HAS_NCSI flagMichael Chan
2012-07-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-07-16be2net: dont pull too much data in skb linear partEric Dumazet
2012-07-16be2net: update driver versionPadmanabh Ratnakar
2012-07-16be2net: Add description about various RSS hash typesPadmanabh Ratnakar
2012-07-16net/mlx4_en: dereferencing freed memoryDan Carpenter
2012-07-16net/mlx4: off by one in parse_trans_rule()Dan Carpenter
2012-07-16ethernet: Use eth_random_addrJoe Perches
2012-07-16lpc_eth: remove duplicated includeDuan Jiong
2012-07-14ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck
2012-07-14ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck
2012-07-14ixgbe: Populate the prio_tc_map in ixgbe_setup_tcAlexander Duyck
2012-07-14ixgbe: Cleanup unpacking code for DCBAlexander Duyck
2012-07-14ixgbe: Simplify logic for getting traffic class from user priorityAlexander Duyck
2012-07-14e1000e: Program the correct register for ITR when using MSI-X.Matthew Vick
2012-07-14e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571()Tushar Dave
2012-07-13tg3: add device id of Apple Thunderbolt Ethernet deviceGreg KH
2012-07-12be2net: Enable RSS UDP hashing for Lancer and SkyhawkPadmanabh Ratnakar
2012-07-12be2net: Fix port name in message during driver loadPadmanabh Ratnakar
2012-07-12be2net: Fix cleanup path when EQ creation failsPadmanabh Ratnakar
2012-07-12be2net: Activate new FW after FW download for LancerPadmanabh Ratnakar
2012-07-12be2net: Fix initialization sequence for LancerPadmanabh Ratnakar
2012-07-12be2net : Fix die temperature stat for LancerPadmanabh Ratnakar
2012-07-12be2net: Fix error while toggling autoneg of pause parametersPadmanabh Ratnakar
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-07-12netxen: fix link notification orderFlavio Leitner
2012-07-12net: add support for NS8390 based eth controllers on some ColdFire CPU boardsGreg Ungerer
2012-07-11ixgbe: Merge RSS and flow director ring register caching and configurationAlexander Duyck
2012-07-11ixgbe: Clean up a useless switch statement and dead code in configure_srrctlAlexander Duyck
2012-07-11ixgbe: Add feature offset value to ring featuresAlexander Duyck
2012-07-11ixgbe: Add upper limit to ring featuresAlexander Duyck
2012-07-11ixgbe: count q_vectors instead of MSI-X vectorsAlexander Duyck
2012-07-11qlge: fix endian issueLi RongQing
2012-07-11ksz884x: fix EndianLi RongQing
2012-07-11Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan