summaryrefslogtreecommitdiffstats
path: root/net/devlink/dev.c
Commit message (Expand)AuthorAgeFilesLines
* netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski2024-04-061-1/+1
* netlink: introduce type-checking attribute iterationJohannes Berg2024-03-291-8/+4
* devlink: introduce a helper for netlink multicast sendJiri Pirko2023-12-191-4/+2
* devlink: send notifications only if there are listenersJiri Pirko2023-12-191-1/+4
* devlink: use devl_is_registered() helper instead xa_get_mark()Jiri Pirko2023-12-191-2/+2
* devlink: warn about existing entities during reload-reinitJiri Pirko2023-11-301-1/+15
* devlink: Add device lock assert in reload operationIdo Schimmel2023-11-181-0/+8
* devlink: rename netlink callback to be aligned with the generated onesJiri Pirko2023-10-231-5/+5
* devlink: introduce possibility to expose info about nested devlinksJiri Pirko2023-09-171-0/+49
* devlink: introduce object and nested devlink relationship infraJiri Pirko2023-09-171-0/+1
* devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko2023-08-281-1/+27
* devlink: pass flags as an arg of dump_one() callbackJiri Pirko2023-08-141-6/+7
* devlink: introduce dumpit callbacks for split opsJiri Pirko2023-08-141-7/+8
* devlink: rename doit callbacks for per-instance dump commandsJiri Pirko2023-08-141-2/+1
* devlink: introduce couple of dumpit callbacks for split opsJiri Pirko2023-08-041-10/+12
* devlink: rename couple of doit netlink callbacks to match generated namesJiri Pirko2023-08-041-2/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-2/+0
* devlink: don't allow to change net namespace for FW_ACTIVATE reload actionJiri Pirko2023-02-141-0/+6
* devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko2023-02-131-0/+3
* devlink: stop using NL_SET_ERR_MSG_MODJacob Keller2023-02-131-12/+8
* devlink: Move devlink dev selftest code to devMoshe Shemesh2023-02-031-0/+182
* devlink: Move devlink_info_req struct to be localMoshe Shemesh2023-02-031-0/+8
* devlink: Move devlink dev flash code to devMoshe Shemesh2023-02-031-0/+271
* devlink: Move devlink dev info code to devMoshe Shemesh2023-02-031-0/+246
* devlink: Move devlink dev eswitch code to devMoshe Shemesh2023-02-031-0/+120
* devlink: Move devlink dev reload code to devMoshe Shemesh2023-02-031-0/+417
* devlink: Split out dev get and dump codeMoshe Shemesh2023-02-031-0/+99