summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* igb: Copyright string update to year 2013Akeem G. Abodunrin2013-01-1920-21/+22
* igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-01-191-1/+1
* ixgbevf: Fix statistics corruptionGreg Rose2013-01-191-1/+6
* ixgbevf: Fix link up messagesGreg Rose2013-01-191-4/+5
* ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose2013-01-191-2/+25
* ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck2013-01-191-23/+19
* ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck2013-01-193-53/+57
* ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck2013-01-192-12/+2
* ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck2013-01-191-0/+3
* ixgbe: SR-IOV: dynamic IEEE DCBx default priority changesJohn Fastabend2013-01-193-10/+47
* igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick2013-01-181-3/+3
* igb: Free any held skb that should have been timestamped on removeMatthew Vick2013-01-181-0/+4
* igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick2013-01-184-0/+51
* igb: Add timeout for PTP Tx work itemMatthew Vick2013-01-184-0/+14
* igb: Add support for SW timestampingMatthew Vick2013-01-182-0/+11
* igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny2013-01-188-7/+469
* igb: Add support functions to access thermal data.Carolyn Wyborny2013-01-184-1/+42
* igb: Add i2c interface to igb.Carolyn Wyborny2013-01-188-1/+301
* igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose2013-01-181-101/+219
* e1000e: add support for hardware timestamping on some devicesBruce Allan2013-01-187-8/+462
* e1000e: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas2013-01-181-2/+9
* e1000e: add ethtool .get_eee/.set_eeeBruce Allan2013-01-185-23/+167
* e1000e: merge multiple conditional statements into oneBruce Allan2013-01-161-6/+5
* e1000e: cleanup code duplicationBruce Allan2013-01-161-5/+1
* e1000e: cleanup magic numberBruce Allan2013-01-161-2/+2
* e1000e: cleanup unnecessary line wrapBruce Allan2013-01-161-2/+1
* e1000e: cleanup unusual comment placementBruce Allan2013-01-161-1/+1
* e1000e: cleanup redundant statistics counterBruce Allan2013-01-161-1/+0
* e1000e: resolve checkpatch PREFER_PR_LEVEL warningBruce Allan2013-01-161-5/+3
* e1000e: add missing bailout on errorBruce Allan2013-01-151-0/+2
* e1000e: unexpected "Reset adapter" message when cable pulledBruce Allan2013-01-152-20/+21
* e1000e: fix enabling of EEE on 82579 and I217Bruce Allan2013-01-151-29/+65
* e1000e: 82577: workaround for link drop issueBruce Allan2013-01-151-1/+7
* e1000e: helper functions for accessing EMI registersBruce Allan2013-01-151-19/+65
* e1000e: Invalid Image CSUM bit changed for I217Bruce Allan2013-01-152-8/+25
* e1000e: Acquire/release semaphore when writing each EEPROM pageBruce Allan2013-01-151-11/+11
* e1000e: SerDes autoneg flow controlBruce Allan2013-01-153-3/+132
* remove init of dev->perm_addr in driversJiri Pirko2013-01-088-17/+7
* drivers/net: remove orphaned references to micro channelPaul Gortmaker2013-01-061-1/+1
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suppport" in various commentsMasanari Iida2012-11-191-1/+1
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-079-18/+11
* | igb: Update igb version to 4.1.2Carolyn Wyborny2012-12-061-2/+2
* | igb: release already assigned MSI-X interrupts if setup failsStefan Assmann2012-12-061-6/+16
* | igb: remove duplicate code for fallback interrupt initializationStefan Assmann2012-12-061-15/+14
* | ixgbe: check whether thermal sensor is enabled.Jacob Keller2012-12-062-1/+6
* | ixgbe: Use is_valid_ether_addrJoe Perches2012-12-066-38/+4
* | net/intel: remove __dev* attributesBill Pemberton2012-12-0311-49/+49
* | ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-12-011-5/+8