summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
AgeCommit message (Expand)AuthorLines
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman-2/+2
2025-06-26ptp: Simplify ptp_read()Thomas Gleixner-38/+16
2025-06-26ptp: Convert chardev code to lock guardsThomas Gleixner-21/+13
2025-06-26ptp: Split out PTP_MASK_EN_SINGLE ioctl codeThomas Gleixner-20/+15
2025-06-26ptp: Split out PTP_MASK_CLEAR_ALL ioctl codeThomas Gleixner-2/+7
2025-06-26ptp: Split out PTP_PIN_SETFUNC ioctl codeThomas Gleixner-34/+24
2025-06-26ptp: Split out PTP_PIN_GETFUNC ioctl codeThomas Gleixner-29/+21
2025-06-26ptp: Split out PTP_SYS_OFFSET ioctl codeThomas Gleixner-38/+40
2025-06-26ptp: Split out PTP_SYS_OFFSET_EXTENDED ioctl codeThomas Gleixner-36/+39
2025-06-26ptp: Split out PTP_SYS_OFFSET_PRECISE ioctl codeThomas Gleixner-24/+29
2025-06-26ptp: Split out PTP_ENABLE_PPS ioctl codeThomas Gleixner-17/+16
2025-06-26ptp: Split out PTP_PEROUT_REQUEST ioctl codeThomas Gleixner-71/+58
2025-06-26ptp: Split out PTP_EXTTS_REQUEST ioctl codeThomas Gleixner-55/+50
2025-06-26ptp: Split out PTP_CLOCK_GETCAPS ioctl codeThomas Gleixner-18/+23
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman-2/+13
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+23
2025-06-17ptp: allow reading of currently dialed frequency to succeed on free-running c...Vladimir Oltean-1/+2
2025-06-17ptp: fix breakage after ptp_vclock_in_use() reworkVladimir Oltean-1/+21
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-06-16ptp: Use ratelimite for freerun error messageBreno Leitao-1/+1
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-11/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-05ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()Jeongjun Park-11/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+17
2025-05-16ptp: ocp: Limit signal/freq counts in summary output functionsSagi Maimon-7/+17
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+50
2025-05-01ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operationsSagi Maimon-2/+50
2025-04-29ptp: ocp: Add const to bp->attr_group allocation typeKees Cook-1/+1
2025-04-22ptp: Do not enable by default during compile testingKrzysztof Kozlowski-2/+2
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2025-04-16ptp: ocp: fix start time alignment in ptp_ocp_signal_setSagi Maimon-0/+1
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller-0/+2
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller-25/+19
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-20ptp: ocp: reject unsupported periodic output flagsJacob Keller-0/+4
2025-03-06ptp: ocp: Remove redundant check in _signal_summary_showIvan Abramov-3/+0
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko-0/+16
2025-02-11ptp: vmclock: Remove goto-based cleanup logicThomas Weißschuh-19/+13
2025-02-11ptp: vmclock: Clean up miscdev and ptp clock through devresThomas Weißschuh-7/+6
2025-02-11ptp: vmclock: Don't unregister misc device if it was not registeredThomas Weißschuh-1/+2
2025-02-11ptp: vmclock: Set driver data before its usageThomas Weißschuh-2/+2
2025-02-11ptp: vmclock: Add .owner to vmclock_miscdev_fopsDavid Woodhouse-0/+1
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+12
2025-01-28ptp: Properly handle compat ioctlsThomas Weißschuh-0/+4
2025-01-27Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-01-27ptp: Ensure info->enable callback is always setThomas Weißschuh-0/+8
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-8/+8
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker-1/+1
2025-01-07pps: Fix a use-after-freeCalvin Owens-1/+1