aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny3-68/+17
2013-03-05igb: Fix link setup for I210 devicesCarolyn Wyborny1-3/+8
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck1-7/+0
2013-02-15igb: increase timeout for ethtool offline self-testStefan Assmann1-1/+1
2013-02-15igb: Refractoring function pointers in igb_get_invariants functionAkeem G. Abodunrin1-251/+11
2013-02-15igb: Intialize MAC function pointersAkeem G. Abodunrin1-0/+61
2013-02-15igb: Initialize NVM function pointersAkeem G. Abodunrin1-0/+109
2013-02-15igb: Initialize PHY function pointersAkeem G. Abodunrin1-0/+112
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck2-15/+28
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 Duyck2-34/+161
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. Abodunrin20-21/+22
2013-01-19igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-01-18igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick1-3/+3
2013-01-18igb: Free any held skb that should have been timestamped on removeMatthew Vick1-0/+4
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick4-0/+51
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick4-0/+14
2013-01-18igb: Add support for SW timestampingMatthew Vick2-0/+11
2013-01-18igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny7-7/+458
2013-01-18igb: Add support functions to access thermal data.Carolyn Wyborny4-1/+42
2013-01-18igb: Add i2c interface to igb.Carolyn Wyborny7-1/+299
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-12-01igb: Fix SerDes autoneg flow control.Carolyn Wyborny3-8/+166
2012-12-01igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny2-0/+16
2012-12-01igb: Workaround for global device reset problem on 82580.Carolyn Wyborny1-0/+6
2012-12-01igb: Refactoring of i210 file.Carolyn Wyborny1-124/+119
2012-12-01igb: Acquire, release semaphore for writing each EEPROM pageAkeem G. Abodunrin1-16/+12
2012-12-01igb: Updates to read nvm function for i211 deviceCarolyn Wyborny2-4/+34
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 Vick3-70/+29
2012-11-22igb: Update PTP Rx filtersMatthew Vick1-27/+20
2012-11-13igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin2-0/+101
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 Duyck2-33/+45
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. Abodunrin3-11/+197
2012-11-13igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2-0/+9
2012-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller5-11/+116
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings4-39/+1