index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
devlink
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-05
devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()
Christophe JAILLET
1
-1
/
+1
2024-04-22
devlink: extend devlink_param *set pointer
Mateusz Polchlopek
1
-3
/
+4
2024-04-08
devlink: Support setting max_io_eqs
Parav Pandit
1
-0
/
+53
2024-04-06
netlink: add nlmsg_consume() and use it in devlink compat
Jakub Kicinski
1
-1
/
+1
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
1
-8
/
+4
2024-03-29
devlink: use kvzalloc() to allocate devlink instance resources
Jian Wen
1
-3
/
+3
2024-03-19
devlink: fix port new reply cmd type
Jiri Pirko
1
-1
/
+1
2024-03-13
devlink: Fix devlink parallel commands processing
Shay Drory
1
-6
/
+7
2024-03-11
devlink: Fix length of eswitch inline-mode
William Tu
1
-1
/
+1
2024-02-21
devlink: fix port dump cmd type
Jiri Pirko
1
-1
/
+1
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
2024-01-30
devlink: Fix referring to hw_addr attribute during state validation
Parav Pandit
1
-1
/
+1
2023-12-19
devlink: extend multicast filtering by port index
Jiri Pirko
5
-5
/
+30
2023-12-19
devlink: add a command to set notification filter and use it for multicasts
Jiri Pirko
4
-4
/
+157
2023-12-19
devlink: introduce a helper for netlink multicast send
Jiri Pirko
9
-22
/
+18
2023-12-19
devlink: send notifications only if there are listeners
Jiri Pirko
9
-9
/
+21
2023-12-19
devlink: introduce __devl_is_registered() helper and use it instead of xa_get...
Jiri Pirko
4
-4
/
+10
2023-12-19
devlink: use devl_is_registered() helper instead xa_get_mark()
Jiri Pirko
3
-6
/
+9
2023-11-30
devlink: warn about existing entities during reload-reinit
Jiri Pirko
1
-1
/
+15
2023-11-18
devlink: Add device lock assert in reload operation
Ido Schimmel
1
-0
/
+8
2023-11-18
devlink: Acquire device lock during reload command
Ido Schimmel
3
-2
/
+20
2023-11-18
devlink: Allow taking device lock in pre_doit operations
Ido Schimmel
4
-10
/
+18
2023-11-18
devlink: Enable the use of private flags in post_doit operations
Ido Schimmel
1
-2
/
+8
2023-11-18
devlink: Acquire device lock during netns dismantle
Ido Schimmel
2
-2
/
+17
2023-11-18
devlink: Move private netlink flags to C file
Ido Schimmel
2
-3
/
+3
2023-11-01
netlink: specs: devlink: add forgotten port function caps enum values
Jiri Pirko
1
-1
/
+1
2023-10-23
devlink: remove netlink small_ops
Jiri Pirko
1
-327
/
+1
2023-10-23
devlink: remove duplicated netlink callback prototypes
Jiri Pirko
1
-62
/
+0
2023-10-23
netlink: specs: devlink: add the remaining command to generate complete split...
Jiri Pirko
2
-2
/
+819
2023-10-23
devlink: rename netlink callback to be aligned with the generated ones
Jiri Pirko
13
-158
/
+152
2023-10-20
devlink: convert most of devlink_fmsg_*() to return void
Przemek Kitszel
1
-104
/
+84
2023-10-20
devlink: retain error in struct devlink_fmsg
Przemek Kitszel
1
-171
/
+76
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-10-18
devlink: call peernet2id_alloc() with net pointer under RCU read lock
Jiri Pirko
1
-3
/
+9
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+16
2023-10-06
devlink: Hold devlink lock on health reporter dump get
Moshe Shemesh
1
-14
/
+16
2023-09-17
devlink: introduce possibility to expose info about nested devlinks
Jiri Pirko
3
-0
/
+52
2023-09-17
devlink: convert linecard nested devlink to new rel infrastructure
Jiri Pirko
1
-13
/
+34
2023-09-17
devlink: expose peer SF devlink instance
Jiri Pirko
1
-0
/
+51
2023-09-17
devlink: introduce object and nested devlink relationship infra
Jiri Pirko
3
-0
/
+233
2023-09-17
devlink: extend devlink_nl_put_nested_handle() with attrtype arg
Jiri Pirko
3
-4
/
+5
2023-09-17
devlink: move devlink_nl_put_nested_handle() into netlink.c
Jiri Pirko
3
-26
/
+28
2023-09-17
devlink: put netnsid to nested handle
Jiri Pirko
1
-2
/
+11
2023-09-17
devlink: move linecard struct into linecard.c
Jiri Pirko
3
-15
/
+22
2023-08-28
devlink: move devlink_notify_register/unregister() to dev.c
Jiri Pirko
4
-64
/
+30
2023-08-28
devlink: move small_ops definition into netlink.c
Jiri Pirko
3
-253
/
+251
2023-08-28
devlink: move tracepoint definitions into core.c
Jiri Pirko
2
-6
/
+6
[next]