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