Age | Commit message (Expand) | Author |
2024-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-08 | dpll: fix dpll_xa_ref_*_del() for multiple registrations | Jiri Pirko |
2024-03-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-05 | dpll: move all dpll<>netdev helpers to dpll code | Jakub Kicinski |
2024-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-29 | dpll: fix build failure due to rcu_dereference_check() on unknown type | Eric Dumazet |
2024-02-26 | dpll: rely on rcu for netdev_dpll_pin() | Eric Dumazet |
2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-02-08 | dpll: fix possible deadlock during netlink dump operation | Jiri Pirko |
2024-02-07 | dpll: check that pin is registered in __dpll_pin_unregister() | Jiri Pirko |
2024-02-01 | dpll: extend lock_status_get() op by status error and expose to user | Jiri Pirko |
2024-01-31 | dpll: move xa_erase() call in to match dpll_pin_alloc() error path order | Jiri Pirko |
2024-01-22 | dpll: fix register pin with unregistered parent pin | Arkadiusz Kubalewski |
2024-01-22 | dpll: fix userspace availability of pins | Arkadiusz Kubalewski |
2024-01-22 | dpll: fix pin dump crash for rebound module | Arkadiusz Kubalewski |
2024-01-22 | dpll: fix broken error path in dpll_pin_alloc(..) | Arkadiusz Kubalewski |
2024-01-05 | dpll: expose fractional frequency offset value to user | Jiri Pirko |
2023-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-12-13 | dpll: allocate pin ids in cycle | Jiri Pirko |
2023-12-13 | dpll: remove leftover mode_supported() op and use mode_get() instead | Jiri Pirko |
2023-12-12 | dpll: sanitize possible null pointer dereference in dpll_pin_parent_pin_set() | Jiri Pirko |
2023-11-21 | dpll: Fix potential msg memleak when genlmsg_put_reply failed | Hao Ge |
2023-10-15 | dpll: netlink/core: change pin frequency set behavior | Arkadiusz Kubalewski |
2023-10-15 | dpll: netlink/core: add support for pin-dpll signal phase offset/adjust | Arkadiusz Kubalewski |
2023-10-15 | dpll: spec: add support for pin-dpll signal phase offset/adjust | Arkadiusz Kubalewski |
2023-09-21 | netdev: Remove unneeded semicolon | Yang Li |
2023-09-17 | netdev: expose DPLL pin handle for netdevice | Jiri Pirko |
2023-09-17 | dpll: netlink: Add DPLL framework base functions | Vadim Fedorenko |
2023-09-17 | dpll: core: Add DPLL framework base functions | Vadim Fedorenko |
2023-09-17 | dpll: spec: Add Netlink spec in YAML | Vadim Fedorenko |