Age | Commit message (Expand) | Author |
2024-06-05 | ptp: Fix error message on failed pin verification | Karol Kolacinski |
2023-11-13 | ptp: annotate data-race around q->head and q->tail | Eric Dumazet |
2023-11-13 | Revert "ptp: Fixes a null pointer dereference in ptp_ioctl" | Jakub Kicinski |
2023-11-10 | ptp: Fixes a null pointer dereference in ptp_ioctl | Yuran Pereira |
2023-11-08 | ptp: fix corrupted list in ptp_open | Edward Adam Davis |
2023-11-08 | ptp: ptp_read should not release queue | Edward Adam Davis |
2023-10-15 | ptp: add debugfs interface to see applied channel masks | Xabier Marquiegui |
2023-10-15 | ptp: support event queue reader channel masks | Xabier Marquiegui |
2023-10-15 | ptp: support multiple timestamp event readers | Xabier Marquiegui |
2023-10-15 | ptp: Replace timestamp event queue with linked list | Xabier Marquiegui |
2023-10-15 | posix-clock: introduce posix_clock_context concept | Xabier Marquiegui |
2023-06-20 | ptp: Add .getmaxphase callback to ptp_clock_info | Rahul Rameshbabu |
2020-08-05 | ptp: only allow phase values lower than 1 period | Vladimir Oltean |
2020-07-19 | ptp: add ability to configure duty cycle for periodic output | Vladimir Oltean |
2020-05-02 | ptp: Add adjust_phase to ptp_clock_caps capability. | Vincent Cheng |
2020-03-30 | ptp: Avoid deadlocks in the programmable pin code. | Richard Cochran |
2019-11-15 | ptp: Introduce strict checking of external time stamp options. | Richard Cochran |
2019-11-15 | ptp: Validate requests to enable time stamping of external signals. | Richard Cochran |
2019-09-27 | ptp: correctly disable flags on old ioctls | Jacob Keller |
2019-09-13 | PTP: introduce new versions of IOCTLs | Felipe Balbi |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner |
2019-01-08 | ptp: check that rsv field is zero in struct ptp_sys_offset_extended | Eugene Syromiatnikov |
2018-11-09 | ptp: deprecate gettime64() in favor of gettimex64() | Miroslav Lichvar |
2018-11-09 | ptp: add PTP_SYS_OFFSET_EXTENDED ioctl | Miroslav Lichvar |
2018-11-09 | ptp: check gettime64 return code in PTP_SYS_OFFSET ioctl | Miroslav Lichvar |
2018-11-09 | ptp: reorder declarations in ptp_ioctl() | Miroslav Lichvar |
2018-10-17 | ptp: fix Spectre v1 vulnerability | Gustavo A. R. Silva |
2018-07-18 | ptp: fix missing break in switch | Gustavo A. R. Silva |
2018-06-20 | ptp: replace getnstimeofday64() with ktime_get_real_ts64() | Arnd Bergmann |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2016-10-13 | drivers/ptp: Fix kernel memory disclosure | Vlad Tsyrklevich |
2016-05-29 | ptp: oops in ptp_ioctl() | Dan Carpenter |
2016-05-23 | ptp: use memdup_user(). | Muhammad Falak R Wani |
2016-03-03 | ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping | Christopher S. Hall |
2015-03-31 | ptp: remove 32 bit get/set methods. | Richard Cochran |
2015-03-31 | ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl. | Richard Cochran |
2014-07-01 | ptp: Allow reassigning calibration pin function | Stefan Sørensen |
2014-03-21 | ptp: introduce programmable pins. | Richard Cochran |
2012-11-26 | ptp: reduce stack usage when measuring the system time offset | Richard Cochran |
2012-11-26 | ptp: reduce stack usage when reading external time stamps | Richard Cochran |
2012-11-01 | ptp: add an ioctl to compare PHC time with system time | Richard Cochran |
2011-06-01 | ptp: Fix some locking bugs in ptp_read() | Dan Carpenter |
2011-06-01 | ptp: Return -EFAULT on copy_to_user() errors | Dan Carpenter |
2011-05-23 | ptp: Added a brand new class driver for ptp clocks. | Richard Cochran |