aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman9-18/+11
2012-12-06igb: Update igb version to 4.1.2Carolyn Wyborny1-2/+2
2012-12-06igb: release already assigned MSI-X interrupts if setup failsStefan Assmann1-6/+16
2012-12-06igb: remove duplicate code for fallback interrupt initializationStefan Assmann1-15/+14
2012-12-06ixgbe: check whether thermal sensor is enabled.Jacob Keller2-1/+6
2012-12-06ixgbe: Use is_valid_ether_addrJoe Perches6-38/+4
2012-12-03net/intel: remove __dev* attributesBill Pemberton11-49/+49
2012-12-01ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-5/+8
2012-12-01e1000e: cosmetic cleanup of commentsBruce Allan13-790/+416
2012-12-01igb: Fix SerDes autoneg flow control.Carolyn Wyborny3-8/+166
2012-12-01igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny2-0/+16
2012-12-01igb: Workaround for global device reset problem on 82580.Carolyn Wyborny1-0/+6
2012-12-01igb: Refactoring of i210 file.Carolyn Wyborny1-124/+119
2012-12-01igb: Acquire, release semaphore for writing each EEPROM pageAkeem G. Abodunrin1-16/+12
2012-12-01igb: Updates to read nvm function for i211 deviceCarolyn Wyborny2-4/+34
2012-12-01ixgbe: eliminate Smatch warnings in ixgbe_debugfs.cjoshua.a.hay@intel.com1-37/+46
2012-11-28ixgbe: bump version numberDon Skidmore1-5/+1
2012-11-28ixgbe: Make the bridge mode setting stickyGreg Rose3-4/+10
2012-11-28ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav1-4/+10
2012-11-28ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck1-8/+0
2012-11-28igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick1-3/+2
2012-11-28igbvf: update version numberMitch A Williams1-1/+1
2012-11-28igbvf: work around i350 erratumMitch A Williams3-3/+15
2012-11-22igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-4/+7
2012-11-22igb: No longer rely on APME to determine WoL settingsMatthew Vick3-70/+29
2012-11-22igb: Update PTP Rx filtersMatthew Vick1-27/+20
2012-11-22ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend1-1/+4
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller4-3/+9
2012-11-22ixgbe: remove needless queuing for L4 ptp packetsJacob Keller1-32/+2
2012-11-22ixgbe: use ETQF filter name instead of magic numberJacob Keller1-3/+3
2012-11-22ixgbe: convert to use simple_open()Wei Yongjun1-30/+2
2012-11-22ixgbe: Reformat output of ixgbe_dumpJosh Hay1-34/+41
2012-11-19net: Remove bogus dependencies on INETBen Hutchings1-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-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