summaryrefslogtreecommitdiffstats
path: root/drivers/ptp/ptp_chardev.c
Commit message (Expand)AuthorAgeFilesLines
* ptp: annotate data-race around q->head and q->tailEric Dumazet2023-11-131-1/+2
* Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"Jakub Kicinski2023-11-131-2/+0
* ptp: Fixes a null pointer dereference in ptp_ioctlYuran Pereira2023-11-101-0/+2
* ptp: fix corrupted list in ptp_openEdward Adam Davis2023-11-081-9/+12
* ptp: ptp_read should not release queueEdward Adam Davis2023-11-081-2/+0
* ptp: add debugfs interface to see applied channel masksXabier Marquiegui2023-10-151-0/+14
* ptp: support event queue reader channel masksXabier Marquiegui2023-10-151-0/+26
* ptp: support multiple timestamp event readersXabier Marquiegui2023-10-151-19/+49
* ptp: Replace timestamp event queue with linked listXabier Marquiegui2023-10-151-2/+10
* posix-clock: introduce posix_clock_context conceptXabier Marquiegui2023-10-151-8/+13
* ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu2023-06-201-1/+4
* ptp: only allow phase values lower than 1 periodVladimir Oltean2020-08-051-0/+13
* ptp: add ability to configure duty cycle for periodic outputVladimir Oltean2020-07-191-6/+27
* ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng2020-05-021-0/+1
* ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-301-0/+9
* ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-0/+2
* ptp: Validate requests to enable time stamping of external signals.Richard Cochran2019-11-151-5/+13
* ptp: correctly disable flags on old ioctlsJacob Keller2019-09-271-2/+2
* PTP: introduce new versions of IOCTLsFelipe Balbi2019-09-131-0/+63
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov2019-01-081-1/+2
* ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar2018-11-091-1/+4
* ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar2018-11-091-0/+33
* ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar2018-11-091-1/+4
* ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar2018-11-091-7/+7
* ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+4
* ptp: fix missing break in switchGustavo A. R. Silva2018-07-181-0/+1
* ptp: replace getnstimeofday64() with ktime_get_real_ts64()Arnd Bergmann2018-06-201-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-1/+1
* drivers/ptp: Fix kernel memory disclosureVlad Tsyrklevich2016-10-131-0/+1
* ptp: oops in ptp_ioctl()Dan Carpenter2016-05-291-0/+1
* ptp: use memdup_user().Muhammad Falak R Wani2016-05-231-8/+3
* ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestampingChristopher S. Hall2016-03-031-0/+27
* ptp: remove 32 bit get/set methods.Richard Cochran2015-03-311-7/+1
* ptp: use the 64 bit gettime method for the SYS_OFFSET ioctl.Richard Cochran2015-03-311-4/+10
* ptp: Allow reassigning calibration pin functionStefan Sørensen2014-07-011-7/+2
* ptp: introduce programmable pins.Richard Cochran2014-03-211-1/+127
* ptp: reduce stack usage when measuring the system time offsetRichard Cochran2012-11-261-7/+14
* ptp: reduce stack usage when reading external time stampsRichard Cochran2012-11-261-5/+17
* ptp: add an ioctl to compare PHC time with system timeRichard Cochran2012-11-011-0/+32
* ptp: Fix some locking bugs in ptp_read()Dan Carpenter2011-06-011-4/+4
* ptp: Return -EFAULT on copy_to_user() errorsDan Carpenter2011-06-011-1/+2
* ptp: Added a brand new class driver for ptp clocks.Richard Cochran2011-05-231-0/+159