summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/ptp.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-03e1000e: Replace convert_art_to_tsc()Thomas Gleixner1-1/+2
2024-01-29e1000e: correct maximum frequency adjustment valuesJacob Keller1-7/+15
2023-08-24e1000e: Add support for the next LOM generationSasha Neftin1-0/+1
2022-11-02e1000e: Add support for the next LOM generationSasha Neftin1-0/+1
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-13/+3
2022-07-28e1000e: convert .adjfreq to .adjfineJacob Keller1-7/+8
2022-07-28e1000e: remove unnecessary range check in e1000e_phc_adjfreqJacob Keller1-3/+0
2021-07-21e1000e: Add support for Lunar LakeSasha Neftin1-0/+1
2021-03-23e1000e: Fix prototype warningSasha Neftin1-1/+1
2020-09-29e1000e: Add support for Meteor LakeSasha Neftin1-0/+1
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+1
2020-02-20e1000e: Add support for Alder LakeSasha Neftin1-0/+1
2019-10-30e1000e: Add support for Tiger LakeSasha Neftin1-0/+2
2018-11-10e1000e: 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-14e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctlJacob Keller1-0/+2
2016-03-04e1000e: 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-04-01ptp: 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-24e1000e: initial support for i219David Ertman1-1/+3
2014-12-31net: 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-08e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman1-27/+20
2014-03-08e1000e: PTP lock in e1000e_phc_adjustfreqTodd Fujinaka1-0/+5
2013-04-26e1000e: fix numeric overflow in phc settime methodRichard Cochran1-2/+1
2013-02-01e1000e: 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