summaryrefslogtreecommitdiff
path: root/drivers/ptp/ptp_clock.c
AgeCommit message (Expand)Author
2024-03-11ptp: Move from simple ida to xarrayKory Maincent
2024-03-11ptp: make ptp_class constantRicardo B. Marliere
2024-01-29ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offsetMin Li
2023-11-13ptp: annotate data-race around q->head and q->tailEric Dumazet
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis
2023-10-19ptp: prevent string overflowDan Carpenter
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui
2023-06-20ptp: Add .getmaxphase callback to ptp_clock_infoRahul Rameshbabu
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-11-11ptp: remove the .adjfreq interface functionJacob Keller
2022-09-27ptp: Remove usage of the deprecated ida_simple_xxx APIBo Liu
2022-05-10ptp: Add cycles support for virtual clocksGerhard Engleder
2022-02-03ptp: unregister virtual clocks when unregistering physical clock.Miroslav Lichvar
2021-10-28ptp: fix code indentation issuesCarlos Llamas
2021-10-21ptp: free 'vclock_index' in ptp_clock_release()Yang Yingliang
2021-10-20ptp: Fix possible memory leak in ptp_clock_register()Yang Yingliang
2021-07-08ptp: Relocate lookup cookie to correct block.Jonathan Lemon
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu
2021-07-01ptp: track available ptp vclocks informationYangbo Lu
2021-07-01ptp: support ptp physical/virtual clocks conversionYangbo Lu
2021-06-29ptp: Set lookup cookie when creating a PTP PPS source.Jonathan Lemon
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-15ptp: improve max_adj check against unreasonable valuesJakub Kicinski
2021-05-10ptp: ptp_clock: make scaled_ppm_to_ppb static inlineRadu Pirea (NXP OSS)
2020-05-25ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC dev...Richard Cochran
2020-05-02ptp: Add adjphase function to support phase offset control.Vincent Cheng
2020-03-30ptp: Avoid deadlocks in the programmable pin code.Richard Cochran
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-14ptp: free ptp device pin descriptors properlyVladis Dronov
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-30ptp: introduce ptp_cancel_worker_syncVladimir Oltean
2019-12-30ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2019-06-13ptp: ptp_clock: Publish scaled_ppm_to_ppbShalom Toledo
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-19ptp: fix an IS_ERR() vs NULL checkDan Carpenter
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing
2018-11-09ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar
2018-10-28ptp: drop redundant kasprintf() to create worker nameRasmus Villemoes
2017-08-01ptp: introduce ptp auxiliary workerGrygorii Strashko
2017-04-14time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani
2017-02-17ptp: create "pins" together with the rest of attributesDmitry Torokhov
2017-02-17ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov
2016-11-09ptp: Introduce a high resolution frequency adjustment method.Richard Cochran
2016-10-03ptp: Fix resource leak in case of errorChristophe Jaillet