summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)Author
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller
2025-04-11ice: enable timesync operation on 2xNAC E825 devicesKarol Kolacinski
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-18ice: ensure periodic output start time is in the futureKarol Kolacinski
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su
2025-02-10ice: Implement PTP support for E830 devicesMichal Michalik
2025-02-10ice: Refactor ice_ptp_init_tx_*Karol Kolacinski
2025-02-10ice: Add unified ice_capture_crosststampJacob Keller
2025-02-10ice: Process TSYN IRQ in a separate functionKarol Kolacinski
2025-02-10ice: Remove unnecessary ice_is_e8xx() functionsKarol Kolacinski
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-14ice: Add in/out PTP pin delaysKarol Kolacinski
2025-01-14ice: add lock to protect low latency interfaceJacob Keller
2025-01-14ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*Jacob Keller
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker
2024-10-08ice: Use common error handling code in two functionsMarkus Elfring
2024-10-01ice: Drop auxbus use for PTP to finalize ice_adapter moveSergey Temerkhanov
2024-10-01ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov
2024-10-01ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov
2024-10-01ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov
2024-10-01ice: Enable 1PPS out from CGU for E825C productsSergey Temerkhanov
2024-10-01ice: Read SDP section from NVM for pin definitionsYochai Hagvi
2024-10-01ice: Disable shared pin on E810 on setfuncKarol Kolacinski
2024-10-01ice: Cache perout/extts requests and check flagsKarol Kolacinski
2024-10-01ice: Align E810T GPIO to other productsKarol Kolacinski
2024-10-01ice: Add SDPs support for E825CKarol Kolacinski
2024-10-01ice: Implement ice_ptp_pin_descKarol Kolacinski
2024-08-07ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-03ice: Reject pin requests with unsupported flagsJacob Keller
2024-07-03ice: Don't process extts if PTP is disabledJacob Keller
2024-07-03ice: Fix improper extts handlingMilena Olech
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman
2024-06-10ice: add and use roundup_u64 instead of open coding equivalentJacob Keller
2024-06-03ice/ptp: Remove convert_art_to_tsc()Thomas Gleixner
2024-06-01ice: Adjust PTP init for 2x50G E825C devicesGrzegorz Nitka
2024-06-01ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov
2024-06-01ice: Introduce ice_get_base_incval() helperJacob Keller
2024-06-01ice: Add PHY OFFSET_READY register clearingKarol Kolacinski
2024-06-01ice: Implement Tx interrupt enablement functionsSergey Temerkhanov
2024-06-01ice: Introduce ice_ptp_hw structKarol Kolacinski
2024-04-01ice: fold ice_ptp_read_time into ice_ptp_gettimex64Michal Schmidt
2024-04-01ice: avoid the PTP hardware semaphore in gettimex64 pathMichal Schmidt