index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sfc
/
ptp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-05
sfc: Implement ndo_hwtstamp_(get|set)
Alex Austin
1
-19
/
+11
2023-09-16
sfc: make coding style of PTP addresses consistent with core
Alex Austin
1
-13
/
+14
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+3
2023-08-26
sfc: Check firmware supports Ethernet PTP filter
Alex Austin
1
-1
/
+3
2023-07-28
sfc: Remove PTP code for Siena
Martin Habets
1
-225
/
+1
2023-07-28
sfc: Remove falcon references
Martin Habets
1
-1
/
+0
2023-04-04
sfc: remove expired unicast PTP filters
Íñigo Huguet
1
-25
/
+72
2023-04-04
sfc: support unicast PTP
Íñigo Huguet
1
-3
/
+98
2023-04-04
sfc: allow insertion of filters for unicast PTP
Íñigo Huguet
1
-23
/
+36
2023-04-04
sfc: store PTP filters in a list
Íñigo Huguet
1
-29
/
+52
2022-11-11
ptp: convert remaining drivers to adjfine interface
Jacob Keller
1
-3
/
+4
2022-09-07
sfc: support PTP over Ethernet
Íñigo Huguet
1
-2
/
+19
2022-09-07
sfc: support PTP over IPv6/UDP
Íñigo Huguet
1
-12
/
+49
2022-09-07
sfc: allow more flexible way of adding filters for PTP
Íñigo Huguet
1
-36
/
+32
2022-07-28
sfc: disable softirqs for ptp TX
Alejandro Lucero
1
-0
/
+22
2022-05-09
net: sfc: fix memory leak due to ptp channel
Taehee Yoo
1
-1
/
+13
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-3
/
+0
2021-10-21
sfc: Don't use netif_info before net_device setup
Erik Ekman
1
-2
/
+2
2020-09-26
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-0
/
+5
2020-09-26
sfc: fix kdoc warning
Jesse Brandeburg
1
-1
/
+1
2020-09-12
sfc: select inner-csum-offload TX queues for skbs that need it
Edward Cree
1
-1
/
+2
2020-09-12
sfc: define inner/outer csum offload TXQ types
Edward Cree
1
-1
/
+1
2020-09-12
sfc: decouple TXQ type from label
Edward Cree
1
-1
/
+1
2020-07-27
sfc: drop unnecessary list_empty
Julia Lawall
1
-11
/
+9
2020-06-30
sfc: split up nic.h
Edward Cree
1
-2
/
+1
2020-06-30
sfc: determine flag word automatically in efx_has_cap()
Edward Cree
1
-1
/
+1
2020-05-11
sfc: use efx_has_cap for capability checks outside of NIC-specific code
Edward Cree
1
-6
/
+1
2020-02-27
sfc: fix timestamp reconstruction at 16-bit rollover points
Alex Maftei (amaftei)
1
-3
/
+35
2019-11-21
sfc: Only cancel the PPS workqueue if it exists
Martin Habets
1
-1
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-01-29
sfc: mark some unexported symbols as static
kbuild test robot
1
-2
/
+2
2018-01-26
sfc: add suffix to large constant in ptp
Bert Kenward
1
-1
/
+1
2018-01-26
sfc: support Medford2 frequency adjustment format
Laurence Evans
1
-14
/
+31
2018-01-26
sfc: support second + quarter ns time format for receive datapath
Edward Cree
1
-33
/
+106
2018-01-26
sfc: support separate PTP and general timestamping
Laurence Evans
1
-15
/
+43
2018-01-26
sfc: simplify RX datapath timestamping
Laurence Evans
1
-8
/
+5
2018-01-26
sfc: only advertise TX timestamping if we have the license for it
Martin Habets
1
-0
/
+11
2018-01-26
sfc: on 8000 series use TX queues for TX timestamps
Edward Cree
1
-4
/
+16
2018-01-26
sfc: MAC TX timestamp handling on the 8000 series
Martin Habets
1
-2
/
+45
2018-01-26
sfc: use main datapath for HW timestamps if available
Martin Habets
1
-7
/
+41
2018-01-26
sfc: add function to determine which TX timestamping method to use
Martin Habets
1
-0
/
+10
2018-01-26
sfc: handle TX timestamps in the normal data path
Martin Habets
1
-0
/
+11
2017-12-18
sfc: improve PTP error reporting
Edward Cree
1
-1
/
+3
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+0
2017-11-11
net: sfc: remove redundant variable start
Colin Ian King
1
-2
/
+0
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-5
/
+5
2016-12-04
sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID instead
Edward Cree
1
-1
/
+1
2016-09-22
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Nicolas Pitre
1
-7
/
+7
2016-08-13
sfc: set interrupt moderation via MCDI
Bert Kenward
1
-1
/
+1
2015-10-01
net: sfc: avoid using timespec
Arnd Bergmann
1
-7
/
+7
[next]