开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_ptp.c
Age
Commit message (
Expand
)
Author
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-06-13
ice: remove redundant checks from PTP init
Natalia Wochtman
2026-06-13
ice: implement E825 TX ref clock control and TXC hardware sync status
Grzegorz Nitka
2026-06-04
ice/ptp: Use provided clock ID for history snapshot
Thomas Gleixner
2026-04-22
ice: fix ready bitmap check for non-E822 devices
Jacob Keller
2026-04-06
ice: fix PTP timestamping broken by SyncE code on E825C
Petr Oros
2026-04-06
ice: ptp: don't WARN when controlling PF is unavailable
Kohei Enju
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-05
ice: dpll: Support E825-C SyncE and dynamic pin discovery
Arkadiusz Kubalewski
2026-01-30
ice: Fix PTP NULL pointer dereference during VSI rebuild
Aaron Ma
2026-01-30
ice: PTP: fix missing timestamps on E825 hardware
Jacob Keller
2026-01-30
ice: fix missing TX timestamps interrupts on E825 devices
Grzegorz Nitka
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-18
ice: fix PTP cleanup on driver removal in error path
Grzegorz Nitka
2025-10-20
ice: refactor to use helpers
Jesse Brandeburg
2025-10-20
ice: add tracking of good transmit timestamps
Jesse Brandeburg
2025-09-02
ice: fix NULL access of tx->in_use in ice_ptp_ts_irq
Jacob Keller
2025-07-03
ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
2025-06-26
ice: move TSPLL init calls to ice_ptp.c
Karol Kolacinski
2025-06-18
ice: rename TSPLL and CGU functions and definitions
Karol Kolacinski
2025-06-18
ice: move TSPLL functions to a separate file
Karol Kolacinski
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-06-10
ice/ptp: fix crosstimestamp reporting
Anton Nadezhdin
2025-06-09
ice: change SMA pins to SDP in PTP API
Karol Kolacinski
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
2025-04-11
ice: enable timesync operation on 2xNAC E825 devices
Karol Kolacinski
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-03-18
ice: ensure periodic output start time is in the future
Karol Kolacinski
2025-02-14
ice: support Rx timestamp on flex descriptor
Simei Su
2025-02-10
ice: Implement PTP support for E830 devices
Michal Michalik
2025-02-10
ice: Refactor ice_ptp_init_tx_*
Karol Kolacinski
2025-02-10
ice: Add unified ice_capture_crosststamp
Jacob Keller
2025-02-10
ice: Process TSYN IRQ in a separate function
Karol Kolacinski
2025-02-10
ice: Remove unnecessary ice_is_e8xx() functions
Karol Kolacinski
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-01-14
ice: Add in/out PTP pin delays
Karol Kolacinski
2025-01-14
ice: add lock to protect low latency interface
Jacob Keller
2025-01-14
ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*
Jacob Keller
2025-01-13
ice: Add correct PHY lane assignment
Karol Kolacinski
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
2024-10-08
ice: Use common error handling code in two functions
Markus Elfring
2024-10-01
ice: Drop auxbus use for PTP to finalize ice_adapter move
Sergey Temerkhanov
2024-10-01
ice: Use ice_adapter for PTP shared data instead of auxdev
Sergey Temerkhanov
2024-10-01
ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
Sergey Temerkhanov
2024-10-01
ice: Introduce ice_get_phy_model() wrapper
Sergey Temerkhanov
[next]