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