index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
devlink
Commit message (
Expand
)
Author
Age
Files
Lines
*
devlink: drop leftover duplicate/unused code
Paolo Abeni
2023-02-20
1
-13
/
+0
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2023-02-17
2
-2
/
+13
*
devlink: Move health common function to health file
Moshe Shemesh
2023-02-15
2
-60
/
+32
*
devlink: Move devlink health test to health file
Moshe Shemesh
2023-02-15
3
-16
/
+18
*
devlink: Move devlink health dump to health file
Moshe Shemesh
2023-02-15
3
-123
/
+126
*
devlink: Move devlink fmsg and health diagnose to health file
Moshe Shemesh
2023-02-15
3
-630
/
+636
*
devlink: Move devlink health report and recover to health file
Moshe Shemesh
2023-02-15
3
-138
/
+144
*
devlink: Move devlink health get and set code to health file
Moshe Shemesh
2023-02-15
3
-217
/
+234
*
devlink: health: Fix nla_nest_end in error flow
Moshe Shemesh
2023-02-15
1
-1
/
+1
*
devlink: Split out health reporter create code
Moshe Shemesh
2023-02-15
4
-209
/
+226
*
devlink: don't allow to change net namespace for FW_ACTIVATE reload action
Jiri Pirko
2023-02-14
1
-0
/
+6
*
devlink: add forgotten devlink instance lock assertion to devl_param_driverin...
Jiri Pirko
2023-02-13
1
-0
/
+2
*
devlink: allow to call devl_param_driverinit_value_get() without holding inst...
Jiri Pirko
2023-02-13
1
-2
/
+11
*
devlink: convert param list to xarray
Jiri Pirko
2023-02-13
3
-39
/
+39
*
devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()
Jiri Pirko
2023-02-13
1
-8
/
+2
*
devlink: fix the name of value arg of devl_param_driverinit_value_get()
Jiri Pirko
2023-02-13
1
-3
/
+4
*
devlink: make sure driver does not read updated driverinit param before reload
Jiri Pirko
2023-02-13
3
-4
/
+28
*
devlink: don't use strcpy() to copy param value
Jiri Pirko
2023-02-13
1
-12
/
+3
*
devlink: stop using NL_SET_ERR_MSG_MOD
Jacob Keller
2023-02-13
2
-70
/
+65
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-09
2
-3
/
+6
*
devlink: Fix memleak in health diagnose callback
Moshe Shemesh
2023-02-07
1
-5
/
+9
*
devlink: Move devlink dev selftest code to dev
Moshe Shemesh
2023-02-03
3
-183
/
+184
*
devlink: Move devlink_info_req struct to be local
Moshe Shemesh
2023-02-03
2
-9
/
+8
*
devlink: Move devlink dev flash code to dev
Moshe Shemesh
2023-02-03
3
-271
/
+272
*
devlink: Move devlink dev info code to dev
Moshe Shemesh
2023-02-03
3
-255
/
+256
*
devlink: Move devlink dev eswitch code to dev
Moshe Shemesh
2023-02-03
3
-125
/
+126
*
devlink: Move devlink dev reload code to dev
Moshe Shemesh
2023-02-03
3
-421
/
+427
*
devlink: Split out dev get and dump code
Moshe Shemesh
2023-02-03
4
-102
/
+118
*
devlink: rename and reorder instances of struct devlink_cmd
Jiri Pirko
2023-02-01
3
-51
/
+50
*
devlink: remove "gen" from struct devlink_gen_cmd name
Jiri Pirko
2023-02-01
3
-36
/
+36
*
devlink: rename devlink_nl_instance_iter_dump() to "dumpit"
Jiri Pirko
2023-02-01
3
-20
/
+20
*
devlink: remove devlink features
Jiri Pirko
2023-01-30
3
-23
/
+0
*
devlink: send objects notifications during devlink reload
Jiri Pirko
2023-01-30
1
-18
/
+2
*
devlink: move devlink reload notifications back in between _down() and _up() ...
Jiri Pirko
2023-01-30
1
-21
/
+16
*
devlink: protect devlink param list by instance lock
Jiri Pirko
2023-01-27
1
-24
/
+53
*
devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()
Jiri Pirko
2023-01-27
1
-4
/
+6
*
devlink: make devlink_param_driverinit_value_set() return void
Jiri Pirko
2023-01-27
1
-8
/
+7
*
devlink: don't work with possible NULL pointer in devlink_param_unregister()
Jiri Pirko
2023-01-27
1
-1
/
+2
*
devlink: make devlink_param_register/unregister static
Jiri Pirko
2023-01-27
1
-53
/
+37
*
devlink: remove a dubious assumption in fmsg dumping
Jakub Kicinski
2023-01-24
1
-1
/
+1
*
netlink: fix spelling mistake in dump size assert
Jakub Kicinski
2023-01-24
1
-1
/
+1
*
devlink: add instance lock assertion in devl_is_registered()
Jiri Pirko
2023-01-19
1
-3
/
+1
*
devlink: remove devlink_dump_for_each_instance_get() helper
Jiri Pirko
2023-01-19
2
-12
/
+4
*
devlink: convert reporters dump to devlink_nl_instance_iter_dump()
Jiri Pirko
2023-01-19
3
-49
/
+40
*
devlink: convert linecards dump to devlink_nl_instance_iter_dump()
Jiri Pirko
2023-01-19
3
-36
/
+30
*
devlink: remove reporter reference counting
Jiri Pirko
2023-01-19
1
-83
/
+30
*
devlink: remove devl*_port_health_reporter_destroy()
Jiri Pirko
2023-01-19
1
-33
/
+2
*
devlink: remove reporters_lock
Jiri Pirko
2023-01-19
3
-47
/
+9
*
devlink: protect health reporter operation with instance lock
Jiri Pirko
2023-01-19
1
-22
/
+77
*
devlink: remove linecard reference counting
Jiri Pirko
2023-01-19
3
-18
/
+2
[next]