index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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-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