summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* igb: Support for 100base-fx SFPAkeem G. Abodunrin2013-04-181-5/+13
* igb: SR-IOV init reorderingAlex Williamson2013-03-261-1/+1
* igb: Fix null pointer dereferenceAlex Williamson2013-03-261-1/+1
* igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny2013-03-051-67/+2Star
* igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck2013-03-051-7/+0Star
* igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2013-02-151-13/+17
* 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/+1Star
* igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck2013-02-151-34/+153
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-3/+2Star
* igb: Don't give VFs random MAC addressesMitch A Williams2013-01-281-3/+3
* igb: Copyright string update to year 2013Akeem G. Abodunrin2013-01-191-2/+3
* igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-01-191-1/+1
* igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick2013-01-181-0/+1
* igb: Add timeout for PTP Tx work itemMatthew Vick2013-01-181-0/+1
* igb: Add support for SW timestampingMatthew Vick2013-01-181-0/+2
* igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny2013-01-181-6/+43
* igb: Add i2c interface to igb.Carolyn Wyborny2013-01-181-0/+269
* igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose2013-01-181-101/+219
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-2/+1Star
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1Star
* igb: Update igb version to 4.1.2Carolyn Wyborny2012-12-071-2/+2
* igb: release already assigned MSI-X interrupts if setup failsStefan Assmann2012-12-071-6/+16
* igb: remove duplicate code for fallback interrupt initializationStefan Assmann2012-12-071-15/+14Star
* net/intel: remove __dev* attributesBill Pemberton2012-12-031-6/+6
* igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick2012-11-281-3/+2Star
* 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-221-14/+26
* igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck2012-11-131-25/+22Star
* igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2012-11-131-28/+33
* 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-131-5/+8
* ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-011-28/+0Star
* igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-301-50/+26Star
* igb: Update versionCarolyn Wyborny2012-10-231-1/+1
* igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck2012-10-191-31/+49
* igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck2012-10-191-13/+18
* igb: Combine q_vector and ring allocation into a single functionAlexander Duyck2012-10-191-182/+193
* igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck2012-10-191-10/+17
* igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck2012-10-191-86/+120
* igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck2012-10-191-44/+167
* igb: Combine post-processing of skb into a single functionAlexander Duyck2012-10-191-25/+44
* igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck2012-10-191-133/+287
* igb: Correcting and improving small packet check and paddingTushar Dave2012-10-191-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-513/+198Star
|\
| * igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck2012-09-221-32/+32
| * igb: Simplify how we populate the RSS keyAlexander Duyck2012-09-221-12/+6Star
| * igb: Change how we populate the RSS indirection tableAlexander Duyck2012-09-221-29/+26Star
| * igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck2012-09-221-12/+16