index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ice
/
ice_ptp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
1
-3
/
+1
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
1
-8
/
+4
2025-04-11
ice: enable timesync operation on 2xNAC E825 devices
Karol Kolacinski
1
-12
/
+37
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2025-03-18
ice: ensure periodic output start time is in the future
Karol Kolacinski
1
-2
/
+4
2025-02-14
ice: support Rx timestamp on flex descriptor
Simei Su
1
-2
/
+2
2025-02-10
ice: Implement PTP support for E830 devices
Michal Michalik
1
-1
/
+70
2025-02-10
ice: Refactor ice_ptp_init_tx_*
Karol Kolacinski
1
-37
/
+19
2025-02-10
ice: Add unified ice_capture_crosststamp
Jacob Keller
1
-75
/
+129
2025-02-10
ice: Process TSYN IRQ in a separate function
Karol Kolacinski
1
-0
/
+49
2025-02-10
ice: Remove unnecessary ice_is_e8xx() functions
Karol Kolacinski
1
-64
/
+69
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-46
/
+84
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks
Linus Torvalds
1
-1
/
+1
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+9
2025-01-14
ice: Add in/out PTP pin delays
Karol Kolacinski
1
-35
/
+47
2025-01-14
ice: add lock to protect low latency interface
Jacob Keller
1
-8
/
+34
2025-01-14
ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*
Jacob Keller
1
-7
/
+7
2025-01-13
ice: Add correct PHY lane assignment
Karol Kolacinski
1
-14
/
+9
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
1
-1
/
+1
2024-10-08
ice: Use common error handling code in two functions
Markus Elfring
1
-16
/
+16
2024-10-01
ice: Drop auxbus use for PTP to finalize ice_adapter move
Sergey Temerkhanov
1
-252
/
+0
2024-10-01
ice: Use ice_adapter for PTP shared data instead of auxdev
Sergey Temerkhanov
1
-41
/
+74
2024-10-01
ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
Sergey Temerkhanov
1
-0
/
+12
2024-10-01
ice: Introduce ice_get_phy_model() wrapper
Sergey Temerkhanov
1
-10
/
+9
2024-10-01
ice: Enable 1PPS out from CGU for E825C products
Sergey Temerkhanov
1
-0
/
+10
2024-10-01
ice: Read SDP section from NVM for pin definitions
Yochai Hagvi
1
-26
/
+112
2024-10-01
ice: Disable shared pin on E810 on setfunc
Karol Kolacinski
1
-0
/
+65
2024-10-01
ice: Cache perout/extts requests and check flags
Karol Kolacinski
1
-176
/
+184
2024-10-01
ice: Align E810T GPIO to other products
Karol Kolacinski
1
-350
/
+114
2024-10-01
ice: Add SDPs support for E825C
Karol Kolacinski
1
-2
/
+18
2024-10-01
ice: Implement ice_ptp_pin_desc
Karol Kolacinski
1
-86
/
+170
2024-08-07
ice: Skip PTP HW writes during PTP reset procedure
Grzegorz Nitka
1
-0
/
+4
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-1
/
+1
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-73
/
+138
2024-07-13
Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core
Thomas Gleixner
1
-30
/
+101
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-30
/
+101
2024-07-03
ice: Reject pin requests with unsupported flags
Jacob Keller
1
-16
/
+22
2024-07-03
ice: Don't process extts if PTP is disabled
Jacob Keller
1
-0
/
+4
2024-07-03
ice: Fix improper extts handling
Milena Olech
1
-22
/
+83
2024-06-13
auxbus: make to_auxiliary_drv accept and return a constant pointer
Greg Kroah-Hartman
1
-1
/
+1
2024-06-10
ice: add and use roundup_u64 instead of open coding equivalent
Jacob Keller
1
-2
/
+1
2024-06-03
ice/ptp: Remove convert_art_to_tsc()
Thomas Gleixner
1
-1
/
+2
2024-06-01
ice: Adjust PTP init for 2x50G E825C devices
Grzegorz Nitka
1
-0
/
+5
2024-06-01
ice: Introduce ETH56G PHY model for E825C products
Sergey Temerkhanov
1
-19
/
+82
2024-06-01
ice: Introduce ice_get_base_incval() helper
Jacob Keller
1
-8
/
+1
2024-06-01
ice: Add PHY OFFSET_READY register clearing
Karol Kolacinski
1
-4
/
+7
2024-06-01
ice: Implement Tx interrupt enablement functions
Sergey Temerkhanov
1
-32
/
+34
2024-06-01
ice: Introduce ice_ptp_hw struct
Karol Kolacinski
1
-11
/
+11
2024-04-01
ice: fold ice_ptp_read_time into ice_ptp_gettimex64
Michal Schmidt
1
-22
/
+3
2024-04-01
ice: avoid the PTP hardware semaphore in gettimex64 path
Michal Schmidt
1
-7
/
+1
[next]