summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2013-02-12ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6Alexander Duyck-6/+3
2013-02-10ixgbe: fix gso typeMichael S. Tsirkin-2/+6
2013-01-29e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan-0/+71
2013-01-16ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller-2/+2
2013-01-16ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller-6/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman-18/+11
2012-12-06igb: Update igb version to 4.1.2Carolyn Wyborny-2/+2
2012-12-06igb: release already assigned MSI-X interrupts if setup failsStefan Assmann-6/+16
2012-12-06igb: remove duplicate code for fallback interrupt initializationStefan Assmann-15/+14
2012-12-06ixgbe: check whether thermal sensor is enabled.Jacob Keller-1/+6
2012-12-06ixgbe: Use is_valid_ether_addrJoe Perches-38/+4
2012-12-03net/intel: remove __dev* attributesBill Pemberton-49/+49
2012-12-01ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck-5/+8
2012-12-01e1000e: cosmetic cleanup of commentsBruce Allan-790/+416
2012-12-01igb: Fix SerDes autoneg flow control.Carolyn Wyborny-8/+166
2012-12-01igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny-0/+16
2012-12-01igb: Workaround for global device reset problem on 82580.Carolyn Wyborny-0/+6
2012-12-01igb: Refactoring of i210 file.Carolyn Wyborny-124/+119
2012-12-01igb: Acquire, release semaphore for writing each EEPROM pageAkeem G. Abodunrin-16/+12
2012-12-01igb: Updates to read nvm function for i211 deviceCarolyn Wyborny-4/+34
2012-12-01ixgbe: eliminate Smatch warnings in ixgbe_debugfs.cjoshua.a.hay@intel.com-37/+46
2012-11-28ixgbe: bump version numberDon Skidmore-5/+1
2012-11-28ixgbe: Make the bridge mode setting stickyGreg Rose-4/+10
2012-11-28ixgbe: Fix incorrect disabling of Tx hang check in case of PFCParikh, Neerav-4/+10
2012-11-28ixgbe: Drop RLPML configuration from x540 RXDCTL register configurationAlexander Duyck-8/+0
2012-11-28igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick-3/+2
2012-11-28igbvf: update version numberMitch A Williams-1/+1
2012-11-28igbvf: work around i350 erratumMitch A Williams-3/+15
2012-11-22igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck-4/+7
2012-11-22igb: No longer rely on APME to determine WoL settingsMatthew Vick-70/+29
2012-11-22igb: Update PTP Rx filtersMatthew Vick-27/+20
2012-11-22ixgbe: fdb: only allow NUD_PERM fdb entriesJohn Fastabend-1/+4
2012-11-22ixgbe: ethtool correctly identify autoneg settingJacob Keller-3/+9
2012-11-22ixgbe: remove needless queuing for L4 ptp packetsJacob Keller-32/+2
2012-11-22ixgbe: use ETQF filter name instead of magic numberJacob Keller-3/+3
2012-11-22ixgbe: convert to use simple_open()Wei Yongjun-30/+2
2012-11-22ixgbe: Reformat output of ixgbe_dumpJosh Hay-34/+41
2012-11-19net: Remove bogus dependencies on INETBen Hutchings-1/+1
2012-11-19treewide: fix typo of "suppport" in various commentsMasanari Iida-1/+1
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose-7/+18
2012-11-15ixgbevf: Remove unneeded and obsolete commentGreg Rose-7/+0
2012-11-15ixgbevf: White space and comments clean upGreg Rose-13/+6
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose-4/+0
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGreg Rose-38/+18
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose-1/+0
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose-2/+2
2012-11-15ixgbevf: Streamline the rx buffer allocationGreg Rose-5/+5
2012-11-13igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin-0/+101
2012-11-13igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck-25/+22