summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
2025-12-07ptp: Limit time setting of PTP clocksMiroslav Lichvar1-1/+12
2025-08-28ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park2-0/+12
2025-06-27ptp: fix breakage after ptp_vclock_in_use() reworkVladimir Oltean1-1/+21
2025-06-27ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()Jeongjun Park1-11/+1
2025-03-13pps: Fix a use-after-freeCalvin Owens1-1/+1
2025-03-13ptp: Ensure info->enable callback is always setThomas Weißschuh1-0/+8
2025-03-13ptp: Properly handle compat ioctlsThomas Weißschuh1-0/+4
2024-12-19ptp: kvm: x86: Return EOPNOTSUPP instead of ENODEV from kvm_arch_ptp_init()Thomas Weißschuh1-3/+3
2024-12-19ptp: kvm: Use decrypted memory in confidential guest on x86Jeremi Piotrowski3-11/+53
2024-12-14ptp: Add error handling for adjfine callback in ptp_clock_adjtimeAjay Kaher1-1/+2
2024-07-05ptp: fix integer overflow in max_vclocks_storeDan Carpenter1-2/+1
2024-07-05ptp: Fix error message on failed pin verificationKarol Kolacinski1-1/+2
2023-11-28ptp: annotate data-race around q->head and q->tailEric Dumazet4-6/+13
2023-10-10ptp: ocp: Fix error handling in ptp_ocp_device_initDinghao Liu1-1/+0
2023-04-05ptp_qoriq: fix memory leak in probe()SongJingyi1-1/+1
2022-04-13ptp: replace snprintf with sysfs_emitYang Guang1-2/+2
2022-04-08ptp: unregister virtual clocks when unregistering physical clock.Miroslav Lichvar1-2/+9
2022-01-27net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple socketsMiroslav Lichvar1-5/+5
2021-11-25ptp: ocp: Fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+5
2021-10-21ptp: free 'vclock_index' in ptp_clock_release()Yang Yingliang1-4/+1
2021-10-20ptp: Fix possible memory leak in ptp_clock_register()Yang Yingliang1-4/+11
2021-10-15ptp: fix error print of ptp_kvm on X86_64 platformKele Huang1-2/+2
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2021-10-02ptp_pch: Load module automatically if ID matchesAndy Shevchenko1-0/+1
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+2
2021-09-30ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvmZelin Deng1-7/+2
2021-09-20ptp: ocp: add COMMON_CLK dependencyArnd Bergmann1-0/+1
2021-08-26ptp: ocp: Simplify Kconfig.Jonathan Lemon1-8/+2
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-08-17ptp: ocp: Have Kconfig select NET_DEVLINKJonathan Lemon1-0/+1
2021-08-17ptp: ocp: Fix error path for pci_ocp_device_init()Jonathan Lemon1-3/+4
2021-08-17ptp: ocp: Fix uninitialized variable warning spotted by clang.Jonathan Lemon1-1/+1
2021-08-16ptp: ocp: don't allow on S390Randy Dunlap1-0/+1
2021-08-16ptp_pch: Restore dependency on PCIAndy Shevchenko1-1/+2
2021-08-14ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2-1/+16
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-22/+4
2021-08-08ptp: Fix possible memory leak caused by invalid castVinicius Costa Gomes1-1/+1
2021-08-06ptp: ocp: Remove pending_image indicator from devlinkJonathan Lemon1-10/+0
2021-08-06ptp: ocp: Rename version string shown by devlink.Jonathan Lemon1-2/+2
2021-08-06ptp: ocp: Use 'gnss' naming instead of 'gps'Jonathan Lemon1-21/+21
2021-08-06ptp: ocp: Remove devlink health and unused parameters.Jonathan Lemon1-80/+0
2021-08-06ptp: ocp: Add the mapping for the external PPS registers.Jonathan Lemon1-4/+11
2021-08-06ptp: ocp: Fix the error handling path for the class device.Jonathan Lemon1-1/+1
2021-08-04ptp: ocp: Expose various resources on the timecard.Jonathan Lemon2-46/+1348
2021-07-08ptp: Relocate lookup cookie to correct block.Jonathan Lemon1-1/+1
2021-07-05ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu1-2/+2
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu1-1/+1
2021-07-01ptp: add kernel API ptp_convert_timestamp()Yangbo Lu1-0/+34
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu3-1/+39