summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-02ice: fix NULL access of tx->in_use in ice_ptp_ts_irqJacob Keller1-5/+8
2025-07-03ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-22/+23
2025-06-26ice: move TSPLL init calls to ice_ptp.cKarol Kolacinski1-0/+11
2025-06-18ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski1-1/+1
2025-06-18ice: move TSPLL functions to a separate fileKarol Kolacinski1-1/+0
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-06-10ice/ptp: fix crosstimestamp reportingAnton Nadezhdin1-0/+1
2025-06-09ice: change SMA pins to SDP in PTP APIKarol Kolacinski1-215/+39
2025-04-16net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller1-3/+1
2025-04-16net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller1-8/+4
2025-04-11ice: enable timesync operation on 2xNAC E825 devicesKarol Kolacinski1-12/+37
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2025-03-18ice: ensure periodic output start time is in the futureKarol Kolacinski1-2/+4
2025-02-14ice: support Rx timestamp on flex descriptorSimei Su1-2/+2
2025-02-10ice: Implement PTP support for E830 devicesMichal Michalik1-1/+70
2025-02-10ice: Refactor ice_ptp_init_tx_*Karol Kolacinski1-37/+19
2025-02-10ice: Add unified ice_capture_crosststampJacob Keller1-75/+129
2025-02-10ice: Process TSYN IRQ in a separate functionKarol Kolacinski1-0/+49
2025-02-10ice: Remove unnecessary ice_is_e8xx() functionsKarol Kolacinski1-64/+69
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-46/+84
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+9
2025-01-15ice: Add in/out PTP pin delaysKarol Kolacinski1-35/+47
2025-01-15ice: add lock to protect low latency interfaceJacob Keller1-8/+34
2025-01-15ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*Jacob Keller1-7/+7
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski1-14/+9
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2024-10-09ice: Use common error handling code in two functionsMarkus Elfring1-16/+16
2024-10-01ice: Drop auxbus use for PTP to finalize ice_adapter moveSergey Temerkhanov1-252/+0
2024-10-01ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov1-41/+74
2024-10-01ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov1-0/+12
2024-10-01ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov1-10/+9
2024-10-01ice: Enable 1PPS out from CGU for E825C productsSergey Temerkhanov1-0/+10
2024-10-01ice: Read SDP section from NVM for pin definitionsYochai Hagvi1-26/+112
2024-10-01ice: Disable shared pin on E810 on setfuncKarol Kolacinski1-0/+65
2024-10-01ice: Cache perout/extts requests and check flagsKarol Kolacinski1-176/+184
2024-10-01ice: Align E810T GPIO to other productsKarol Kolacinski1-350/+114
2024-10-01ice: Add SDPs support for E825CKarol Kolacinski1-2/+18
2024-10-01ice: Implement ice_ptp_pin_descKarol Kolacinski1-86/+170
2024-08-07ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka1-0/+4
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-73/+138
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner1-30/+101
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-30/+101
2024-07-04ice: Reject pin requests with unsupported flagsJacob Keller1-16/+22
2024-07-04ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-04ice: Fix improper extts handlingMilena Olech1-22/+83
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman1-1/+1
2024-06-11ice: add and use roundup_u64 instead of open coding equivalentJacob Keller1-2/+1
2024-06-03ice/ptp: Remove convert_art_to_tsc()Thomas Gleixner1-1/+2