summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2025-06-18ptp: allow reading of currently dialed frequency to succeed on free-running c...Vladimir Oltean1-1/+2
2025-06-18ptp: fix breakage after ptp_vclock_in_use() reworkVladimir Oltean1-1/+21
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-11/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-06ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()Jeongjun Park1-11/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+17
2025-05-17ptp: ocp: Limit signal/freq counts in summary output functionsSagi Maimon1-7/+17
2025-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+50
2025-05-01ptp: ocp: Fix NULL dereference in Adva board SMA sysfs operationsSagi Maimon1-2/+50
2025-04-29ptp: ocp: Add const to bp->attr_group allocation typeKees Cook1-1/+1
2025-04-23ptp: Do not enable by default during compile testingKrzysztof Kozlowski1-2/+2
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2025-04-17ptp: ocp: fix start time alignment in ptp_ocp_signal_setSagi Maimon1-0/+1
2025-04-16net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller1-0/+2
2025-04-16net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller4-25/+19
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-20ptp: ocp: reject unsupported periodic output flagsJacob Keller1-0/+4
2025-03-07ptp: ocp: Remove redundant check in _signal_summary_showIvan Abramov1-3/+0
2025-03-05ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko1-0/+16
2025-02-11ptp: vmclock: Remove goto-based cleanup logicThomas Weißschuh1-19/+13
2025-02-11ptp: vmclock: Clean up miscdev and ptp clock through devresThomas Weißschuh1-7/+6
2025-02-11ptp: vmclock: Don't unregister misc device if it was not registeredThomas Weißschuh1-1/+2
2025-02-11ptp: vmclock: Set driver data before its usageThomas Weißschuh1-2/+2
2025-02-11ptp: vmclock: Add .owner to vmclock_miscdev_fopsDavid Woodhouse1-0/+1
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+12
2025-01-28ptp: Properly handle compat ioctlsThomas Weißschuh1-0/+4
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-01-28ptp: Ensure info->enable callback is always setThomas Weißschuh1-0/+8
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-8/+8
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-07pps: Fix a use-after-freeCalvin Owens1-1/+1
2025-01-03ptp: ocp: constify 'struct bin_attribute'Thomas Weißschuh1-8/+8
2024-12-07ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init()Thomas Weißschuh1-3/+3
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds7-7/+7
2024-12-01ptp: Add error handling for adjfine callback in ptp_clock_adjtimeAjay Kaher1-1/+2
2024-11-05ptp: Remove 'default y' for VMCLOCK PTP deviceDavid Woodhouse1-1/+5
2024-11-03ptp: fc3: remove redundant check on variable retColin Ian King1-5/+0
2024-11-01ptp_pch: Replace deprecated PCI functionsPhilipp Stanner1-3/+3
2024-10-31s390/time: Add PtP driverSven Schnelle3-0/+141
2024-10-09ptp: Add support for the AMZNC10C 'vmclock' deviceDavid Woodhouse3-0/+629
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-10ptp: ptp_ines: Remove setting of RX software timestampGal Pressman1-4/+0
2024-09-08ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDEDMahesh Bandewar1-2/+6
2024-09-07ptp: ocp: Improve PCIe delay estimationVadim Fedorenko1-9/+11
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-67/+101
2024-09-05ptp: ptp_idt82p33: Convert comma to semicolonChen Ni1-4/+4
2024-09-03ptp: ocp: adjust sysfs entries to expose tty informationVadim Fedorenko1-11/+51
2024-09-03ptp: ocp: convert serial ports to arrayVadim Fedorenko1-63/+57