summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_ptp.c
AgeCommit message (Expand)Author
2024-02-28igb: extend PTP timestamp adjustments to i211Oleksij Rempel
2023-08-22igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani
2023-03-21igb: refactor igb_ptp_adjfine_82580 to use diff_by_scaled_ppmAndrii Staikov
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller
2022-07-28igb: convert .adjfreq to .adjfineJacob Keller
2022-03-17igb: zero hwtstamp by defaultTom Rix
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos
2021-12-29igb: move SDP config initialization to separate functionRuud Bos
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-06-03igb: Fix XDP with PTP enabledKurt Kanzenbach
2021-05-26igb: override two checker warningsJesse Brandeburg
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-23igb: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-19igb: check timestamp validityJesse Brandeburg
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2019-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar
2018-11-06igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar
2018-10-31igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-01-24igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller
2017-06-06igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-11-09ptp: igb: Use the high resolution frequency method.Richard Cochran
2016-09-27igb: restore PPS signal on igb_ptp_resetJacob Keller
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta
2016-06-29igb: implement igb_ptp_suspendJacob Keller
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller
2016-06-29igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller
2016-06-29igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller
2016-05-13igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller
2016-02-24igb: add conditions for I210 to generate periodic clock outputRoland Hii
2015-10-05net: igb: avoid using timespecArnd Bergmann
2015-08-18igb: implement high frequency periodic output signalsRichard Cochran
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran
2015-03-31ptp: igb: use helpers for converting ns to timespec.Richard Cochran