aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/e1000.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-10-10e1000e: apply burst mode settings only on defaultWillem de Bruijn1-4/+0
2017-06-06e1000e: add statistic indicating number of skipped Tx timestampsJacob Keller1-0/+1
2017-04-30e1000e: Add Support for 38.4MHZ frequencySasha Neftin1-12/+16
2017-04-30e1000e: Initial Support for CannonLakeSasha Neftin1-1/+3
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-2/+2
2016-08-16e1000e: factor out systim sanitizationJarod Wilson1-0/+1
2016-05-13e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller1-0/+1
2016-05-13e1000e: use BIT() macro for bit definesJacob Keller1-54/+54
2016-04-06e1000e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-0/+2
2015-12-14e1000e: Switch e1000e_up to void, drop code checking for error resultAlexander Duyck1-1/+1
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin1-1/+1
2015-06-03e1000e: fix systim issuesYanir Lubetkin1-0/+4
2015-06-03e1000e: fix flush_desc_ring implementationYanir Lubetkin1-0/+2
2015-05-12e1000e: Add pm_qos headerDavid Ahern1-0/+1
2015-04-13e1000e: Move pm_qos_req to e1000e adapterThomas Graf1-0/+1
2015-02-23e1000e: initial support for i219David Ertman1-0/+2
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-05-27e1000e: Out of line __ew32_prepare/__ew32Andi Kleen1-29/+2
2014-05-27e1000e: 82574/82583 TimeSync errata for SYSTIM readTodd Fujinaka1-0/+2
2014-04-23e1000e: Cleanup checkpatch extra spaceDavid Ertman1-4/+4
2014-03-28e1000e: add timeout for TX HW time stamping workJakub Kicinski1-0/+2
2014-03-07e1000e Refactor of Runtime Power ManagementDavid Ertman1-1/+0
2014-03-07e1000e: Refactor PM flowsDavid Ertman1-1/+1
2014-03-07e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman1-27/+20
2013-09-24intel: Remove extern from function prototypesJoe Perches1-23/+22
2013-07-28e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_splitWei Yang1-3/+0
2013-05-07e1000e: fix scheduling while atomic bugBruce Allan1-1/+1
2013-03-28e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan1-0/+3
2013-03-08e1000e: cleanup USLEEP_RANGE checkpatch checksBruce Allan1-1/+1
2013-03-08e1000e: cleanup unusually placed commentsBruce Allan1-3/+2
2013-03-08e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan1-1/+0
2013-03-08e1000e: cleanup LEADING_SPACE checkpatch warningsBruce Allan1-2/+2
2013-03-08e1000e: cleanup LONG_LINE checkpatch warningsBruce Allan1-2/+4
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan1-6/+0
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan1-12/+0
2013-02-04e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan1-95/+0
2013-02-04e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan1-37/+0
2013-02-04e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan1-53/+0
2013-02-04e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan1-4/+0
2013-01-31e1000e: use generic IEEE MII definitionsBruce Allan1-0/+1
2013-01-27e1000e: cleanup: remove unused #defineBruce Allan1-3/+0
2013-01-27e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan1-2/+0
2013-01-27e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan1-5/+0
2013-01-27e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan1-1/+1
2013-01-27e1000e: add comment to spinlock_t definitionBruce Allan1-1/+1
2013-01-27e1000e: update copyright dateBruce Allan1-1/+1
2013-01-27e1000e: remove prototype of non-existent functionBruce Allan1-2/+0
2013-01-27e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan1-0/+2
2013-01-27e1000e: add support for IEEE-1588 PTPBruce Allan1-1/+8