index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
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
2022-07-28
ice: implement adjfine with mul_u64_u64_div_u64
Jacob Keller
2022-07-15
ice: Add EXTTS feature to the feature bitmap
Anirudh Venkataramanan
2022-06-14
ice: Fix PTP TX timestamp offset calculation
Michal Michalik
2022-05-17
ice: fix crash when writing timestamp on RX rings
Arkadiusz Kubalewski
2022-05-06
ice: fix PTP stale Tx timestamps cleanup
Michal Michalik
2022-03-16
ice: add trace events for tx timestamps
Jacob Keller
2022-02-18
ice: check the return of ice_ptp_gettimex64
Tom Rix
2022-01-06
ice: Use bitmap_free() to free bitmap
Christophe JAILLET
2021-12-21
ice: support crosstimestamping on E822 devices if supported
Jacob Keller
2021-12-21
ice: exit bypass mode once hardware finishes timestamp calibration
Jacob Keller
2021-12-21
ice: implement basic E822 PTP support
Jacob Keller
2021-12-21
ice: introduce ice_ptp_init_phc function
Jacob Keller
2021-12-21
ice: PTP: move setting of tstamp_config
Jacob Keller
2021-12-21
ice: introduce ice_base_incval function
Jacob Keller
2021-12-21
ice: Fix E810 PTP reset flow
Karol Kolacinski
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-14
ice: Don't put stale timestamps in the skb
Karol Kolacinski
2021-12-14
ice: Use div64_u64 instead of div_u64 in adjfine
Karol Kolacinski
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-25
ice: check whether PTP is initialized in ice_ptp_release()
Yongxin Liu
2021-10-15
ice: split ice_ring onto Tx/Rx separate structs
Maciej Fijalkowski
2021-10-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-14
ice: Implement support for SMA and U.FL on E810-T
Maciej Machnikowski
2021-10-12
ice: fix locking for Tx timestamp tracking flush
Jacob Keller
2021-08-27
ice: restart periodic outputs around time changes
Jacob Keller
2021-08-27
ice: add lock around Tx timestamp tracker flush
Jacob Keller
2021-08-27
ice: remove dead code for allocating pin_config
Jacob Keller
2021-08-27
ice: fix Tx queue iteration for Tx timestamp enablement
Jacob Keller
2021-08-13
ice: Fix perout start time rounding
Maciej Machnikowski
2021-06-25
ice: add support for auxiliary input/output pins
Maciej Machnikowski
2021-06-17
ice: remove unnecessary NULL checks before ptp_read_system_*
Jacob Keller
2021-06-11
ice: enable transmit timestamps for E810 devices
Jacob Keller
2021-06-11
ice: enable receive hardware timestamping
Jacob Keller
2021-06-11
ice: report the PTP clock index in ethtool .get_ts_info
Jacob Keller
2021-06-11
ice: register 1588 PTP clock device object for E810 devices
Jacob Keller