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