aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny1-67/+2
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck1-7/+0
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck1-13/+17
2013-02-15igb: Refix sparse warning in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper allocation flag in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Fix for improper exit in igb_get_i2c_clientCarolyn Wyborny1-6/+1
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck1-34/+153
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+2
2013-01-28igb: Don't give VFs random MAC addressesMitch A Williams1-3/+3
2013-01-19igb: Copyright string update to year 2013Akeem G. Abodunrin1-2/+3
2013-01-19igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick1-0/+1
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick1-0/+1
2013-01-18igb: Add support for SW timestampingMatthew Vick1-0/+2
2013-01-18igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny1-6/+43
2013-01-18igb: Add i2c interface to igb.Carolyn Wyborny1-0/+269
2013-01-18igb: Enable SR-IOV configuration via PCI sysfs interfaceGreg Rose1-101/+219
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
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-03net/intel: remove __dev* attributesBill Pemberton1-6/+6
2012-11-28igb: Use a 32-bit mask when calculating the flow control watermarksMatthew Vick1-3/+2
2012-11-22igb: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-4/+7
2012-11-22igb: No longer rely on APME to determine WoL settingsMatthew Vick1-14/+26
2012-11-13igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck1-25/+22
2012-11-13igb: Update igb Tx flags to improve code efficiencyAlexander Duyck1-28/+33
2012-11-13igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck1-0/+3
2012-11-13igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin1-5/+8
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings1-28/+0
2012-10-29igb: Update firmware version info for ethtool output.Carolyn Wyborny1-50/+26
2012-10-23igb: Update versionCarolyn Wyborny1-1/+1
2012-10-19igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck1-31/+49
2012-10-19igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck1-13/+18
2012-10-19igb: Combine q_vector and ring allocation into a single functionAlexander Duyck1-182/+193
2012-10-19igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck1-10/+17
2012-10-19igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck1-86/+120
2012-10-19igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck1-44/+167
2012-10-19igb: Combine post-processing of skb into a single functionAlexander Duyck1-25/+44
2012-10-19igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck1-133/+287
2012-10-19igb: Correcting and improving small packet check and paddingTushar Dave1-2/+3
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-513/+198
2012-09-22igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck1-32/+32
2012-09-22igb: Simplify how we populate the RSS keyAlexander Duyck1-12/+6
2012-09-22igb: Change how we populate the RSS indirection tableAlexander Duyck1-29/+26
2012-09-22igb: Change Tx cleanup loop to do/while instead of forAlexander Duyck1-12/+16
2012-09-22igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck1-82/+13
2012-09-22igb: Fix stats output on i210/i211 parts.Carolyn Wyborny1-1/+5
2012-09-22igb: Change how we check for pre-existing and assigned VFsStefan Assmann1-82/+22