aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-05net: igb: avoid using timespecArnd Bergmann1-2/+2
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki1-0/+1
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran1-0/+9
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-10-02igb: remove blocking phy read from inside spinlockBernhard Kaindl1-1/+0
2014-04-24igb: Cleanups to change comment style on license headersCarolyn Wyborny1-26/+22
2014-04-23igb: Cleanups to fix incorrect indentationCarolyn Wyborny1-0/+1
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski1-15/+1
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski1-1/+2
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller1-2/+3
2014-03-12igb: Fix for devices using ethtool for EEE settingsCarolyn Wyborny1-0/+3
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny1-3/+2
2014-02-26igb: make local functions static and remove dead codeJeff Kirsher1-2/+0
2013-12-17igb: Change to use statically allocated array for MSIx entriesCarolyn Wyborny1-3/+6
2013-12-10igb: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-3/+5
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny1-0/+10
2013-12-10igb: Add media switching feature for i354 PHY'sCarolyn Wyborny1-0/+1
2013-10-01igb: Add ethtool support to configure number of channelsLaura Mihaela Vasilescu1-0/+1
2013-09-24intel: Remove extern from function prototypesJoe Perches1-38/+35
2013-09-04igb: Implementation of 1-sec delay for i210 devicesAkeem G Abodunrin1-0/+3
2013-08-22igb: Expose RSS indirection table for ethtoolLaura Mihaela Vasilescu1-0/+3
2013-08-22igb: Add macro for size of RETA indirection tableLaura Mihaela Vasilescu1-0/+2
2013-05-21igb: Removed unused i2c functionAkeem G. Abodunrin1-5/+0
2013-05-21igb: Add update to last_rx_timestamp in Rx ringsMatthew Vick1-2/+7
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+0
2013-04-18igb: Add support for i354 devicesCarolyn Wyborny1-2/+2
2013-04-18igb: add support for spoofchk configLior Levy1-0/+1
2013-04-18igb: Fix code comments and whitespaceJeff Kirsher1-62/+62
2013-04-18igb: Support to read and export SFF-8472/8079 dataAkeem G. Abodunrin1-0/+8
2013-04-18igb: Revert support for build_skb in igbAlexander Duyck1-8/+0
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny1-1/+1
2013-02-15igb: Update igb to use a path similar to ixgbe to determine when to stop TxAlexander Duyck1-2/+11
2013-02-15igb: Support using build_skb in the case that jumbo frames are disabledAlexander Duyck1-0/+8
2013-01-19igb: Copyright string update to year 2013Akeem G. Abodunrin1-1/+1
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick1-0/+4
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick1-0/+2
2013-01-18igb: Enable hwmon data output for thermal sensors via I2C.Carolyn Wyborny1-0/+29
2013-01-18igb: Add i2c interface to igb.Carolyn Wyborny1-1/+10
2012-12-01igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny1-0/+2
2012-11-22igb: No longer rely on APME to determine WoL settingsMatthew Vick1-2/+1
2012-11-13igb: Update igb Tx flags to improve code efficiencyAlexander Duyck1-5/+12
2012-11-13igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin1-6/+8
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings1-6/+0
2012-10-19igb: Combine q_vector and ring allocation into a single functionAlexander Duyck1-20/+22
2012-10-19igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck1-3/+4
2012-10-19igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck1-0/+1
2012-10-19igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck1-8/+5
2012-10-19igb: Split Rx timestamping into two separate functionsAlexander Duyck1-2/+15
2012-09-22igb: Use dma_unmap_addr and dma_unmap_len definesAlexander Duyck1-2/+2
2012-09-22igb: Remove logic that was doing NUMA pseudo-aware allocationsAlexander Duyck1-3/+0