summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19intel: fix string truncation warningsJesse Brandeburg1-2/+2
2023-09-20ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik1-136/+27
2023-09-20ice: Use PTP auxbus for all PHYs restart in E822Michal Michalik1-3/+21
2023-09-20ice: Auxbus devices & driver for E822 TSMichal Michalik1-14/+379
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller1-3/+3
2023-09-18ice: fix pin assignment for E810-T without SMA controlJacob Keller1-3/+7
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller1-3/+1
2023-09-18ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller1-8/+24
2023-09-18ice: Support cross-timestamping for E823 devicesJacob Keller1-10/+19
2023-09-18ice: retry acquiring hardware semaphore during cross-timestamp requestKarol Kolacinski1-7/+15
2023-06-08ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller1-20/+30
2023-06-08ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski1-9/+3
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-1/+1
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski1-1/+1
2023-02-15ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek1-2/+6
2023-02-15ice: Add GPIO pin support for E823 productsKarol Kolacinski1-0/+64
2023-01-19ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH1-1/+1
2022-12-09ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller1-1/+6
2022-12-09ice: make Tx and Rx vernier offset calibration independentSiddaraju DH1-107/+21
2022-12-09ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller1-9/+29
2022-12-09ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller1-36/+65
2022-12-09ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller1-7/+11
2022-12-09ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller1-5/+31
2022-12-08ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller1-4/+6
2022-12-08ice: check Tx timestamp memory register for ready timestampsJacob Keller1-7/+41
2022-12-08ice: handle discarding old Tx requests in ice_ptp_tx_tstampJacob Keller1-63/+48
2022-12-08ice: always call ice_ptp_link_change and make it voidJacob Keller1-12/+12
2022-12-08ice: fix misuse of "link err" with "link status"Jacob Keller1-1/+1
2022-12-08ice: Reset TS memory for all quadsKarol Kolacinski1-27/+2
2022-12-08ice: Remove the E822 vernier "bypass" logicMilena Olech1-5/+5
2022-12-08ice: Use more generic names for ice_ptp_tx fieldsSergey Temerkhanov1-13/+13
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+10
2022-11-22ice: fix handling of burst Tx timestampsJacob Keller1-10/+10
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-16/+2
2022-09-28ice: Merge pin initialization of E810 and E810T adaptersArkadiusz Kubalewski1-37/+10
2022-09-21ice: Add low latency Tx timestamp readKarol Kolacinski1-25/+22
2022-09-06ice: Check if reset in progress while waiting for offsetsMichal Michalik1-0/+3
2022-08-16ice: introduce ice_ptp_reset_cached_phctime functionJacob Keller1-23/+76
2022-08-16ice: re-arrange some static functions in ice_ptp.cJacob Keller1-336/+336
2022-08-16ice: track and warn when PHC update is lateJacob Keller1-3/+25
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller1-3/+8
2022-07-28ice: implement adjfine with mul_u64_u64_div_u64Jacob Keller1-13/+3
2022-07-15ice: Add EXTTS feature to the feature bitmapAnirudh Venkataramanan1-5/+13
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik1-1/+1
2022-05-17ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski1-4/+15
2022-05-06ice: fix PTP stale Tx timestamps cleanupMichal Michalik1-2/+8
2022-03-16ice: add trace events for tx timestampsJacob Keller1-0/+8
2022-02-19ice: check the return of ice_ptp_gettimex64Tom Rix1-1/+4
2022-01-06ice: Use bitmap_free() to free bitmapChristophe JAILLET1-1/+1
2021-12-21ice: support crosstimestamping on E822 devices if supportedJacob Keller1-0/+117