index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ptp
Age
Commit message (
Expand
)
Author
Lines
2025-07-01
time/timecounter: Fix the lie that struct cyclecounter is const
Greg Kroah-Hartman
-2
/
+2
2025-06-26
ptp: Simplify ptp_read()
Thomas Gleixner
-38
/
+16
2025-06-26
ptp: Convert chardev code to lock guards
Thomas Gleixner
-21
/
+13
2025-06-26
ptp: Split out PTP_MASK_EN_SINGLE ioctl code
Thomas Gleixner
-20
/
+15
2025-06-26
ptp: Split out PTP_MASK_CLEAR_ALL ioctl code
Thomas Gleixner
-2
/
+7
2025-06-26
ptp: Split out PTP_PIN_SETFUNC ioctl code
Thomas Gleixner
-34
/
+24
2025-06-26
ptp: Split out PTP_PIN_GETFUNC ioctl code
Thomas Gleixner
-29
/
+21
2025-06-26
ptp: Split out PTP_SYS_OFFSET ioctl code
Thomas Gleixner
-38
/
+40
2025-06-26
ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl code
Thomas Gleixner
-36
/
+39
2025-06-26
ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl code
Thomas Gleixner
-24
/
+29
2025-06-26
ptp: Split out PTP_ENABLE_PPS ioctl code
Thomas Gleixner
-17
/
+16
2025-06-26
ptp: Split out PTP_PEROUT_REQUEST ioctl code
Thomas Gleixner
-71
/
+58
2025-06-26
ptp: Split out PTP_EXTTS_REQUEST ioctl code
Thomas Gleixner
-55
/
+50
2025-06-26
ptp: Split out PTP_CLOCK_GETCAPS ioctl code
Thomas Gleixner
-18
/
+23
2025-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
-2
/
+13
2025-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+23
2025-06-17
ptp: allow reading of currently dialed frequency to succeed on free-running c...
Vladimir Oltean
-1
/
+2
2025-06-17
ptp: fix breakage after ptp_vclock_in_use() rework
Vladimir Oltean
-1
/
+21
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
-1
/
+1
2025-06-16
ptp: Use ratelimite for freerun error message
Breno Leitao
-1
/
+1
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-11
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
2025-06-05
ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()
Jeongjun Park
-11
/
+1
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+17
2025-05-16
ptp: ocp: Limit signal/freq counts in summary output functions
Sagi Maimon
-7
/
+17
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+50
2025-05-01
ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operations
Sagi Maimon
-2
/
+50
2025-04-29
ptp: ocp: Add const to bp->attr_group allocation type
Kees Cook
-1
/
+1
2025-04-22
ptp: Do not enable by default during compile testing
Krzysztof Kozlowski
-2
/
+2
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+1
2025-04-16
ptp: ocp: fix start time alignment in ptp_ocp_signal_set
Sagi Maimon
-0
/
+1
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
-0
/
+2
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
-25
/
+19
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-1
/
+1
2025-03-20
ptp: ocp: reject unsupported periodic output flags
Jacob Keller
-0
/
+4
2025-03-06
ptp: ocp: Remove redundant check in _signal_summary_show
Ivan Abramov
-3
/
+0
2025-03-05
ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.
Wojtek Wasko
-0
/
+16
2025-02-11
ptp: vmclock: Remove goto-based cleanup logic
Thomas Weißschuh
-19
/
+13
2025-02-11
ptp: vmclock: Clean up miscdev and ptp clock through devres
Thomas Weißschuh
-7
/
+6
2025-02-11
ptp: vmclock: Don't unregister misc device if it was not registered
Thomas Weißschuh
-1
/
+2
2025-02-11
ptp: vmclock: Set driver data before its usage
Thomas Weißschuh
-2
/
+2
2025-02-11
ptp: vmclock: Add .owner to vmclock_miscdev_fops
David Woodhouse
-0
/
+1
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-0
/
+12
2025-01-28
ptp: Properly handle compat ioctls
Thomas Weißschuh
-0
/
+4
2025-01-27
Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2025-01-27
ptp: Ensure info->enable callback is always set
Thomas Weißschuh
-0
/
+8
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-8
/
+8
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
-1
/
+1
2025-01-07
pps: Fix a use-after-free
Calvin Owens
-1
/
+1
[prev]
[next]