aboutsummaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_chardev.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran1-0/+4
2025-09-17ptp: rework ptp_clock_unregister() to disable eventsRussell King (Oracle)1-0/+20
2025-09-17ptp: describe the two disables in ptp_set_pinfunc()Russell King (Oracle)1-1/+7
2025-09-09ptp: Add ioctl commands to expose raw cycle counter valuesCarolina Jubran1-8/+26
2025-07-03ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDEDThomas Gleixner1-5/+19
2025-06-26ptp: Simplify ptp_read()Thomas Gleixner1-38/+16
2025-06-26ptp: Convert chardev code to lock guardsThomas Gleixner1-21/+13
2025-06-26ptp: Split out PTP_MASK_EN_SINGLE ioctl codeThomas Gleixner1-20/+15
2025-06-26ptp: Split out PTP_MASK_CLEAR_ALL ioctl codeThomas Gleixner1-2/+7
2025-06-26ptp: Split out PTP_PIN_SETFUNC ioctl codeThomas Gleixner1-34/+24
2025-06-26ptp: Split out PTP_PIN_GETFUNC ioctl codeThomas Gleixner1-29/+21
2025-06-26ptp: Split out PTP_SYS_OFFSET ioctl codeThomas Gleixner1-38/+40
2025-06-26ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl codeThomas Gleixner1-36/+39
2025-06-26ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl codeThomas Gleixner1-24/+29
2025-06-26ptp: Split out PTP_ENABLE_PPS ioctl codeThomas Gleixner1-17/+16
2025-06-26ptp: Split out PTP_PEROUT_REQUEST ioctl codeThomas Gleixner1-71/+58
2025-06-26ptp: Split out PTP_EXTTS_REQUEST ioctl codeThomas Gleixner1-55/+50
2025-06-26ptp: Split out PTP_CLOCK_GETCAPS ioctl codeThomas Gleixner1-18/+23
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller1-0/+2
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller1-1/+13
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko1-0/+16
2025-01-28ptp: Properly handle compat ioctlsThomas Weißschuh1-0/+4
2024-09-08ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDEDMahesh Bandewar1-2/+6
2024-06-05ptp: Fix error message on failed pin verificationKarol Kolacinski1-1/+2
2023-11-13ptp: annotate data-race around q->head and q->tailEric Dumazet1-1/+2
2023-11-13Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"Jakub Kicinski1-2/+0
2023-11-10ptp: Fixes a null pointer dereference in ptp_ioctlYuran Pereira1-0/+2
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis1-9/+12
2023-11-08ptp: ptp_read should not release queueEdward Adam Davis1-2/+0
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui1-0/+14
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui1-0/+26
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui1-19/+49
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui1-2/+10
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui1-8/+13
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu1-1/+4
2020-08-05ptp: only allow phase values lower than 1 periodVladimir Oltean1-0/+13
2020-07-19ptp: add ability to configure duty cycle for periodic outputVladimir Oltean1-6/+27
2020-05-02ptp: Add adjust_phase to ptp_clock_caps capability.Vincent Cheng1-0/+1
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran1-0/+9
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-0/+2
2019-11-15ptp: Validate requests to enable time stamping of external signals.Richard Cochran1-5/+13
2019-09-27ptp: correctly disable flags on old ioctlsJacob Keller1-2/+2
2019-09-13PTP: introduce new versions of IOCTLsFelipe Balbi1-0/+63
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-01-08ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov1-1/+2
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar1-1/+4
2018-11-09ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar1-0/+33
2018-11-09ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar1-1/+4
2018-11-09ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar1-7/+7
2018-10-17ptp: fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4