index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
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
2023-11-23
ice: restore timestamp configuration after device reset
Jacob Keller
1
-28
/
+46
2023-11-23
ice: unify logic for programming PFINT_TSYN_MSK
Jacob Keller
1
-26
/
+34
2023-11-23
ice: remove ptp_tx ring parameter flag
Jacob Keller
1
-14
/
+0
2023-10-18
intel: fix string truncation warnings
Jesse Brandeburg
1
-2
/
+2
2023-09-20
ice: PTP: add clock domain number to auxiliary interface
Michal Michalik
1
-136
/
+27
2023-09-20
ice: Use PTP auxbus for all PHYs restart in E822
Michal Michalik
1
-3
/
+21
2023-09-20
ice: Auxbus devices & driver for E822 TS
Michal Michalik
1
-14
/
+379
2023-09-18
ice: introduce ice_pf_src_tmr_owned
Jacob Keller
1
-3
/
+3
2023-09-18
ice: fix pin assignment for E810-T without SMA control
Jacob Keller
1
-3
/
+7
2023-09-18
ice: remove ICE_F_PTP_EXTTS feature flag
Jacob Keller
1
-3
/
+1
2023-09-18
ice: introduce hw->phy_model for handling PTP PHY differences
Jacob Keller
1
-8
/
+24
2023-09-18
ice: Support cross-timestamping for E823 devices
Jacob Keller
1
-10
/
+19
2023-09-18
ice: retry acquiring hardware semaphore during cross-timestamp request
Karol Kolacinski
1
-7
/
+15
2023-06-08
ice: introduce ICE_TX_TSTAMP_WORK enumeration
Jacob Keller
1
-20
/
+30
[next]