summaryrefslogtreecommitdiffstats
path: root/net/devlink/leftover.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: report devlink_port_type_warn source devicePetr Oros2023-06-171-1/+4
* devlink: bring port new reply backJiri Pirko2023-06-021-1/+27
* 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-301-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: change per-devlink netdev notifier to static oneJiri Pirko2023-05-121-3/+2
* 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-171-0/+13
* devlink: Move devlink health test to health fileMoshe Shemesh2023-02-161-16/+0
* devlink: Move devlink health dump to health fileMoshe Shemesh2023-02-161-123/+0
* devlink: Move devlink fmsg and health diagnose to health fileMoshe Shemesh2023-02-161-630/+0
* devlink: Move devlink health report and recover to health fileMoshe Shemesh2023-02-161-138/+3
* devlink: Move devlink health get and set code to health fileMoshe Shemesh2023-02-161-217/+2
* devlink: health: Fix nla_nest_end in error flowMoshe Shemesh2023-02-161-1/+1
* devlink: Split out health reporter create codeMoshe Shemesh2023-02-161-208/+1
* 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-131-36/+36
* 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-131-4/+22
* devlink: don't use strcpy() to copy param valueJiri Pirko2023-02-131-12/+3
* devlink: stop using NL_SET_ERR_MSG_MODJacob Keller2023-02-131-58/+57
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-0/+4
* devlink: Fix memleak in health diagnose callbackMoshe Shemesh2023-02-081-5/+9
* devlink: Move devlink dev selftest code to devMoshe Shemesh2023-02-041-183/+0
* devlink: Move devlink dev flash code to devMoshe Shemesh2023-02-041-271/+0
* devlink: Move devlink dev info code to devMoshe Shemesh2023-02-041-255/+0
* devlink: Move devlink dev eswitch code to devMoshe Shemesh2023-02-041-125/+2
* devlink: Move devlink dev reload code to devMoshe Shemesh2023-02-041-419/+3
* devlink: Split out dev get and dump codeMoshe Shemesh2023-02-041-101/+1
* devlink: rename and reorder instances of struct devlink_cmdJiri Pirko2023-02-011-16/+16
* devlink: remove "gen" from struct devlink_gen_cmd nameJiri Pirko2023-02-011-16/+16
* devlink: rename devlink_nl_instance_iter_dump() to "dumpit"Jiri Pirko2023-02-011-16/+16
* devlink: remove devlink featuresJiri Pirko2023-01-301-3/+0
* devlink: send objects notifications during devlink reloadJiri Pirko2023-01-301-18/+2
* devlink: move devlink reload notifications back in between _down() and _up() ...Jiri Pirko2023-01-301-21/+16
* devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-24/+53
* devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()Jiri Pirko2023-01-271-4/+6
* devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko2023-01-271-8/+7
* devlink: don't work with possible NULL pointer in devlink_param_unregister()Jiri Pirko2023-01-271-1/+2