index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
devlink
/
core.c
Age
Commit message (
Expand
)
Author
2024-03-29
devlink: use kvzalloc() to allocate devlink instance resources
Jian Wen
2024-02-20
devlink: fix possible use-after-free and memory leaks in devlink_init()
Vasiliy Kovalev
2024-02-06
devlink: avoid potential loop in devlink_rel_nested_in_notify_work()
Jiri Pirko
2023-11-18
devlink: Acquire device lock during netns dismantle
Ido Schimmel
2023-10-18
devlink: document devlink_rel_nested_in_notify() function
Jiri Pirko
2023-10-18
devlink: don't take instance lock for nested handle put
Jiri Pirko
2023-10-18
devlink: take device reference for devlink object
Jiri Pirko
2023-09-17
devlink: introduce possibility to expose info about nested devlinks
Jiri Pirko
2023-09-17
devlink: introduce object and nested devlink relationship infra
Jiri Pirko
2023-08-28
devlink: move tracepoint definitions into core.c
Jiri Pirko
2023-05-16
devlink: Fix crash with CONFIG_NET_NS=n
Ido Schimmel
2023-05-11
devlink: change per-devlink netdev notifier to static one
Jiri Pirko
2023-02-13
devlink: convert param list to xarray
Jiri Pirko
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-30
devlink: remove devlink features
Jiri Pirko
2023-01-19
devlink: remove reporters_lock
Jiri Pirko
2023-01-19
devlink: remove linecards lock
Jiri Pirko
2023-01-11
devlink: keep the instance mutex alive until references are gone
Jakub Kicinski
2023-01-06
devlink: don't require setting features before registration
Jakub Kicinski
2023-01-06
devlink: remove the registration guarantee of references
Jakub Kicinski
2023-01-06
devlink: always check if the devlink instance is registered
Jakub Kicinski
2023-01-06
devlink: update the code in netns move to latest helpers
Jakub Kicinski
2023-01-06
devlink: bump the instance index directly when iterating
Jakub Kicinski
2023-01-05
devlink: restart dump based on devlink instance ids (simple)
Jakub Kicinski
2023-01-05
devlink: drop the filter argument from devlinks_xa_find_get
Jakub Kicinski
2023-01-05
devlink: split out core code
Jakub Kicinski