summaryrefslogtreecommitdiff
path: root/net/devlink
Commit message (Expand)AuthorAgeFilesLines
* devlink: drop leftover duplicate/unused codePaolo Abeni2023-02-201-13/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-172-2/+13
* devlink: Move health common function to health fileMoshe Shemesh2023-02-152-60/+32
* devlink: Move devlink health test to health fileMoshe Shemesh2023-02-153-16/+18
* devlink: Move devlink health dump to health fileMoshe Shemesh2023-02-153-123/+126
* devlink: Move devlink fmsg and health diagnose to health fileMoshe Shemesh2023-02-153-630/+636
* devlink: Move devlink health report and recover to health fileMoshe Shemesh2023-02-153-138/+144
* devlink: Move devlink health get and set code to health fileMoshe Shemesh2023-02-153-217/+234
* devlink: health: Fix nla_nest_end in error flowMoshe Shemesh2023-02-151-1/+1
* devlink: Split out health reporter create codeMoshe Shemesh2023-02-154-209/+226
* devlink: don't allow to change net namespace for FW_ACTIVATE reload actionJiri Pirko2023-02-141-0/+6
* devlink: add forgotten devlink instance lock assertion to devl_param_driverin...Jiri Pirko2023-02-131-0/+2
* devlink: allow to call devl_param_driverinit_value_get() without holding inst...Jiri Pirko2023-02-131-2/+11
* devlink: convert param list to xarrayJiri Pirko2023-02-133-39/+39
* devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()Jiri Pirko2023-02-131-8/+2
* devlink: fix the name of value arg of devl_param_driverinit_value_get()Jiri Pirko2023-02-131-3/+4
* devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko2023-02-133-4/+28
* devlink: don't use strcpy() to copy param valueJiri Pirko2023-02-131-12/+3
* devlink: stop using NL_SET_ERR_MSG_MODJacob Keller2023-02-132-70/+65
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-092-3/+6
* devlink: Fix memleak in health diagnose callbackMoshe Shemesh2023-02-071-5/+9
* devlink: Move devlink dev selftest code to devMoshe Shemesh2023-02-033-183/+184
* devlink: Move devlink_info_req struct to be localMoshe Shemesh2023-02-032-9/+8
* devlink: Move devlink dev flash code to devMoshe Shemesh2023-02-033-271/+272
* devlink: Move devlink dev info code to devMoshe Shemesh2023-02-033-255/+256
* devlink: Move devlink dev eswitch code to devMoshe Shemesh2023-02-033-125/+126
* devlink: Move devlink dev reload code to devMoshe Shemesh2023-02-033-421/+427
* devlink: Split out dev get and dump codeMoshe Shemesh2023-02-034-102/+118
* devlink: rename and reorder instances of struct devlink_cmdJiri Pirko2023-02-013-51/+50
* devlink: remove "gen" from struct devlink_gen_cmd nameJiri Pirko2023-02-013-36/+36
* devlink: rename devlink_nl_instance_iter_dump() to "dumpit"Jiri Pirko2023-02-013-20/+20
* devlink: remove devlink featuresJiri Pirko2023-01-303-23/+0
* devlink: send objects notifications during devlink reloadJiri Pirko2023-01-301-18/+2
* devlink: move devlink reload notifications back in between _down() and _up() ...Jiri Pirko2023-01-301-21/+16
* devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-24/+53
* devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()Jiri Pirko2023-01-271-4/+6
* devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko2023-01-271-8/+7
* devlink: don't work with possible NULL pointer in devlink_param_unregister()Jiri Pirko2023-01-271-1/+2
* devlink: make devlink_param_register/unregister staticJiri Pirko2023-01-271-53/+37
* devlink: remove a dubious assumption in fmsg dumpingJakub Kicinski2023-01-241-1/+1
* netlink: fix spelling mistake in dump size assertJakub Kicinski2023-01-241-1/+1
* devlink: add instance lock assertion in devl_is_registered()Jiri Pirko2023-01-191-3/+1
* devlink: remove devlink_dump_for_each_instance_get() helperJiri Pirko2023-01-192-12/+4
* devlink: convert reporters dump to devlink_nl_instance_iter_dump()Jiri Pirko2023-01-193-49/+40
* devlink: convert linecards dump to devlink_nl_instance_iter_dump()Jiri Pirko2023-01-193-36/+30
* devlink: remove reporter reference countingJiri Pirko2023-01-191-83/+30
* devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko2023-01-191-33/+2
* devlink: remove reporters_lockJiri Pirko2023-01-193-47/+9
* devlink: protect health reporter operation with instance lockJiri Pirko2023-01-191-22/+77
* devlink: remove linecard reference countingJiri Pirko2023-01-193-18/+2