index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
/
ptp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-13
ptp: replace snprintf with sysfs_emit
Yang Guang
1
-2
/
+2
2022-04-08
ptp: unregister virtual clocks when unregistering physical clock.
Miroslav Lichvar
1
-2
/
+9
2022-01-27
net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
Miroslav Lichvar
1
-5
/
+5
2021-11-25
ptp: ocp: Fix a couple NULL vs IS_ERR() checks
Dan Carpenter
1
-4
/
+5
2021-10-21
ptp: free 'vclock_index' in ptp_clock_release()
Yang Yingliang
1
-4
/
+1
2021-10-20
ptp: Fix possible memory leak in ptp_clock_register()
Yang Yingliang
1
-4
/
+11
2021-10-15
ptp: fix error print of ptp_kvm on X86_64 platform
Kele Huang
1
-2
/
+2
2021-10-07
Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2021-10-02
ptp_pch: Load module automatically if ID matches
Andy Shevchenko
1
-0
/
+1
2021-10-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-7
/
+2
2021-09-30
ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm
Zelin Deng
1
-7
/
+2
2021-09-20
ptp: ocp: add COMMON_CLK dependency
Arnd Bergmann
1
-0
/
+1
2021-08-26
ptp: ocp: Simplify Kconfig.
Jonathan Lemon
1
-8
/
+2
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-08-16
ptp: ocp: Have Kconfig select NET_DEVLINK
Jonathan Lemon
1
-0
/
+1
2021-08-16
ptp: ocp: Fix error path for pci_ocp_device_init()
Jonathan Lemon
1
-3
/
+4
2021-08-16
ptp: ocp: Fix uninitialized variable warning spotted by clang.
Jonathan Lemon
1
-1
/
+1
2021-08-16
ptp: ocp: don't allow on S390
Randy Dunlap
1
-0
/
+1
2021-08-16
ptp_pch: Restore dependency on PCI
Andy Shevchenko
1
-1
/
+2
2021-08-13
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
2
-1
/
+16
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-08-09
devlink: Set device as early as possible
Leon Romanovsky
1
-22
/
+4
2021-08-08
ptp: Fix possible memory leak caused by invalid cast
Vinicius Costa Gomes
1
-1
/
+1
2021-08-06
ptp: ocp: Remove pending_image indicator from devlink
Jonathan Lemon
1
-10
/
+0
2021-08-06
ptp: ocp: Rename version string shown by devlink.
Jonathan Lemon
1
-2
/
+2
2021-08-06
ptp: ocp: Use 'gnss' naming instead of 'gps'
Jonathan Lemon
1
-21
/
+21
2021-08-06
ptp: ocp: Remove devlink health and unused parameters.
Jonathan Lemon
1
-80
/
+0
2021-08-06
ptp: ocp: Add the mapping for the external PPS registers.
Jonathan Lemon
1
-4
/
+11
2021-08-06
ptp: ocp: Fix the error handling path for the class device.
Jonathan Lemon
1
-1
/
+1
2021-08-04
ptp: ocp: Expose various resources on the timecard.
Jonathan Lemon
2
-46
/
+1348
2021-07-08
ptp: Relocate lookup cookie to correct block.
Jonathan Lemon
1
-1
/
+1
2021-07-05
ptp: fix format string mismatch in ptp_sysfs.c
Yangbo Lu
1
-2
/
+2
2021-07-05
ptp: fix NULL pointer dereference in ptp_clock_register
Yangbo Lu
1
-1
/
+1
2021-07-01
ptp: add kernel API ptp_convert_timestamp()
Yangbo Lu
1
-0
/
+34
2021-07-01
ptp: add kernel API ptp_get_vclocks_index()
Yangbo Lu
3
-1
/
+39
2021-07-01
ptp: track available ptp vclocks information
Yangbo Lu
3
-4
/
+40
2021-07-01
ptp: support ptp physical/virtual clocks conversion
Yangbo Lu
3
-0
/
+185
2021-07-01
ptp: add ptp virtual clock driver framework
Yangbo Lu
3
-1
/
+166
2021-06-29
ptp: Set lookup cookie when creating a PTP PPS source.
Jonathan Lemon
1
-0
/
+1
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-06-15
ptp: improve max_adj check against unreasonable values
Jakub Kicinski
1
-3
/
+3
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2021-05-12
ptp: ocp: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2021-05-10
ptp: ptp_clock: make scaled_ppm_to_ppb static inline
Radu Pirea (NXP OSS)
1
-21
/
+0
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-63
/
+151
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
5
-63
/
+151
2021-04-20
ptp: Don't print an error if ptp_kvm is not supported
Jon Hunter
1
-1
/
+2
2021-04-07
ptp: arm/arm64: Enable ptp_kvm for arm/arm64
Jianyong Wu
3
-1
/
+30
2021-04-07
ptp: Reorganize ptp_kvm.c to make it arch-independent
Jianyong Wu
3
-62
/
+120
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-6
/
+7
[next]