summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)Author
2025-10-31ptp: Allow exposing cycles only for clocks with free-running counterCarolina Jubran
2025-10-22ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loopJiasheng Jiang
2025-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-09-26ptp: Add a upper bound on max_vclocksI Viswanath
2025-09-19ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko
2025-09-17ptp: netc: only enable periodic pulse event interrupts for PPSWei Fang
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: qoriq: convert to use generic interfaces to set loopback modeWei Fang
2025-09-09ptp: netc: add the periodic output signal loopback supportWei Fang
2025-09-09ptp: add debugfs interfaces to loop back the periodic output signalWei Fang
2025-09-09ptp: Add ioctl commands to expose raw cycle counter valuesCarolina Jubran
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-02ptp: netc: add external trigger stamp supportF.S. Peng
2025-09-02ptp: netc: add periodic pulse output supportWei Fang
2025-09-02ptp: netc: add PTP_CLK_REQ_PPS supportWei Fang
2025-09-02ptp: netc: add NETC V4 Timer PTP driver supportWei Fang
2025-09-02ptp: add helpers to get the phc_index by of_node or devWei Fang
2025-09-01ptp: Limit time setting of PTP clocksMiroslav Lichvar
2025-08-29ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdogDuoming Zhou
2025-08-14ptp: ptp_clockmatrix: Remove redundant semicolonsLiao Yuanhong
2025-08-12ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-29Merge tag 'timers-cleanups-2025-07-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-03ptp: Enable auxiliary clocks for PTP_SYS_OFFSET_EXTENDEDThomas Gleixner
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
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-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-17ptp: allow reading of currently dialed frequency to succeed on free-running c...Vladimir Oltean
2025-06-17ptp: fix breakage after ptp_vclock_in_use() reworkVladimir Oltean
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-16ptp: Use ratelimite for freerun error messageBreno Leitao
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-05ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()Jeongjun Park
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-16ptp: ocp: Limit signal/freq counts in summary output functionsSagi Maimon