summaryrefslogtreecommitdiffstats
path: root/net/devlink
Commit message (Expand)AuthorAgeFilesLines
...
* | devlink: rename doit callbacks for per-instance dump commandsJiri Pirko2023-08-144-45/+52
* | devlink: introduce devlink_nl_pre_doit_port*() helper functionsJiri Pirko2023-08-142-4/+28
* | devlink: parse rate attrs in doit() callbacksJiri Pirko2023-08-143-38/+25
* | devlink: parse linecard attr in doit() callbacksJiri Pirko2023-08-143-21/+13
* | devlink: clear flag on port register error pathJiri Pirko2023-08-091-1/+3
* | devlink: use generated split ops and remove duplicated commands from small opsJiri Pirko2023-08-043-16/+4
* | devlink: include the generated netlink headerJiri Pirko2023-08-041-9/+2
* | devlink: add split ops generated according to specJiri Pirko2023-08-043-1/+89
* | devlink: un-static devlink_nl_pre/post_doit()Jiri Pirko2023-08-042-4/+8
* | devlink: introduce couple of dumpit callbacks for split opsJiri Pirko2023-08-044-27/+37
* | devlink: rename couple of doit netlink callbacks to match generated namesJiri Pirko2023-08-043-6/+6
* | devlink: rename devlink_nl_ops to devlink_nl_small_opsJiri Pirko2023-08-043-4/+4
* | devlink: remove reload failed checks in params get/set callbacksJiri Pirko2023-07-141-2/+2
|/
* devlink: report devlink_port_type_warn source devicePetr Oros2023-06-171-1/+4
* devlink: bring port new reply backJiri Pirko2023-06-011-1/+27
* devlink: make health report on unregistered instance warn just onceJakub Kicinski2023-05-311-1/+1
* devlink: save devlink_port_ops into a variable in devlink_port_function_valid...Jiri Pirko2023-05-301-5/+5
* devlink: move port_del() to devlink_port_opsJiri Pirko2023-05-301-3/+3
* devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko2023-05-301-12/+7
* devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko2023-05-301-13/+10
* devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko2023-05-301-9/+8
* devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko2023-05-301-9/+6
* devlink: move port_type_set() op into devlink_port_opsJiri Pirko2023-05-301-3/+2
* devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko2023-05-301-5/+5
* devlink: introduce port ops placeholderJiri Pirko2023-05-301-11/+19
* devlink: Spelling correctionsSimon Horman2023-05-291-2/+2
* devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko2023-05-241-8/+3
* devlink: remove duplicate port notificationJiri Pirko2023-05-241-44/+1
* devlink: Fix crash with CONFIG_NET_NS=nIdo Schimmel2023-05-161-1/+1
* devlink: change per-devlink netdev notifier to static oneJiri Pirko2023-05-113-13/+9
* devlink: drop leftover duplicate/unused codePaolo Abeni2023-02-201-13/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-172-2/+13
* devlink: Move health common function to health fileMoshe Shemesh2023-02-152-60/+32
* devlink: Move devlink health test to health fileMoshe Shemesh2023-02-153-16/+18
* devlink: Move devlink health dump to health fileMoshe Shemesh2023-02-153-123/+126
* devlink: Move devlink fmsg and health diagnose to health fileMoshe Shemesh2023-02-153-630/+636
* devlink: Move devlink health report and recover to health fileMoshe Shemesh2023-02-153-138/+144
* devlink: Move devlink health get and set code to health fileMoshe Shemesh2023-02-153-217/+234
* devlink: health: Fix nla_nest_end in error flowMoshe Shemesh2023-02-151-1/+1
* devlink: Split out health reporter create codeMoshe Shemesh2023-02-154-209/+226
* devlink: don't allow to change net namespace for FW_ACTIVATE reload actionJiri Pirko2023-02-141-0/+6
* devlink: add forgotten devlink instance lock assertion to devl_param_driverin...Jiri Pirko2023-02-131-0/+2
* devlink: allow to call devl_param_driverinit_value_get() without holding inst...Jiri Pirko2023-02-131-2/+11
* devlink: convert param list to xarrayJiri Pirko2023-02-133-39/+39
* devlink: use xa_for_each_start() helper in devlink_nl_cmd_port_get_dump_one()Jiri Pirko2023-02-131-8/+2
* devlink: fix the name of value arg of devl_param_driverinit_value_get()Jiri Pirko2023-02-131-3/+4
* devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko2023-02-133-4/+28
* devlink: don't use strcpy() to copy param valueJiri Pirko2023-02-131-12/+3
* devlink: stop using NL_SET_ERR_MSG_MODJacob Keller2023-02-132-70/+65
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-092-3/+6