index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ptp
/
ptp_chardev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ptp: Introduce strict checking of external time stamp options.
Richard Cochran
2019-11-15
1
-0
/
+2
*
ptp: Validate requests to enable time stamping of external signals.
Richard Cochran
2019-11-15
1
-5
/
+13
*
ptp: correctly disable flags on old ioctls
Jacob Keller
2019-09-27
1
-2
/
+2
*
PTP: introduce new versions of IOCTLs
Felipe Balbi
2019-09-13
1
-0
/
+63
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
ptp: check that rsv field is zero in struct ptp_sys_offset_extended
Eugene Syromiatnikov
2019-01-08
1
-1
/
+2
*
ptp: deprecate gettime64() in favor of gettimex64()
Miroslav Lichvar
2018-11-09
1
-1
/
+4
*
ptp: add PTP_SYS_OFFSET_EXTENDED ioctl
Miroslav Lichvar
2018-11-09
1
-0
/
+33
*
ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl
Miroslav Lichvar
2018-11-09
1
-1
/
+4
*
ptp: reorder declarations in ptp_ioctl()
Miroslav Lichvar
2018-11-09
1
-7
/
+7
*
ptp: fix Spectre v1 vulnerability
Gustavo A. R. Silva
2018-10-17
1
-0
/
+4
*
ptp: fix missing break in switch
Gustavo A. R. Silva
2018-07-18
1
-0
/
+1
*
ptp: replace getnstimeofday64() with ktime_get_real_ts64()
Arnd Bergmann
2018-06-20
1
-2
/
+2
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-1
/
+1
*
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
1
-1
/
+1
*
drivers/ptp: Fix kernel memory disclosure
Vlad Tsyrklevich
2016-10-13
1
-0
/
+1
*
ptp: oops in ptp_ioctl()
Dan Carpenter
2016-05-29
1
-0
/
+1
*
ptp: use memdup_user().
Muhammad Falak R Wani
2016-05-23
1
-8
/
+3
*
ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
Christopher S. Hall
2016-03-03
1
-0
/
+27
*
ptp: remove 32 bit get/set methods.
Richard Cochran
2015-03-31
1
-7
/
+1
*
ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.
Richard Cochran
2015-03-31
1
-4
/
+10
*
ptp: Allow reassigning calibration pin function
Stefan Sørensen
2014-07-01
1
-7
/
+2
*
ptp: introduce programmable pins.
Richard Cochran
2014-03-21
1
-1
/
+127
*
ptp: reduce stack usage when measuring the system time offset
Richard Cochran
2012-11-26
1
-7
/
+14
*
ptp: reduce stack usage when reading external time stamps
Richard Cochran
2012-11-26
1
-5
/
+17
*
ptp: add an ioctl to compare PHC time with system time
Richard Cochran
2012-11-01
1
-0
/
+32
*
ptp: Fix some locking bugs in ptp_read()
Dan Carpenter
2011-06-01
1
-4
/
+4
*
ptp: Return -EFAULT on copy_to_user() errors
Dan Carpenter
2011-06-01
1
-1
/
+2
*
ptp: Added a brand new class driver for ptp clocks.
Richard Cochran
2011-05-23
1
-0
/
+159