summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_chardev.c
AgeCommit message (Expand)Author
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran
2025-09-17ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)
2025-09-17ptp: describe the two disables in ptp_set_pinfunc()Russell King (Oracle)
2025-09-09ptp: Add ioctl commands to expose raw cycle counter valuesCarolina Jubran
2025-07-03ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDEDThomas Gleixner
2025-06-26ptp: Simplify ptp_read()Thomas Gleixner
2025-06-26ptp: Convert chardev code to lock guardsThomas Gleixner
2025-06-26ptp: Split out PTP_MASK_EN_SINGLE ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_MASK_CLEAR_ALL ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_PIN_SETFUNC ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_PIN_GETFUNC ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_SYS_OFFSET ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_ENABLE_PPS ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_PEROUT_REQUEST ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_EXTTS_REQUEST ioctl codeThomas Gleixner
2025-06-26ptp: Split out PTP_CLOCK_GETCAPS ioctl codeThomas Gleixner
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko
2025-01-28ptp: Properly handle compat ioctlsThomas Weißschuh
2024-09-08ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDEDMahesh Bandewar
2024-06-05ptp: Fix error message on failed pin verificationKarol Kolacinski
2023-11-13ptp: annotate data-race around q->head and q->tailEric Dumazet
2023-11-13Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"Jakub Kicinski
2023-11-10ptp: Fixes a null pointer dereference in ptp_ioctlYuran Pereira
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis
2023-11-08ptp: ptp_read should not release queueEdward Adam Davis
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu
2020-08-05ptp: only allow phase values lower than 1 periodVladimir Oltean
2020-07-19ptp: add ability to configure duty cycle for periodic outputVladimir Oltean
2020-05-02ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran
2019-11-15ptp: Validate requests to enable time stamping of external signals.Richard Cochran
2019-09-27ptp: correctly disable flags on old ioctlsJacob Keller
2019-09-13PTP: introduce new versions of IOCTLsFelipe Balbi
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-01-08ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar
2018-11-09ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar
2018-10-17ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva