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