aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/igc/igc_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-13igc: Add support for PTP .getcyclesx64()Vinicius Costa Gomes1-19/+31
2023-08-24igc: Add support for multiple in-flight TX timestampsVinicius Costa Gomes1-55/+119
2023-07-05igc: Handle PPS start time programming for past time valuesAravindhan Gunasekaran1-3/+22
2023-06-22igc: Work around HW bug causing missing timestampsVinicius Costa Gomes1-11/+37
2023-06-22igc: Retrieve TX timestamp during interrupt handlingVinicius Costa Gomes1-10/+5
2023-06-22igc: Check if hardware TX timestamping is enabled earlierVinicius Costa Gomes1-3/+39
2023-06-22igc: Fix race condition in PTP tx codeVinicius Costa Gomes1-26/+31
2023-02-01igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()Tom Rix1-5/+9
2023-01-10igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall1-4/+6
2022-06-30intel: remove unused macrosJesse Brandeburg1-1/+0
2022-04-13igc: Fix suspending when PTM is activeVinicius Costa Gomes1-1/+14
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-10-14net: intel: igc_ptp: fix build for UMLRandy Dunlap1-1/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-08-24igc: Add support for PTP getcrosststamp()Vinicius Costa Gomes1-0/+179
2021-08-20igc: fix page fault when thunderbolt is unpluggedAaron Ma1-1/+2
2021-04-16igc: enable auxiliary PHC functions for the i225Ederson de Souza1-1/+268
2021-04-16igc: Enable internal i225 PPSEderson de Souza1-1/+27
2021-03-29igc: Refactor Rx timestamp handlingAndre Guedes1-12/+13
2021-03-11igc: Fix igc_ptp_rx_pktstamp()Andre Guedes1-32/+40
2020-09-28igc: Export a way to read the PTP timerVinicius Costa Gomes1-4/+3
2020-09-28igc: Save PTP time before a resetVinicius Costa Gomes1-3/+25
2020-09-28igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2
2020-09-28igc: Remove timeout check from ptp_tx workAndre Guedes1-6/+0
2020-09-28igc: Don't reschedule ptp_tx workAndre Guedes1-5/+4
2020-09-28igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes1-1/+1
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-2/+2
2020-09-09igc: Fix not considering the TX delay for timestampsVinicius Costa Gomes1-0/+19
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes1-2/+0
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes1-37/+17
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes1-50/+53
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes1-50/+1
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes1-9/+7
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes1-19/+15
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes1-43/+1
2020-05-19igc: Remove ethertype filter in PTP codeAndre Guedes1-12/+0
2020-05-18igc: Use netdev log helpers in igc_ptp.cAndre Guedes1-7/+5
2020-02-19igc: Complete to commit Add basic skeleton for PTPSasha Neftin1-1/+1
2020-02-19igc: make non-global functions staticChen Zhou1-2/+2
2020-01-06igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes1-1/+4
2020-01-06igc: Add support for TX timestampingVinicius Costa Gomes1-0/+92
2020-01-06igc: Add support for RX timestampingVinicius Costa Gomes1-0/+272
2020-01-06igc: Add basic skeleton for PTPVinicius Costa Gomes1-0/+349