summaryrefslogtreecommitdiff
path: root/net/devlink/netlink.c
AgeCommit message (Expand)Author
2024-03-13devlink: Fix devlink parallel commands processingShay Drory
2023-12-19devlink: extend multicast filtering by port indexJiri Pirko
2023-12-19devlink: add a command to set notification filter and use it for multicastsJiri Pirko
2023-11-18devlink: Acquire device lock during reload commandIdo Schimmel
2023-11-18devlink: Allow taking device lock in pre_doit operationsIdo Schimmel
2023-11-18devlink: Enable the use of private flags in post_doit operationsIdo Schimmel
2023-11-18devlink: Move private netlink flags to C fileIdo Schimmel
2023-10-23devlink: remove netlink small_opsJiri Pirko
2023-10-23devlink: rename netlink callback to be aligned with the generated onesJiri Pirko
2023-10-18devlink: call peernet2id_alloc() with net pointer under RCU read lockJiri Pirko
2023-09-17devlink: extend devlink_nl_put_nested_handle() with attrtype argJiri Pirko
2023-09-17devlink: move devlink_nl_put_nested_handle() into netlink.cJiri Pirko
2023-08-28devlink: move small_ops definition into netlink.cJiri Pirko
2023-08-28devlink: move and rename devlink_dpipe_send_and_alloc_skb() helperJiri Pirko
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-08-14devlink: allow user to narrow per-instance dumps by passing handle attrsJiri Pirko
2023-08-14devlink: pass flags as an arg of dump_one() callbackJiri Pirko
2023-08-14devlink: introduce dumpit callbacks for split opsJiri Pirko
2023-08-14devlink: introduce devlink_nl_pre_doit_port*() helper functionsJiri Pirko
2023-08-14devlink: parse rate attrs in doit() callbacksJiri Pirko
2023-08-14devlink: parse linecard attr in doit() callbacksJiri Pirko
2023-08-04devlink: use generated split ops and remove duplicated commands from small opsJiri Pirko
2023-08-04devlink: un-static devlink_nl_pre/post_doit()Jiri Pirko
2023-08-04devlink: introduce couple of dumpit callbacks for split opsJiri Pirko
2023-08-04devlink: rename devlink_nl_ops to devlink_nl_small_opsJiri Pirko
2023-02-01devlink: rename and reorder instances of struct devlink_cmdJiri Pirko
2023-02-01devlink: remove "gen" from struct devlink_gen_cmd nameJiri Pirko
2023-02-01devlink: rename devlink_nl_instance_iter_dump() to "dumpit"Jiri Pirko
2023-01-19devlink: remove devlink_dump_for_each_instance_get() helperJiri Pirko
2023-01-19devlink: convert reporters dump to devlink_nl_instance_iter_dump()Jiri Pirko
2023-01-19devlink: convert linecards dump to devlink_nl_instance_iter_dump()Jiri Pirko
2023-01-19devlink: remove linecard reference countingJiri Pirko
2023-01-06devlink: always check if the devlink instance is registeredJakub Kicinski
2023-01-06devlink: protect devlink->dev by the instance lockJakub Kicinski
2023-01-05devlink: convert remaining dumps to the by-instance schemeJakub Kicinski
2023-01-05devlink: add by-instance dump infraJakub Kicinski
2023-01-05devlink: split out netlink codeJakub Kicinski