summaryrefslogtreecommitdiff
path: root/drivers/ptp
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+12
10 daysptp: Properly handle compat ioctlsThomas Weißschuh1-0/+4
11 daysMerge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
11 daysptp: 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
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-25ptp/vmware: Use VMware hypercall APIAlexey Makhalov1-9/+3
2024-06-18ptp: fix integer overflow in max_vclocks_storeDan Carpenter1-2/+1
2024-06-06ptp: Fix error message on failed pin verificationKarol Kolacinski1-1/+2
2024-05-15Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds6-21/+13
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2024-05-10ptp: ocp: fix DPLL functionsVadim Fedorenko1-3/+3
2024-04-13ptp: ptp_qoriq: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-13ptp: ptp_ines: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-04-13ptp: ptp_idt82p33: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-13ptp: ptp_dte: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-13ptp: ptp_clockmatrix: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-08ptp: vmw: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-45/+1421
2024-03-12ptp: Move from simple ida to xarrayKory Maincent1-14/+18
2024-03-11ptp: make ptp_class constantRicardo B. Marliere3-10/+12
2024-03-05ptp: fc3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-09ptp: ocp: add Adva timecard supportSagi Maimon1-9/+293
2024-02-07treewide: Remove system_counterval_t.cs, which is never readPeter Hilber3-6/+2
2024-02-07ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constantPeter Hilber3-7/+9
2024-02-07x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber1-0/+2
2024-02-01dpll: extend lock_status_get() op by status error and expose to userJiri Pirko1-4/+5
2024-01-29ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li4-0/+1074