summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose
2012-11-15ixgbevf: Remove unneeded and obsolete commentGreg Rose
2012-11-15ixgbevf: White space and comments clean upGreg Rose
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGreg Rose
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose
2012-11-15ixgbevf: Streamline the rx buffer allocationGreg Rose
2012-11-15net: cpsw: halt network stack before halting the device during suspendMugunthan V N
2012-11-15cpsw: simplify the setup of the register pointersRichard Cochran
2012-11-15net: cpsw: Add parent<->child relation support between cpsw and mdioVaibhav Hiremath
2012-11-15net: davinci_mdio: Fix typo mistake in calling runtime-pm apiVaibhav Hiremath
2012-11-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-11-15tg3: Use tp->rxq_cnt when checking RSS tables.Michael Chan
2012-11-15tg3: Cleanup hardcoded ethtool test array indexesNithin Nayak Sujir
2012-11-15tg3: Prevent spurious tx timeout by setting carrier off before tx disable.Nithin Nayak Sujir
2012-11-15tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir
2012-11-14net/macb: clear unused address registerJoachim Eastwood
2012-11-14net/macb: add support for phy irq via gpio pinJoachim Eastwood
2012-11-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-11-13bnx2x: Add static declaration to several functionsMerav Sicron
2012-11-13igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin
2012-11-13igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck
2012-11-13igb: Update igb Tx flags to improve code efficiencyAlexander Duyck
2012-11-13igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck
2012-11-13igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin
2012-11-13igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose
2012-11-13ixgbevf: fix possible use of uninitialized variableEmil Tantilov
2012-11-13ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski
2012-11-13ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck
2012-11-11r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov
2012-11-11r8169: remove unused macros.Dayanidhi Sreenivasan
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-09gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng
2012-11-09gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil
2012-11-08cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya
2012-11-08ksz884x: use module_pci_driver to simplify the codeWei Yongjun
2012-11-07bnx2x: Support loading cnic resources at run-timeMerav Sicron
2012-11-07bnx2x: HSI change for 'update' ramrodMerav Sicron
2012-11-07net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li
2012-11-07net: fec: default select FEC_PTP at mx6 platformFrank Li
2012-11-07net/at91_ether: fix comment and style issuesJoachim Eastwood
2012-11-07net/at91_ether: clean up print outsJoachim Eastwood
2012-11-07net/at91_ether: drop board_data private struct memberJoachim Eastwood
2012-11-07net/at91_ether: use stat function from macbJoachim Eastwood
2012-11-07net/at91_ether: use macb functions for get/set hwaddrJoachim Eastwood
2012-11-07net/macb: export macb_set_hwaddr and macb_get_hwaddrJoachim Eastwood
2012-11-07net/macb: support reversed hw addrJoachim Eastwood