aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)Author
2023-11-23ice: restore timestamp configuration after device resetJacob Keller
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller
2023-10-18intel: fix string truncation warningsJesse Brandeburg
2023-09-20ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik
2023-09-20ice: Use PTP auxbus for all PHYs restart in E822Michal Michalik
2023-09-20ice: Auxbus devices & driver for E822 TSMichal Michalik
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller
2023-09-18ice: fix pin assignment for E810-T without SMA controlJacob Keller
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller
2023-09-18ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller
2023-09-18ice: Support cross-timestamping for E823 devicesJacob Keller
2023-09-18ice: retry acquiring hardware semaphore during cross-timestamp requestKarol Kolacinski
2023-06-08ice: introduce ICE_TX_TSTAMP_WORK enumerationJacob Keller
2023-06-08ice: handle extts in the miscellaneous interrupt threadKarol Kolacinski
2023-05-16ice: add individual interrupt allocationPiotr Raczynski
2023-05-16ice: use pci_irq_vector helper functionPiotr Raczynski
2023-02-14ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek
2023-02-14ice: Add GPIO pin support for E823 productsKarol Kolacinski
2023-01-19ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH
2022-12-08ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller
2022-12-08ice: make Tx and Rx vernier offset calibration independentSiddaraju DH
2022-12-08ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller
2022-12-08ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller
2022-12-08ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller
2022-12-08ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller
2022-12-08ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller
2022-12-08ice: check Tx timestamp memory register for ready timestampsJacob Keller
2022-12-08ice: handle discarding old Tx requests in ice_ptp_tx_tstampJacob Keller
2022-12-08ice: always call ice_ptp_link_change and make it voidJacob Keller
2022-12-08ice: fix misuse of "link err" with "link status"Jacob Keller
2022-12-08ice: Reset TS memory for all quadsKarol Kolacinski
2022-12-08ice: Remove the E822 vernier "bypass" logicMilena Olech
2022-12-08ice: Use more generic names for ice_ptp_tx fieldsSergey Temerkhanov
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-21ice: fix handling of burst Tx timestampsJacob Keller
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller
2022-09-28ice: Merge pin initialization of E810 and E810T adaptersArkadiusz Kubalewski
2022-09-20ice: Add low latency Tx timestamp readKarol Kolacinski
2022-09-06ice: Check if reset in progress while waiting for offsetsMichal Michalik
2022-08-16ice: introduce ice_ptp_reset_cached_phctime functionJacob Keller
2022-08-16ice: re-arrange some static functions in ice_ptp.cJacob Keller
2022-08-16ice: track and warn when PHC update is lateJacob Keller
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller
2022-07-28ice: implement adjfine with mul_u64_u64_div_u64Jacob Keller
2022-07-15ice: Add EXTTS feature to the feature bitmapAnirudh Venkataramanan
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik
2022-05-17ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski
2022-05-06ice: fix PTP stale Tx timestamps cleanupMichal Michalik
2022-03-16ice: add trace events for tx timestampsJacob Keller