summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30ice: stop destroying and reinitalizing Tx tracker during resetJacob Keller1-12/+21
2024-01-30ice: factor out ice_ptp_rebuild_owner()Jacob Keller1-24/+38
2024-01-30ice: rename ice_ptp_tx_cfg_intrJacob Keller1-6/+6
2024-01-30ice: don't check has_ready_bitmap in E810 functionsJacob Keller1-12/+11
2024-01-30ice: rename verify_cached to has_ready_bitmapJacob Keller1-6/+6
2024-01-30ice: pass reset type to PTP reset functionsJacob Keller1-6/+7
2024-01-30ice: introduce PTP state machineJacob Keller1-47/+63
2024-01-02ice: Fix some null pointer dereference issues in ice_ptp.cKunwu Chan1-0/+4
2024-01-02ice: Enable SW interrupt from FW for LL TSKarol Kolacinski1-18/+145
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller1-7/+6
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-14/+8
2023-12-18ice: field get conversionJesse Brandeburg1-2/+2
2023-12-18ice: field prep conversionJesse Brandeburg1-5/+4
2023-12-14ice: Support HW timestamp hintLarysa Zaremba1-3/+3
2023-12-14ice: make RX HW timestamp reading code more reusableLarysa Zaremba1-13/+7
2023-12-05ice: Rename E822 to E82XKarol Kolacinski1-24/+24
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller1-0/+50
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski1-9/+10
2023-11-23ice: restore timestamp configuration after device resetJacob Keller1-28/+46
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller1-14/+0
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