summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAgeFilesLines
* igb: increase timeout for ethtool offline self-testStefan Assmann2013-02-151-1/+1
* igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin2013-02-151-251/+11
* igb: Intialize MAC function pointersAkeem G. Abodunrin2013-02-151-0/+61
* igb: Initialize NVM function pointersAkeem G. Abodunrin2013-02-151-0/+109
* igb: Initialize PHY function pointersAkeem G. Abodunrin2013-02-151-0/+112
* igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2013-02-152-15/+28
* igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
* igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny2013-02-151-1/+1
* igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny2013-02-151-6/+1
* igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2013-02-152-34/+161
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+2
* igb: Don't give VFs random MAC addressesMitch A Williams2013-01-281-3/+3
* 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
* 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-187-7/+458
* igb: Add support functions to access thermal data.Carolyn Wyborny2013-01-184-1/+42
* igb: Add i2c interface to igb.Carolyn Wyborny2013-01-187-1/+299
* igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose2013-01-181-101/+219
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-2/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* 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
* net/intel: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* 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
* igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick2012-11-281-3/+2
* 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
* 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
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-025-11/+116
|\
| * igb: Fix EEPROM writes via ethtool on i210Carolyn Wyborny2012-11-011-0/+1
| * igb: Add function to read i211's invm versionCarolyn Wyborny2012-11-014-0/+107
| * igb: Remove workaround for EEE configuration on i210/I211Carolyn Wyborny2012-11-011-11/+8
* | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-014-39/+1
|/
OpenPOWER on IntegriCloud