summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-29igc: Export a way to read the PTP timerVinicius Costa Gomes1-4/+3
2020-09-29igc: Save PTP time before a resetVinicius Costa Gomes1-3/+25
2020-09-29igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2
2020-09-29igc: Remove timeout check from ptp_tx workAndre Guedes1-6/+0
2020-09-29igc: Don't reschedule ptp_tx workAndre Guedes1-5/+4
2020-09-29igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes1-1/+1
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-2/+2
2020-09-10igc: Fix not considering the TX delay for timestampsVinicius Costa Gomes1-0/+19
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes1-2/+0
2020-06-30igc: Fix Rx timestamp disablingAndre Guedes1-37/+17
2020-06-30igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes1-50/+53
2020-06-30igc: Remove UDP filter setup in PTP codeAndre Guedes1-50/+1
2020-06-30igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes1-9/+7
2020-06-30igc: Remove duplicate code in Tx timestamp handlingAndre Guedes1-19/+15
2020-06-30igc: Clean up Rx timestamping logicAndre Guedes1-43/+1
2020-05-20igc: Remove ethertype filter in PTP codeAndre Guedes1-12/+0
2020-05-19igc: Use netdev log helpers in igc_ptp.cAndre Guedes1-7/+5
2020-02-20igc: Complete to commit Add basic skeleton for PTPSasha Neftin1-1/+1
2020-02-20igc: make non-global functions staticChen Zhou1-2/+2
2020-01-07igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes1-1/+4
2020-01-07igc: Add support for TX timestampingVinicius Costa Gomes1-0/+92
2020-01-07igc: Add support for RX timestampingVinicius Costa Gomes1-0/+272
2020-01-07igc: Add basic skeleton for PTPVinicius Costa Gomes1-0/+349