summaryrefslogtreecommitdiffstats
path: root/net/devlink/devl_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: parse rate attrs in doit() callbacksJiri Pirko2023-08-141-7/+1
* devlink: parse linecard attr in doit() callbacksJiri Pirko2023-08-141-7/+0
* devlink: use generated split ops and remove duplicated commands from small opsJiri Pirko2023-08-041-1/+1
* devlink: include the generated netlink headerJiri Pirko2023-08-041-9/+2
* devlink: un-static devlink_nl_pre/post_doit()Jiri Pirko2023-08-041-0/+4
* devlink: introduce couple of dumpit callbacks for split opsJiri Pirko2023-08-041-6/+11
* devlink: rename couple of doit netlink callbacks to match generated namesJiri Pirko2023-08-041-2/+2
* devlink: rename devlink_nl_ops to devlink_nl_small_opsJiri Pirko2023-08-041-1/+1
* devlink: change per-devlink netdev notifier to static oneJiri Pirko2023-05-121-1/+0
* devlink: Move health common function to health fileMoshe Shemesh2023-02-161-47/+0
* devlink: Move devlink health test to health fileMoshe Shemesh2023-02-161-0/+2
* devlink: Move devlink health dump to health fileMoshe Shemesh2023-02-161-0/+4
* devlink: Move devlink fmsg and health diagnose to health fileMoshe Shemesh2023-02-161-0/+6
* devlink: Move devlink health report and recover to health fileMoshe Shemesh2023-02-161-0/+5
* devlink: Move devlink health get and set code to health fileMoshe Shemesh2023-02-161-0/+18
* devlink: Split out health reporter create codeMoshe Shemesh2023-02-161-0/+28
* devlink: convert param list to xarrayJiri Pirko2023-02-131-1/+1
* devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko2023-02-131-0/+3
* devlink: Move devlink dev selftest code to devMoshe Shemesh2023-02-041-0/+2
* devlink: Move devlink_info_req struct to be localMoshe Shemesh2023-02-041-9/+0
* devlink: Move devlink dev flash code to devMoshe Shemesh2023-02-041-0/+1
* devlink: Move devlink dev info code to devMoshe Shemesh2023-02-041-0/+10
* devlink: Move devlink dev eswitch code to devMoshe Shemesh2023-02-041-0/+4
* devlink: Move devlink dev reload code to devMoshe Shemesh2023-02-041-2/+7
* devlink: Split out dev get and dump codeMoshe Shemesh2023-02-041-0/+17
* devlink: rename and reorder instances of struct devlink_cmdJiri Pirko2023-02-011-17/+16
* devlink: remove "gen" from struct devlink_gen_cmd nameJiri Pirko2023-02-011-18/+18
* devlink: rename devlink_nl_instance_iter_dump() to "dumpit"Jiri Pirko2023-02-011-2/+2
* devlink: remove devlink featuresJiri Pirko2023-01-301-1/+0
* netlink: fix spelling mistake in dump size assertJakub Kicinski2023-01-251-1/+1
* devlink: add instance lock assertion in devl_is_registered()Jiri Pirko2023-01-201-3/+1
* devlink: remove devlink_dump_for_each_instance_get() helperJiri Pirko2023-01-201-11/+0
* devlink: convert reporters dump to devlink_nl_instance_iter_dump()Jiri Pirko2023-01-201-0/+1
* devlink: convert linecards dump to devlink_nl_instance_iter_dump()Jiri Pirko2023-01-201-0/+1
* devlink: remove reporters_lockJiri Pirko2023-01-201-1/+0
* devlink: remove linecard reference countingJiri Pirko2023-01-201-1/+0
* devlink: remove linecards lockJiri Pirko2023-01-201-1/+0
* devlink: keep the instance mutex alive until references are goneJakub Kicinski2023-01-121-1/+2
* devlink: remove the registration guarantee of referencesJakub Kicinski2023-01-061-2/+0
* devlink: always check if the devlink instance is registeredJakub Kicinski2023-01-061-0/+8
* devlink: protect devlink->dev by the instance lockJakub Kicinski2023-01-061-1/+2
* devlink: bump the instance index directly when iteratingJakub Kicinski2023-01-061-13/+4
* devlink: convert remaining dumps to the by-instance schemeJakub Kicinski2023-01-061-0/+15
* devlink: add by-instance dump infraJakub Kicinski2023-01-061-0/+10
* devlink: restart dump based on devlink instance ids (nested)Jakub Kicinski2023-01-061-1/+1
* devlink: restart dump based on devlink instance ids (simple)Jakub Kicinski2023-01-061-0/+16
* devlink: drop the filter argument from devlinks_xa_find_getJakub Kicinski2023-01-061-10/+5
* devlink: use an explicit structure for dump contextJakub Kicinski2023-01-061-0/+23
* devlink: split out netlink codeJakub Kicinski2023-01-061-0/+31
* devlink: split out core codeJakub Kicinski2023-01-061-0/+117