summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2013-01-19igb: Copyright string update to year 2013Akeem G. Abodunrin20-21/+22
2013-01-19igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-01-19ixgbevf: Fix statistics corruptionGreg Rose1-1/+6
2013-01-19ixgbevf: Fix link up messagesGreg Rose1-4/+5
2013-01-19ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose1-2/+25
2013-01-19ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck1-23/+19
2013-01-19ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck3-53/+57
2013-01-19ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck2-12/+2
2013-01-19ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck1-0/+3
2013-01-19ixgbe: SR-IOV: dynamic IEEE DCBx default priority changesJohn Fastabend3-10/+47
2013-01-18igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick1-3/+3
2013-01-18igb: Free any held skb that should have been timestamped on removeMatthew Vick1-0/+4
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick4-0/+51
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick4-0/+14
2013-01-18igb: Add support for SW timestampingMatthew Vick2-0/+11
2013-01-18igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny8-7/+469
2013-01-18igb: Add support functions to access thermal data.Carolyn Wyborny4-1/+42
2013-01-18igb: Add i2c interface to igb.Carolyn Wyborny8-1/+301
2013-01-18igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose1-101/+219
2013-01-18e1000e: add support for hardware timestamping on some devicesBruce Allan7-8/+462
2013-01-18e1000e: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-2/+9
2013-01-18e1000e: add ethtool .get_eee/.set_eeeBruce Allan5-23/+167
2013-01-16e1000e: merge multiple conditional statements into oneBruce Allan1-6/+5
2013-01-16e1000e: cleanup code duplicationBruce Allan1-5/+1
2013-01-16e1000e: cleanup magic numberBruce Allan1-2/+2
2013-01-16e1000e: cleanup unnecessary line wrapBruce Allan1-2/+1
2013-01-16e1000e: cleanup unusual comment placementBruce Allan1-1/+1
2013-01-16e1000e: cleanup redundant statistics counterBruce Allan1-1/+0
2013-01-16e1000e: resolve checkpatch PREFER_PR_LEVEL warningBruce Allan1-5/+3
2013-01-15e1000e: add missing bailout on errorBruce Allan1-0/+2
2013-01-15e1000e: unexpected "Reset adapter" message when cable pulledBruce Allan2-20/+21
2013-01-15e1000e: fix enabling of EEE on 82579 and I217Bruce Allan1-29/+65
2013-01-15e1000e: 82577: workaround for link drop issueBruce Allan1-1/+7
2013-01-15e1000e: helper functions for accessing EMI registersBruce Allan1-19/+65
2013-01-15e1000e: Invalid Image CSUM bit changed for I217Bruce Allan2-8/+25
2013-01-15e1000e: Acquire/release semaphore when writing each EEPROM pageBruce Allan1-11/+11
2013-01-15e1000e: SerDes autoneg flow controlBruce Allan3-3/+132
2013-01-08remove init of dev->perm_addr in driversJiri Pirko8-17/+7
2013-01-06drivers/net: remove orphaned references to micro channelPaul Gortmaker1-1/+1
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
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