aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
Commit message (Expand)AuthorAge
* igb: remove duplicate code for fallback interrupt initializationStefan Assmann2012-12-07
* net/intel: remove __dev* attributesBill Pemberton2012-12-03
* igb: Fix SerDes autoneg flow control.Carolyn Wyborny2012-12-01
* igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny2012-12-01
* igb: Workaround for global device reset problem on 82580.Carolyn Wyborny2012-12-01
* igb: Refactoring of i210 file.Carolyn Wyborny2012-12-01
* igb: Acquire, release semaphore for writing each EEPROM pageAkeem G. Abodunrin2012-12-01
* igb: Updates to read nvm function for i211 deviceCarolyn Wyborny2012-12-01
* igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick2012-11-28
* igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck2012-11-22
* igb: No longer rely on APME to determine WoL settingsMatthew Vick2012-11-22
* igb: Update PTP Rx filtersMatthew Vick2012-11-22
* igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin2012-11-13
* igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck2012-11-13
* igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2012-11-13
* igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck2012-11-13
* igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin2012-11-13
* igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2012-11-13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-02
|\
| * igb: Fix EEPROM writes via ethtool on i210Carolyn Wyborny2012-11-01
| * igb: Add function to read i211's invm versionCarolyn Wyborny2012-11-01
| * igb: Remove workaround for EEE configuration on i210/I211Carolyn Wyborny2012-11-01
* | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-01
|/
* igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck2012-10-30
* igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-30
* igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2012-10-30
* igb: Update versionCarolyn Wyborny2012-10-23
* igb: Update get cable length function for i210/i211Carolyn Wyborny2012-10-23
* igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck2012-10-19
* igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck2012-10-19
* igb: Combine q_vector and ring allocation into a single functionAlexander Duyck2012-10-19
* igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck2012-10-19
* igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck2012-10-19
* igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck2012-10-19
* igb: Combine post-processing of skb into a single functionAlexander Duyck2012-10-19
* igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck2012-10-19
* igb: Split Rx timestamping into two separate functionsAlexander Duyck2012-10-19
* igb: Correcting and improving small packet check and paddingTushar Dave2012-10-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02
|\
| * ptp: link the phc device to its parent deviceRichard Cochran2012-09-22
| * igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2012-09-22
| * igb: Simplify how we populate the RSS keyAlexander Duyck2012-09-22
| * igb: Change how we populate the RSS indirection tableAlexander Duyck2012-09-22
| * igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck2012-09-22
| * igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck2012-09-22
| * igb: Fix stats output on i210/i211 parts.Carolyn Wyborny2012-09-22
| * igb: Change how we check for pre-existing and assigned VFsStefan Assmann2012-09-22
| * igb: Support to enable EEE on all eee_supported devicesAkeem G. Abodunrin2012-09-20
| * igb: Remove artificial restriction on RQDPC stat readingAlexander Duyck2012-09-20
| * igb: Add 1588 support to I210/I211.Matthew Vick2012-09-17