summaryrefslogtreecommitdiff
path: root/net/devlink/dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-06netlink: add nlmsg_consume() and use it in devlink compatJakub Kicinski1-1/+1
2024-03-30netlink: introduce type-checking attribute iterationJohannes Berg1-8/+4
2023-12-19devlink: introduce a helper for netlink multicast sendJiri Pirko1-4/+2
2023-12-19devlink: send notifications only if there are listenersJiri Pirko1-1/+4
2023-12-19devlink: use devl_is_registered() helper instead xa_get_mark()Jiri Pirko1-2/+2
2023-11-30devlink: warn about existing entities during reload-reinitJiri Pirko1-1/+15
2023-11-18devlink: Add device lock assert in reload operationIdo Schimmel1-0/+8
2023-10-24devlink: rename netlink callback to be aligned with the generated onesJiri Pirko1-5/+5
2023-09-17devlink: introduce possibility to expose info about nested devlinksJiri Pirko1-0/+49
2023-09-17devlink: introduce object and nested devlink relationship infraJiri Pirko1-0/+1
2023-08-28devlink: move devlink_notify_register/unregister() to dev.cJiri Pirko1-1/+27
2023-08-14devlink: pass flags as an arg of dump_one() callbackJiri Pirko1-6/+7
2023-08-14devlink: introduce dumpit callbacks for split opsJiri Pirko1-7/+8
2023-08-14devlink: rename doit callbacks for per-instance dump commandsJiri Pirko1-2/+1
2023-08-05devlink: introduce couple of dumpit callbacks for split opsJiri Pirko1-10/+12
2023-08-05devlink: rename couple of doit netlink callbacks to match generated namesJiri Pirko1-2/+2
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2023-02-14devlink: don't allow to change net namespace for FW_ACTIVATE reload actionJiri Pirko1-0/+6
2023-02-13devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko1-0/+3
2023-02-13devlink: stop using NL_SET_ERR_MSG_MODJacob Keller1-12/+8
2023-02-04devlink: Move devlink dev selftest code to devMoshe Shemesh1-0/+182
2023-02-04devlink: Move devlink_info_req struct to be localMoshe Shemesh1-0/+8
2023-02-04devlink: Move devlink dev flash code to devMoshe Shemesh1-0/+271
2023-02-04devlink: Move devlink dev info code to devMoshe Shemesh1-0/+246
2023-02-04devlink: Move devlink dev eswitch code to devMoshe Shemesh1-0/+120
2023-02-04devlink: Move devlink dev reload code to devMoshe Shemesh1-0/+417
2023-02-04devlink: Split out dev get and dump codeMoshe Shemesh1-0/+99