summaryrefslogtreecommitdiff
path: root/net/devlink/devl_internal.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-28devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko1-4/+2
2023-08-28devlink: move small_ops definition into netlink.cJiri Pirko1-2/+0
2023-08-28devlink: push linecard related code into separate fileJiri Pirko1-15/+19
2023-08-28devlink: push rate related code into separate fileJiri Pirko1-0/+5
2023-08-28devlink: push trap related code into separate fileJiri Pirko1-0/+11
2023-08-28devlink: push region related code into separate fileJiri Pirko1-0/+6
2023-08-28devlink: push param related code into separate fileJiri Pirko1-0/+9
2023-08-28devlink: push resource related code into separate fileJiri Pirko1-0/+2
2023-08-28devlink: push dpipe related code into separate fileJiri Pirko1-0/+7
2023-08-28devlink: move and rename devlink_dpipe_send_and_alloc_skb() helperJiri Pirko1-0/+2
2023-08-28devlink: push shared buffer related code into separate fileJiri Pirko1-0/+9
2023-08-28devlink: push port related code into separate fileJiri Pirko1-1/+31
2023-08-14devlink: remove converted commands from small opsJiri Pirko1-1/+1
2023-08-14devlink: remove duplicate temporary netlink callback prototypesJiri Pirko1-48/+0
2023-08-14devlink: pass flags as an arg of dump_one() callbackJiri Pirko1-1/+2
2023-08-14devlink: introduce dumpit callbacks for split opsJiri Pirko1-21/+24
2023-08-14devlink: rename doit callbacks for per-instance dump commandsJiri Pirko1-3/+19
2023-08-14devlink: introduce devlink_nl_pre_doit_port*() helper functionsJiri Pirko1-0/+5
2023-08-14devlink: parse rate attrs in doit() callbacksJiri Pirko1-7/+1
2023-08-14devlink: parse linecard attr in doit() callbacksJiri Pirko1-7/+0
2023-08-05devlink: use generated split ops and remove duplicated commands from small opsJiri Pirko1-1/+1
2023-08-05devlink: include the generated netlink headerJiri Pirko1-9/+2
2023-08-05devlink: un-static devlink_nl_pre/post_doit()Jiri Pirko1-0/+4
2023-08-05devlink: introduce couple of dumpit callbacks for split opsJiri Pirko1-6/+11
2023-08-05devlink: rename couple of doit netlink callbacks to match generated namesJiri Pirko1-2/+2
2023-08-05devlink: rename devlink_nl_ops to devlink_nl_small_opsJiri Pirko1-1/+1
2023-05-12devlink: change per-devlink netdev notifier to static oneJiri Pirko1-1/+0
2023-02-16devlink: Move health common function to health fileMoshe Shemesh1-47/+0
2023-02-16devlink: Move devlink health test to health fileMoshe Shemesh1-0/+2
2023-02-16devlink: Move devlink health dump to health fileMoshe Shemesh1-0/+4
2023-02-16devlink: Move devlink fmsg and health diagnose to health fileMoshe Shemesh1-0/+6
2023-02-16devlink: Move devlink health report and recover to health fileMoshe Shemesh1-0/+5
2023-02-16devlink: Move devlink health get and set code to health fileMoshe Shemesh1-0/+18
2023-02-16devlink: Split out health reporter create codeMoshe Shemesh1-0/+28
2023-02-13devlink: convert param list to xarrayJiri Pirko1-1/+1
2023-02-13devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko1-0/+3
2023-02-04devlink: Move devlink dev selftest code to devMoshe Shemesh1-0/+2
2023-02-04devlink: Move devlink_info_req struct to be localMoshe Shemesh1-9/+0
2023-02-04devlink: Move devlink dev flash code to devMoshe Shemesh1-0/+1
2023-02-04devlink: Move devlink dev info code to devMoshe Shemesh1-0/+10
2023-02-04devlink: Move devlink dev eswitch code to devMoshe Shemesh1-0/+4
2023-02-04devlink: Move devlink dev reload code to devMoshe Shemesh1-2/+7
2023-02-04devlink: Split out dev get and dump codeMoshe Shemesh1-0/+17
2023-02-01devlink: rename and reorder instances of struct devlink_cmdJiri Pirko1-17/+16
2023-02-01devlink: remove "gen" from struct devlink_gen_cmd nameJiri Pirko1-18/+18
2023-02-01devlink: rename devlink_nl_instance_iter_dump() to "dumpit"Jiri Pirko1-2/+2
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+0
2023-01-25netlink: fix spelling mistake in dump size assertJakub Kicinski1-1/+1
2023-01-20devlink: add instance lock assertion in devl_is_registered()Jiri Pirko1-3/+1
2023-01-20devlink: remove devlink_dump_for_each_instance_get() helperJiri Pirko1-11/+0