summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ehea: Remove remnants of LRO supportBen Hutchings2012-11-202-4/+3Star
* mlx4_en: Remove remnants of LRO supportBen Hutchings2012-11-203-25/+4Star
* net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood2012-11-2013-62/+1Star
* net/macb: move to circ_buf macros and fix initial conditionNicolas Ferre2012-11-191-10/+7Star
* qlcnic: fix sparse warningsSony Chacko2012-11-183-53/+65
* qlcnic: fix compiler warningsSony Chacko2012-11-185-25/+17Star
* pch_gbe, ptp_pch: Fix the dependency direction between these driversBen Hutchings2012-11-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-185-41/+34Star
|\
| * tilegx: request_irq with a non-null device nameSimon Marchi2012-11-161-1/+1
| * net/smsc911x: Fix ready check in cases where WORD_SWAP is neededKamlakant Patel2012-11-151-2/+15
| * drivers/net: fix tasklet misuse issueXiaotian Feng2012-11-153-38/+18Star
* | ixgbevf: Add checksum statistics counters to ringsGreg Rose2012-11-152-7/+18
* | ixgbevf: Remove unneeded and obsolete commentGreg Rose2012-11-151-7/+0Star
* | ixgbevf: White space and comments clean upGreg Rose2012-11-151-13/+6Star
* | ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose2012-11-151-4/+0Star
* | ixgbevf: Remove checking for mac.ops function pointersGreg Rose2012-11-151-38/+18Star
* | ixgbevf: Remove the ring adapter pointer valueGreg Rose2012-11-151-1/+0Star
* | ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose2012-11-151-2/+2
* | ixgbevf: Streamline the rx buffer allocationGreg Rose2012-11-151-5/+5
* | net: cpsw: halt network stack before halting the device during suspendMugunthan V N2012-11-151-3/+3
* | cpsw: simplify the setup of the register pointersRichard Cochran2012-11-151-139/+103Star
* | net: cpsw: Add parent<->child relation support between cpsw and mdioVaibhav Hiremath2012-11-151-2/+14
* | net: davinci_mdio: Fix typo mistake in calling runtime-pm apiVaibhav Hiremath2012-11-151-1/+1
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-11-151-2/+2
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-141-2/+2
| |\ \
| | * | wireless: gelic: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-181-2/+2
* | | | tg3: Use tp->rxq_cnt when checking RSS tables.Michael Chan2012-11-151-4/+4
* | | | tg3: Cleanup hardcoded ethtool test array indexesNithin Nayak Sujir2012-11-151-29/+41
* | | | tg3: Prevent spurious tx timeout by setting carrier off before tx disable.Nithin Nayak Sujir2012-11-152-42/+57
* | | | tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devicesNithin Nayak Sujir2012-11-152-27/+65
* | | | net/macb: clear unused address registerJoachim Eastwood2012-11-152-0/+14
* | | | net/macb: add support for phy irq via gpio pinJoachim Eastwood2012-11-151-1/+11
|/ / /
* | | bnx2x: Add static declaration to several functionsMerav Sicron2012-11-132-15/+15
* | | igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin2012-11-132-0/+101
* | | igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck2012-11-131-25/+22Star
* | | igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2012-11-132-33/+45
* | | igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck2012-11-131-0/+3
* | | igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin2012-11-133-11/+197
* | | igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2012-11-132-0/+9
* | | ixgbevf: Reduce size of maximum rx bufferGreg Rose2012-11-132-13/+13
* | | ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2012-11-132-1/+7
* | | ixgbevf: fix possible use of uninitialized variableEmil Tantilov2012-11-131-1/+2
* | | ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski2012-11-131-13/+13
* | | ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck2012-11-131-1/+0Star
* | | r8169: Drop tp arg from rtl8169_tx_vlan_tag()Kirill Smelkov2012-11-111-3/+2Star
* | | r8169: remove unused macros.Dayanidhi Sreenivasan2012-11-111-5/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-1124-211/+265
|\ \ \ | | |/ | |/|
| * | gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng2012-11-091-1/+4
| * | cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-081-1/+1
| * | cxgb4: Initialize data structures before using.Vipul Pandya2012-11-071-0/+4