index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
Files
Lines
2025-01-13
ice: Add correct PHY lane assignment
Karol Kolacinski
1
-14
/
+9
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...
Linus Torvalds
1
-1
/
+1
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-73
/
+138
2024-07-13
Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...
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
2024-01-30
ice: stop destroying and reinitalizing Tx tracker during reset
Jacob Keller
1
-12
/
+21
2024-01-30
ice: factor out ice_ptp_rebuild_owner()
Jacob Keller
1
-24
/
+38
2024-01-30
ice: rename ice_ptp_tx_cfg_intr
Jacob Keller
1
-6
/
+6
2024-01-30
ice: don't check has_ready_bitmap in E810 functions
Jacob Keller
1
-12
/
+11
2024-01-30
ice: rename verify_cached to has_ready_bitmap
Jacob Keller
1
-6
/
+6
2024-01-30
ice: pass reset type to PTP reset functions
Jacob Keller
1
-6
/
+7
2024-01-30
ice: introduce PTP state machine
Jacob Keller
1
-47
/
+63
2024-01-02
ice: Fix some null pointer dereference issues in ice_ptp.c
Kunwu Chan
1
-0
/
+4
2024-01-02
ice: Enable SW interrupt from FW for LL TS
Karol Kolacinski
1
-18
/
+145
2023-12-22
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
David S. Miller
1
-7
/
+6
2023-12-18
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-14
/
+8
2023-12-18
ice: field get conversion
Jesse Brandeburg
1
-2
/
+2
2023-12-18
ice: field prep conversion
Jesse Brandeburg
1
-5
/
+4
2023-12-13
ice: Support HW timestamp hint
Larysa Zaremba
1
-3
/
+3
2023-12-13
ice: make RX HW timestamp reading code more reusable
Larysa Zaremba
1
-13
/
+7
2023-12-05
ice: Rename E822 to E82X
Karol Kolacinski
1
-24
/
+24
2023-12-05
ice: periodically kick Tx timestamp interrupt
Jacob Keller
1
-0
/
+50
2023-12-05
ice: Re-enable timestamping correctly after reset
Karol Kolacinski
1
-9
/
+10
[next]