index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
devlink
/
leftover.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-20
devlink: drop leftover duplicate/unused code
Paolo Abeni
1
-13
/
+0
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+13
2023-02-15
devlink: Move devlink health test to health file
Moshe Shemesh
1
-16
/
+0
2023-02-15
devlink: Move devlink health dump to health file
Moshe Shemesh
1
-123
/
+0
2023-02-15
devlink: Move devlink fmsg and health diagnose to health file
Moshe Shemesh
1
-630
/
+0
2023-02-15
devlink: Move devlink health report and recover to health file
Moshe Shemesh
1
-138
/
+3
2023-02-15
devlink: Move devlink health get and set code to health file
Moshe Shemesh
1
-217
/
+2
2023-02-15
devlink: health: Fix nla_nest_end in error flow
Moshe Shemesh
1
-1
/
+1
2023-02-15
devlink: Split out health reporter create code
Moshe Shemesh
1
-208
/
+1
2023-02-13
devlink: add forgotten devlink instance lock assertion to devl_param_driverin...
Jiri Pirko
1
-0
/
+2
2023-02-13
devlink: allow to call devl_param_driverinit_value_get() without holding inst...
Jiri Pirko
1
-2
/
+11
2023-02-13
devlink: convert param list to xarray
Jiri Pirko
1
-36
/
+36
2023-02-13
devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()
Jiri Pirko
1
-8
/
+2
2023-02-13
devlink: fix the name of value arg of devl_param_driverinit_value_get()
Jiri Pirko
1
-3
/
+4
2023-02-13
devlink: make sure driver does not read updated driverinit param before reload
Jiri Pirko
1
-4
/
+22
2023-02-13
devlink: don't use strcpy() to copy param value
Jiri Pirko
1
-12
/
+3
2023-02-13
devlink: stop using NL_SET_ERR_MSG_MOD
Jacob Keller
1
-58
/
+57
2023-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2023-02-07
devlink: Fix memleak in health diagnose callback
Moshe Shemesh
1
-5
/
+9
2023-02-03
devlink: Move devlink dev selftest code to dev
Moshe Shemesh
1
-183
/
+0
2023-02-03
devlink: Move devlink dev flash code to dev
Moshe Shemesh
1
-271
/
+0
2023-02-03
devlink: Move devlink dev info code to dev
Moshe Shemesh
1
-255
/
+0
2023-02-03
devlink: Move devlink dev eswitch code to dev
Moshe Shemesh
1
-125
/
+2
2023-02-03
devlink: Move devlink dev reload code to dev
Moshe Shemesh
1
-419
/
+3
2023-02-03
devlink: Split out dev get and dump code
Moshe Shemesh
1
-101
/
+1
2023-02-01
devlink: rename and reorder instances of struct devlink_cmd
Jiri Pirko
1
-16
/
+16
2023-02-01
devlink: remove "gen" from struct devlink_gen_cmd name
Jiri Pirko
1
-16
/
+16
2023-02-01
devlink: rename devlink_nl_instance_iter_dump() to "dumpit"
Jiri Pirko
1
-16
/
+16
2023-01-30
devlink: remove devlink features
Jiri Pirko
1
-3
/
+0
2023-01-30
devlink: send objects notifications during devlink reload
Jiri Pirko
1
-18
/
+2
2023-01-30
devlink: move devlink reload notifications back in between _down() and _up() ...
Jiri Pirko
1
-21
/
+16
2023-01-27
devlink: protect devlink param list by instance lock
Jiri Pirko
1
-24
/
+53
2023-01-27
devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()
Jiri Pirko
1
-4
/
+6
2023-01-27
devlink: make devlink_param_driverinit_value_set() return void
Jiri Pirko
1
-8
/
+7
2023-01-27
devlink: don't work with possible NULL pointer in devlink_param_unregister()
Jiri Pirko
1
-1
/
+2
2023-01-27
devlink: make devlink_param_register/unregister static
Jiri Pirko
1
-53
/
+37
2023-01-24
devlink: remove a dubious assumption in fmsg dumping
Jakub Kicinski
1
-1
/
+1
2023-01-19
devlink: convert reporters dump to devlink_nl_instance_iter_dump()
Jiri Pirko
1
-49
/
+38
2023-01-19
devlink: convert linecards dump to devlink_nl_instance_iter_dump()
Jiri Pirko
1
-36
/
+28
2023-01-19
devlink: remove reporter reference counting
Jiri Pirko
1
-83
/
+30
2023-01-19
devlink: remove devl*_port_health_reporter_destroy()
Jiri Pirko
1
-33
/
+2
2023-01-19
devlink: remove reporters_lock
Jiri Pirko
1
-44
/
+9
2023-01-19
devlink: protect health reporter operation with instance lock
Jiri Pirko
1
-22
/
+77
2023-01-19
devlink: remove linecard reference counting
Jiri Pirko
1
-12
/
+2
2023-01-19
devlink: remove linecards lock
Jiri Pirko
1
-27
/
+13
2023-01-17
devlink: remove some unnecessary code
Dan Carpenter
1
-11
/
+6
2023-01-06
devlink: allow registering parameters after the instance
Jakub Kicinski
1
-11
/
+11
2023-01-06
devlink: always check if the devlink instance is registered
Jakub Kicinski
1
-6
/
+29
2023-01-06
devlink: protect devlink->dev by the instance lock
Jakub Kicinski
1
-4
/
+3
2023-01-05
devlink: convert remaining dumps to the by-instance scheme
Jakub Kicinski
1
-394
/
+292
[next]