summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)Author
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
2022-02-18ice: check the return of ice_ptp_gettimex64Tom Rix
2022-01-06ice: Use bitmap_free() to free bitmapChristophe JAILLET
2021-12-21ice: support crosstimestamping on E822 devices if supportedJacob Keller
2021-12-21ice: exit bypass mode once hardware finishes timestamp calibrationJacob Keller
2021-12-21ice: implement basic E822 PTP supportJacob Keller
2021-12-21ice: introduce ice_ptp_init_phc functionJacob Keller
2021-12-21ice: PTP: move setting of tstamp_configJacob Keller
2021-12-21ice: introduce ice_base_incval functionJacob Keller
2021-12-21ice: Fix E810 PTP reset flowKarol Kolacinski
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-25ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-14ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski
2021-10-12ice: fix locking for Tx timestamp tracking flushJacob Keller
2021-08-27ice: restart periodic outputs around time changesJacob Keller