aboutsummaryrefslogtreecommitdiff
path: root/drivers/dpll
AgeCommit message (Expand)AuthorFilesLines
2024-04-25dpll: fix dpll_pin_on_pin_register() for multiple parent pinsGravatar Arkadiusz Kubalewski 1-25/+33
2024-03-25dpll: indent DPLL option type by a tabGravatar Prasad Pandit 1-1/+1
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+4
2024-03-08dpll: fix dpll_xa_ref_*_del() for multiple registrationsGravatar Jiri Pirko 1-4/+4
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-19/+44
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeGravatar Jakub Kicinski 2-19/+44
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-1/+8
2024-02-29dpll: fix build failure due to rcu_dereference_check() on unknown typeGravatar Eric Dumazet 1-0/+5
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Gravatar Eric Dumazet 2-1/+3
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-20/+6
2024-02-08dpll: fix possible deadlock during netlink dump operationGravatar Jiri Pirko 3-20/+6
2024-02-07dpll: check that pin is registered in __dpll_pin_unregister()Gravatar Jiri Pirko 1-0/+3
2024-02-01dpll: extend lock_status_get() op by status error and expose to userGravatar Jiri Pirko 1-1/+8
2024-01-31dpll: move xa_erase() call in to match dpll_pin_alloc() error path orderGravatar Jiri Pirko 1-1/+1
2024-01-22dpll: fix register pin with unregistered parent pinGravatar Arkadiusz Kubalewski 1-6/+0
2024-01-22dpll: fix userspace availability of pinsGravatar Arkadiusz Kubalewski 1-2/+27
2024-01-22dpll: fix pin dump crash for rebound moduleGravatar Arkadiusz Kubalewski 3-18/+69
2024-01-22dpll: fix broken error path in dpll_pin_alloc(..)Gravatar Arkadiusz Kubalewski 1-3/+4
2024-01-05dpll: expose fractional frequency offset value to userGravatar Jiri Pirko 1-0/+24
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-5/+8
2023-12-13dpll: allocate pin ids in cycleGravatar Jiri Pirko 1-3/+5
2023-12-13dpll: remove leftover mode_supported() op and use mode_get() insteadGravatar Jiri Pirko 1-6/+10
2023-12-12dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set()Gravatar Jiri Pirko 1-5/+8
2023-11-21dpll: Fix potential msg memleak when genlmsg_put_reply failedGravatar Hao Ge 1-5/+12
2023-10-15dpll: netlink/core: change pin frequency set behaviorGravatar Arkadiusz Kubalewski 1-8/+42
2023-10-15dpll: netlink/core: add support for pin-dpll signal phase offset/adjustGravatar Arkadiusz Kubalewski 1-1/+137
2023-10-15dpll: spec: add support for pin-dpll signal phase offset/adjustGravatar Arkadiusz Kubalewski 2-4/+6
2023-09-21netdev: Remove unneeded semicolonGravatar Yang Li 1-1/+1
2023-09-17netdev: expose DPLL pin handle for netdeviceGravatar Jiri Pirko 1-2/+14
2023-09-17dpll: netlink: Add DPLL framework base functionsGravatar Vadim Fedorenko 3-1/+1264
2023-09-17dpll: core: Add DPLL framework base functionsGravatar Vadim Fedorenko 4-0/+894
2023-09-17dpll: spec: Add Netlink spec in YAMLGravatar Vadim Fedorenko 2-0/+213