aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-19net/macb: move to circ_buf macros and fix initial conditionNicolas Ferre1-10/+7
2012-11-18qlcnic: fix sparse warningsSony Chacko3-53/+65
2012-11-18qlcnic: fix compiler warningsSony Chacko5-25/+17
2012-11-17pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings1-0/+1
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-41/+34
2012-11-16tilegx: request_irq with a non-null device nameSimon Marchi1-1/+1
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose2-7/+18
2012-11-15ixgbevf: Remove unneeded and obsolete commentGreg Rose1-7/+0
2012-11-15ixgbevf: White space and comments clean upGreg Rose1-13/+6
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose1-4/+0
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGreg Rose1-38/+18
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose1-1/+0
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose1-2/+2
2012-11-15ixgbevf: Streamline the rx buffer allocationGreg Rose1-5/+5
2012-11-14net: cpsw: halt network stack before halting the device during suspendMugunthan V N1-3/+3
2012-11-14cpsw: simplify the setup of the register pointersRichard Cochran1-139/+103
2012-11-14net: cpsw: Add parent<->child relation support between cpsw and mdioVaibhav Hiremath1-2/+14
2012-11-14net: davinci_mdio: Fix typo mistake in calling runtime-pm apiVaibhav Hiremath1-1/+1
2012-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-2/+2
2012-11-14tg3: Use tp->rxq_cnt when checking RSS tables.Michael Chan1-4/+4
2012-11-14tg3: Cleanup hardcoded ethtool test array indexesNithin Nayak Sujir1-29/+41
2012-11-14tg3: Prevent spurious tx timeout by setting carrier off before tx disable.Nithin Nayak Sujir2-42/+57
2012-11-14tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir2-27/+65
2012-11-14net/smsc911x: Fix ready check in cases where WORD_SWAP is neededKamlakant Patel1-2/+15
2012-11-14drivers/net: fix tasklet misuse issueXiaotian Feng3-38/+18
2012-11-14net/macb: clear unused address registerJoachim Eastwood2-0/+14
2012-11-14net/macb: add support for phy irq via gpio pinJoachim Eastwood1-1/+11
2012-11-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+2
2012-11-13bnx2x: Add static declaration to several functionsMerav Sicron2-15/+15
2012-11-13igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin2-0/+101
2012-11-13igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck1-25/+22
2012-11-13igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2-33/+45
2012-11-13igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck1-0/+3
2012-11-13igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin3-11/+197
2012-11-13igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2-0/+9
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose2-13/+13
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2-1/+7
2012-11-13ixgbevf: fix possible use of uninitialized variableEmil Tantilov1-1/+2
2012-11-13ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski1-13/+13
2012-11-13ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck1-1/+0
2012-11-11r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov1-3/+2
2012-11-11r8169: remove unused macros.Dayanidhi Sreenivasan1-5/+0
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-211/+265
2012-11-09gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng1-1/+4
2012-11-09gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil1-6/+8
2012-11-07cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya1-1/+1
2012-11-07ksz884x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-11-07bnx2x: Support loading cnic resources at run-timeMerav Sicron12-565/+1084
2012-11-07bnx2x: HSI change for 'update' ramrodMerav Sicron1-5/+16
2012-11-07net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li1-8/+6