- 007747a9 net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets by Miroslav Lichvar · 3 years ago
- 9c9211a net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX by Hangbin Liu · 3 years, 1 month ago
- c7521d3 ptp: ocp: Fix a couple NULL vs IS_ERR() checks by Dan Carpenter · 3 years, 1 month ago
- 8753077 ptp: ptp_clockmatrix: repair non-kernel-doc comment by Randy Dunlap · 3 years, 2 months ago
- 11195bf ptp: fix code indentation issues by Carlos Llamas · 3 years, 2 months ago
- bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 2 months ago
- b6b19a7 ptp: free 'vclock_index' in ptp_clock_release() by Yang Yingliang · 3 years, 2 months ago
- 4225fea ptp: Fix possible memory leak in ptp_clock_register() by Yang Yingliang · 3 years, 2 months ago
- c2402d4 ptp: fix error print of ptp_kvm on X86_64 platform by Kele Huang · 3 years, 2 months ago
- 9fe1155 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- 4a16df5 Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
- 7cd8b15 ptp_pch: Load module automatically if ID matches by Andy Shevchenko · 3 years, 3 months ago
- b2626f1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 3 months ago
- 773e89a ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvm by Zelin Deng · 3 years, 3 months ago
- c89f78e ptp: ocp: Move devlink registration to be last devlink command by Leon Romanovsky · 3 years, 3 months ago
- 930dfa5 ptp: clockmatrix: use rsmu driver to access i2c/spi bus by Min Li · 3 years, 3 months ago
- 2fcd14d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- db4278c devlink: Make devlink_register to be void by Leon Romanovsky · 3 years, 3 months ago
- 42a99a0 ptp: ocp: add COMMON_CLK dependency by Arnd Bergmann · 3 years, 3 months ago
- 1a575cd ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show() by Nathan Chancellor · 3 years, 3 months ago
- 1acffc6 ptp: ocp: Add timestamp window adjustment by Jonathan Lemon · 3 years, 3 months ago
- 6d59d4f ptp: ocp: Have FPGA fold in ns adjustment for adjtime. by Jonathan Lemon · 3 years, 3 months ago
- a62a56d ptp: ocp: Enable 4th timestamper / PPS generator by Jonathan Lemon · 3 years, 3 months ago
- 71d7e08 ptp: ocp: Add second GNSS device by Jonathan Lemon · 3 years, 3 months ago
- e3516bb ptp: ocp: Add NMEA output by Jonathan Lemon · 3 years, 3 months ago
- f67bf66 ptp: ocp: Add debugfs entry for timecard by Jonathan Lemon · 3 years, 3 months ago
- 065efcc ptp: ocp: Separate the init and info logic by Jonathan Lemon · 3 years, 3 months ago
- 89260d8 ptp: ocp: Add sysfs attribute utc_tai_offset by Jonathan Lemon · 3 years, 3 months ago
- d14ee25 ptp: ocp: Add IRIG-B output mode control by Jonathan Lemon · 3 years, 3 months ago
- 6baf292 ptp: ocp: Add IRIG-B and DCF blocks by Jonathan Lemon · 3 years, 3 months ago
- e1daf0e ptp: ocp: Add SMA selector and controls by Jonathan Lemon · 3 years, 3 months ago
- dcf6146 ptp: ocp: Add third timestamper by Jonathan Lemon · 3 years, 3 months ago
- bceff29 ptp: ocp: Report error if resource registration fails. by Jonathan Lemon · 3 years, 3 months ago
- 56ec440 ptp: ocp: Skip resources with out of range irqs by Jonathan Lemon · 3 years, 3 months ago
- 1447149 ptp: ocp: Skip I2C flash read when there is no controller. by Jonathan Lemon · 3 years, 3 months ago
- 498ad3f ptp: ocp: Parameterize the TOD information display. by Jonathan Lemon · 3 years, 3 months ago
- 1618df6 ptp: ocp: parameterize the i2c driver used by Jonathan Lemon · 3 years, 3 months ago
- da9facf ptp: ptp_clockmatrix: Add support for pll_mode=0 and manual ref switch of WF and WP by Min Li · 3 years, 3 months ago
- 794c3df ptp: ptp_clockmatrix: Add support for FW 5.2 (8A34005) by Min Li · 3 years, 3 months ago
- c70aae1 ptp: ptp_clockmatrix: Remove idtcm_enable_tod_sync() by Min Li · 3 years, 3 months ago
- bc8e05d ptp: ocp: Simplify Kconfig. by Jonathan Lemon · 3 years, 4 months ago
- f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
- d79500e ptp: ocp: Have Kconfig select NET_DEVLINK by Jonathan Lemon · 3 years, 4 months ago
- d9fdbf1 ptp: ocp: Fix error path for pci_ocp_device_init() by Jonathan Lemon · 3 years, 4 months ago
- 7c80757 ptp: ocp: Fix uninitialized variable warning spotted by clang. by Jonathan Lemon · 3 years, 4 months ago
- 944f510 ptp: ocp: don't allow on S390 by Randy Dunlap · 3 years, 5 months ago
- 55c8fca1 ptp_pch: Restore dependency on PCI by Andy Shevchenko · 3 years, 5 months ago
- e5f3155 ethernet: fix PTP_1588_CLOCK dependencies by Arnd Bergmann · 3 years, 5 months ago
- f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 919d13a devlink: Set device as early as possible by Leon Romanovsky · 3 years, 5 months ago
- d329e41 ptp: Fix possible memory leak caused by invalid cast by Vinicius Costa Gomes · 3 years, 5 months ago
- 8ef8ccb ptp: ocp: Remove pending_image indicator from devlink by Jonathan Lemon · 3 years, 5 months ago
- 1a052da ptp: ocp: Rename version string shown by devlink. by Jonathan Lemon · 3 years, 5 months ago
- ef0cfb3 ptp: ocp: Use 'gnss' naming instead of 'gps' by Jonathan Lemon · 3 years, 5 months ago
- 37a156b ptp: ocp: Remove devlink health and unused parameters. by Jonathan Lemon · 3 years, 5 months ago
- 0d43d4f ptp: ocp: Add the mapping for the external PPS registers. by Jonathan Lemon · 3 years, 5 months ago
- d12f23fa ptp: ocp: Fix the error handling path for the class device. by Jonathan Lemon · 3 years, 5 months ago
- 773bda96 ptp: ocp: Expose various resources on the timecard. by Jonathan Lemon · 3 years, 5 months ago
- debdd8e ptp: Relocate lookup cookie to correct block. by Jonathan Lemon · 3 years, 6 months ago
- f6a175c ptp: fix format string mismatch in ptp_sysfs.c by Yangbo Lu · 3 years, 6 months ago
- 55eac20 ptp: fix NULL pointer dereference in ptp_clock_register by Yangbo Lu · 3 years, 6 months ago
- 895487a ptp: add kernel API ptp_convert_timestamp() by Yangbo Lu · 3 years, 6 months ago
- acb288e ptp: add kernel API ptp_get_vclocks_index() by Yangbo Lu · 3 years, 6 months ago
- 44c494c ptp: track available ptp vclocks information by Yangbo Lu · 3 years, 6 months ago
- 73f3706 ptp: support ptp physical/virtual clocks conversion by Yangbo Lu · 3 years, 6 months ago
- 5d43f95 ptp: add ptp virtual clock driver framework by Yangbo Lu · 3 years, 6 months ago
- 8602e40 ptp: Set lookup cookie when creating a PTP PPS source. by Jonathan Lemon · 3 years, 6 months ago
- adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
- 475b92f ptp: improve max_adj check against unreasonable values by Jakub Kicinski · 3 years, 7 months ago
- 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- 9c1bb37 ptp: ocp: Fix a resource leak in an error handling path by Christophe JAILLET · 3 years, 8 months ago
- 9d9d415 ptp: ptp_clock: make scaled_ppm_to_ppb static inline by Radu Pirea (NXP OSS) · 3 years, 8 months ago
- 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 8 months ago
- c4f7190 Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 8 months ago
- a86ed2c ptp: Don't print an error if ptp_kvm is not supported by Jon Hunter · 3 years, 8 months ago
- 300bb1f ptp: arm/arm64: Enable ptp_kvm for arm/arm64 by Jianyong Wu · 4 years, 1 month ago
- a8cf291 ptp: Reorganize ptp_kvm.c to make it arch-independent by Jianyong Wu · 4 years, 1 month ago
- efd13b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 9 months ago
- f51d7bf ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalation by Yangbo Lu · 3 years, 9 months ago
- 287f93d ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param description by Lee Jones · 3 years, 10 months ago
- 9ec04c7 ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard comment by Lee Jones · 3 years, 10 months ago
- f90fc37 ptp_pch: Move 'pch_*()' prototypes to shared header by Lee Jones · 3 years, 10 months ago
- 257382c ptp_pch: Remove unused function 'pch_ch_control_read()' by Lee Jones · 3 years, 10 months ago
- 77fdb16 ptp: ptp_clockmatrix: clean-up - parenthesis around a == b are unnecessary by Vincent Cheng · 3 years, 10 months ago
- fde3b3a ptp: ptp_clockmatrix: Simplify code - remove unnecessary `err` variable. by Vincent Cheng · 3 years, 10 months ago
- fcfd375 ptp: ptp_clockmatrix: Coding style - tighten vertical spacing. by Vincent Cheng · 3 years, 10 months ago
- 1c49d3e ptp: ptp_clockmatrix: Clean-up dev_*() messages. by Vincent Cheng · 3 years, 10 months ago
- 10c270c ptp: ptp_clockmatrix: Remove unused header declarations. by Vincent Cheng · 3 years, 10 months ago
- e8b4d8b ptp: ptp_clockmatrix: Add alignment of 1 PPS to idtcm_perout_enable. by Vincent Cheng · 3 years, 10 months ago
- 797d318 ptp: ptp_clockmatrix: Add wait_for_sys_apll_dpll_lock. by Vincent Cheng · 3 years, 10 months ago
- 1f685e6 ptp: ptp_ines: prevent build when HAS_IOMEM is not set by Randy Dunlap · 4 years ago
- f9d6f94 phy: dp83640: select CONFIG_CRC32 by Arnd Bergmann · 4 years ago
- da94823 ptp: clockmatrix: deprecate firmware older than 4.8.7 by Min Li · 4 years, 1 month ago
- 7260d1c ptp: clockmatrix: Fix non-zero phase_adj is lost after snap by Min Li · 4 years, 1 month ago
- fa43905 ptp: clockmatrix: remove 5 second delay before entering write phase mode by Min Li · 4 years, 1 month ago
- 251f4fe ptp: clockmatrix: reset device and check BOOT_STATUS by Min Li · 4 years, 1 month ago
- a7e1aba ptp: Add clock driver for the OpenCompute TimeCard. by Jonathan Lemon · 4 years, 1 month ago
- 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 3cb2e6d ptp: clockmatrix: bug fix for idtcm_strverscmp by Min Li · 4 years, 1 month ago
- 34890b3 ptp: ptp_ines: use new PTP_MSGTYPE_* define(s) by Christian Eggers · 4 years, 1 month ago