summaryrefslogtreecommitdiffstats
path: root/drivers/ptp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptp: Remove 'default y' for VMCLOCK PTP deviceDavid Woodhouse2024-11-051-1/+5
* ptp: fc3: remove redundant check on variable retColin Ian King2024-11-031-5/+0
* ptp_pch: Replace deprecated PCI functionsPhilipp Stanner2024-11-011-3/+3
* s390/time: Add PtP driverSven Schnelle2024-10-313-0/+141
* ptp: Add support for the AMZNC10C 'vmclock' deviceDavid Woodhouse2024-10-093-0/+629
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
* ptp: ptp_ines: Remove setting of RX software timestampGal Pressman2024-09-101-4/+0
* ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDEDMahesh Bandewar2024-09-081-2/+6
* ptp: ocp: Improve PCIe delay estimationVadim Fedorenko2024-09-071-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-061-67/+101
|\
| * ptp: ocp: adjust sysfs entries to expose tty informationVadim Fedorenko2024-09-031-11/+51
| * ptp: ocp: convert serial ports to arrayVadim Fedorenko2024-09-031-63/+57
* | ptp: ptp_idt82p33: Convert comma to semicolonChen Ni2024-09-051-4/+4
|/
* Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-171-1/+1
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* | ptp/vmware: Use VMware hypercall APIAlexey Makhalov2024-06-251-9/+3
|/
* ptp: fix integer overflow in max_vclocks_storeDan Carpenter2024-06-181-2/+1
* ptp: Fix error message on failed pin verificationKarol Kolacinski2024-06-061-1/+2
* Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-156-21/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-3/+3
| |\
| | * ptp: ocp: fix DPLL functionsVadim Fedorenko2024-05-101-3/+3
| * | ptp: ptp_qoriq: Convert to platform remove callback returning voidUwe Kleine-König2024-04-131-3/+2
| * | ptp: ptp_ines: Convert to platform remove callback returning voidUwe Kleine-König2024-04-131-3/+2
| * | ptp: ptp_idt82p33: Convert to platform remove callback returning voidUwe Kleine-König2024-04-131-4/+2
| * | ptp: ptp_dte: Convert to platform remove callback returning voidUwe Kleine-König2024-04-131-4/+2
| * | ptp: ptp_clockmatrix: Convert to platform remove callback returning voidUwe Kleine-König2024-04-131-4/+2
| |/
* / ptp: vmw: drop owner assignmentKrzysztof Kozlowski2024-04-081-1/+0
|/
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-139-45/+1421
|\
| * ptp: Move from simple ida to xarrayKory Maincent2024-03-121-14/+18
| * ptp: make ptp_class constantRicardo B. Marliere2024-03-113-10/+12
| * ptp: fc3: Convert to platform remove callback returning voidUwe Kleine-König2024-03-051-4/+2
| * ptp: ocp: add Adva timecard supportSagi Maimon2024-02-091-9/+293
| * dpll: extend lock_status_get() op by status error and expose to userJiri Pirko2024-02-011-4/+5
| * ptp: add FemtoClock3 Wireless as ptp hardware clockMin Li2024-01-294-0/+1074
| * ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li2024-01-291-1/+15
| * drivers/ptp: Convert snprintf to sysfs_emitLi Zhijian2024-01-271-7/+6
* | treewide: Remove system_counterval_t.cs, which is never readPeter Hilber2024-02-073-6/+2
* | ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constantPeter Hilber2024-02-073-7/+9
* | x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_idPeter Hilber2024-02-071-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-051-1/+1
|\
| * ptp: ocp: fix bug in unregistering the DPLL subsystemSagi Maimon2023-12-291-1/+1
* | ptp: ocp: Use DEFINE_RES_*() in placeAndy Shevchenko2024-01-021-20/+6
* | dpll: remove leftover mode_supported() op and use mode_get() insteadJiri Pirko2023-12-131-8/+0
* | net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent2023-11-181-9/+7
|/
* ptp: annotate data-race around q->head and q->tailEric Dumazet2023-11-144-6/+13
* Revert "ptp: Fixes a null pointer dereference in ptp_ioctl"Jakub Kicinski2023-11-141-2/+0
* ptp: Fixes a null pointer dereference in ptp_ioctlYuran Pereira2023-11-101-0/+2
* ptp: fix corrupted list in ptp_openEdward Adam Davis2023-11-093-11/+19
* ptp: ptp_read should not release queueEdward Adam Davis2023-11-091-2/+0
* ptp: prevent string overflowDan Carpenter2023-10-201-2/+2