summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)Author
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-13ice: remove redundant checks from PTP initNatalia Wochtman
2026-06-13ice: implement E825 TX ref clock control and TXC hardware sync statusGrzegorz Nitka
2026-06-04ice/ptp: Use provided clock ID for history snapshotThomas Gleixner
2026-04-22ice: fix ready bitmap check for non-E822 devicesJacob Keller
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-05ice: dpll: Support E825-C SyncE and dynamic pin discoveryArkadiusz Kubalewski
2026-01-30ice: Fix PTP NULL pointer dereference during VSI rebuildAaron Ma
2026-01-30ice: PTP: fix missing timestamps on E825 hardwareJacob Keller
2026-01-30ice: fix missing TX timestamps interrupts on E825 devicesGrzegorz Nitka
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-18ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka
2025-10-20ice: refactor to use helpersJesse Brandeburg
2025-10-20ice: add tracking of good transmit timestampsJesse Brandeburg
2025-09-02ice: fix NULL access of tx->in_use in ice_ptp_ts_irqJacob Keller
2025-07-03ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-06-26ice: move TSPLL init calls to ice_ptp.cKarol Kolacinski
2025-06-18ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski
2025-06-18ice: move TSPLL functions to a separate fileKarol Kolacinski
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-10ice/ptp: fix crosstimestamp reportingAnton Nadezhdin
2025-06-09ice: change SMA pins to SDP in PTP APIKarol Kolacinski
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