summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-12-011-5/+8
* e1000e: cosmetic cleanup of commentsBruce Allan2012-12-0113-790/+416
* igb: Fix SerDes autoneg flow control.Carolyn Wyborny2012-12-013-8/+166
* igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny2012-12-012-0/+16
* igb: Workaround for global device reset problem on 82580.Carolyn Wyborny2012-12-011-0/+6
* igb: Refactoring of i210 file.Carolyn Wyborny2012-12-011-124/+119
* igb: Acquire, release semaphore for writing each EEPROM pageAkeem G. Abodunrin2012-12-011-16/+12
* igb: Updates to read nvm function for i211 deviceCarolyn Wyborny2012-12-012-4/+34
* ixgbe: eliminate Smatch warnings in ixgbe_debugfs.cjoshua.a.hay@intel.com2012-12-011-37/+46
* ixgbe: bump version numberDon Skidmore2012-11-281-5/+1
* ixgbe: Make the bridge mode setting stickyGreg Rose2012-11-283-4/+10
* ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav2012-11-281-4/+10
* ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck2012-11-281-8/+0
* igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick2012-11-281-3/+2
* igbvf: update version numberMitch A Williams2012-11-281-1/+1
* igbvf: work around i350 erratumMitch A Williams2012-11-283-3/+15
* igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-11-221-4/+7
* igb: No longer rely on APME to determine WoL settingsMatthew Vick2012-11-223-70/+29
* igb: Update PTP Rx filtersMatthew Vick2012-11-221-27/+20
* ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend2012-11-221-1/+4
* ixgbe: ethtool correctly identify autoneg settingJacob Keller2012-11-224-3/+9
* ixgbe: remove needless queuing for L4 ptp packetsJacob Keller2012-11-221-32/+2
* ixgbe: use ETQF filter name instead of magic numberJacob Keller2012-11-221-3/+3
* ixgbe: convert to use simple_open()Wei Yongjun2012-11-221-30/+2
* ixgbe: Reformat output of ixgbe_dumpJosh Hay2012-11-221-34/+41
* net: Remove bogus dependencies on INETBen Hutchings2012-11-201-1/+1
* ixgbevf: Add checksum statistics counters to ringsGreg Rose2012-11-152-7/+18
* ixgbevf: Remove unneeded and obsolete commentGreg Rose2012-11-151-7/+0
* ixgbevf: White space and comments clean upGreg Rose2012-11-151-13/+6
* ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose2012-11-151-4/+0
* ixgbevf: Remove checking for mac.ops function pointersGreg Rose2012-11-151-38/+18
* ixgbevf: Remove the ring adapter pointer valueGreg Rose2012-11-151-1/+0
* 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
* 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/+22
* 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/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-0/+3
|\
| * ixgbe: PTP get_ts_info missing software supportJacob Keller2012-11-011-0/+3
* | eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-033-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-029-33/+155
|\ \
| * | e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon2012-11-011-2/+15