summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)Author
2024-01-30ice: stop destroying and reinitalizing Tx tracker during resetJacob Keller
2024-01-30ice: factor out ice_ptp_rebuild_owner()Jacob Keller
2024-01-30ice: rename ice_ptp_tx_cfg_intrJacob Keller
2024-01-30ice: don't check has_ready_bitmap in E810 functionsJacob Keller
2024-01-30ice: rename verify_cached to has_ready_bitmapJacob Keller
2024-01-30ice: pass reset type to PTP reset functionsJacob Keller
2024-01-30ice: introduce PTP state machineJacob Keller
2024-01-02ice: Fix some null pointer dereference issues in ice_ptp.cKunwu Chan
2024-01-02ice: Enable SW interrupt from FW for LL TSKarol Kolacinski
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18ice: field get conversionJesse Brandeburg
2023-12-18ice: field prep conversionJesse Brandeburg
2023-12-13ice: Support HW timestamp hintLarysa Zaremba
2023-12-13ice: make RX HW timestamp reading code more reusableLarysa Zaremba
2023-12-05ice: Rename E822 to E82XKarol Kolacinski
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski
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