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