aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29e1000e: Add support for Tiger LakeSasha Neftin1-0/+2
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar1-6/+10
2018-11-07e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-20/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin1-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-05-13e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller1-0/+2
2016-03-03e1000e: Adds hardware supported cross timestamp on e1000e nicChristopher S. Hall1-0/+85
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin1-1/+1
2015-03-31ptp: e1000e: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31Merge branch 'ptp-2038'David S. Miller1-8/+9
2015-03-31ptp: e1000e: convert to the 64 bit get/set time methods.Richard Cochran1-8/+8
2015-02-23e1000e: initial support for i219David Ertman1-1/+3
2014-12-30net: e1000e: convert to timecounter adjtime.Richard Cochran1-4/+1
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-07e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman1-27/+20
2014-03-07e1000e: PTP lock in e1000e_phc_adjustfreqTodd Fujinaka1-0/+5
2013-04-25e1000e: fix numeric overflow in phc settime methodRichard Cochran1-2/+1
2013-01-31e1000e: resolve -Wunused-parameter compile warningsBruce Allan1-2/+3
2013-01-27e1000e: update copyright dateBruce Allan1-1/+1
2013-01-27e1000e: add support for IEEE-1588 PTPBruce Allan1-0/+276