summaryrefslogtreecommitdiffstats
path: root/include/net/devlink.h
Commit message (Expand)AuthorAgeFilesLines
* devlink: fix the name of value arg of devl_param_driverinit_value_get()Jiri Pirko2023-02-131-1/+1
* devlink: make sure driver does not read updated driverinit param before reloadJiri Pirko2023-02-131-0/+4
* devlink: remove devlink featuresJiri Pirko2023-01-301-1/+1
* devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-5/+11
* devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko2023-01-271-2/+2
* devlink: make devlink_param_register/unregister staticJiri Pirko2023-01-271-4/+0
* devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko2023-01-191-6/+0
* devlink: remove reporters_lockJiri Pirko2023-01-191-1/+0
* devlink: protect health reporter operation with instance lockJiri Pirko2023-01-191-3/+19
* devlink: remove linecards lockJiri Pirko2023-01-191-3/+3
* devlink: remove the registration guarantee of referencesJakub Kicinski2023-01-061-0/+2
* net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADERVincent Mailhol2022-12-121-0/+2
* devlink: Expose port function commands to control migratableShay Drory2022-12-071-0/+21
* devlink: Expose port function commands to control RoCEShay Drory2022-12-071-0/+18
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-2/+0
* devlink: support directly reading from region memoryJacob Keller2022-11-301-0/+16
* devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski2022-11-171-1/+3
* devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski2022-11-171-0/+3
* devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski2022-11-171-0/+5
* devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski2022-11-171-0/+6
* devlink: Add packet traps for 802.1X operationIdo Schimmel2022-11-091-0/+9
* net: expose devlink port over rtnetlinkJiri Pirko2022-11-031-0/+14
* net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko2022-11-031-0/+2
* net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko2022-11-031-2/+1
* net: devlink: convert devlink port type-specific pointers to unionJiri Pirko2022-11-031-3/+10
* net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko2022-09-301-1/+5
* net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko2022-09-301-1/+2
* net: devlink: stub port params cmds for they are unused internallyJiri Pirko2022-08-301-1/+0
* net: devlink: limit flash component name to match version returned by info_get()Jiri Pirko2022-08-251-2/+1
* net: devlink: extend info_get() version put to indicate a flash componentJiri Pirko2022-08-251-0/+16
* devlink: introduce framework for selftestsVikas Gupta2022-07-281-0/+21
* net: devlink: introduce nested devlink entity for line cardJiri Pirko2022-07-261-0/+2
* net: devlink: remove unused locked functionsJiri Pirko2022-07-181-20/+0
* netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko2022-07-181-0/+1
* net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko2022-07-181-0/+5
* net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko2022-07-181-0/+12
* net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko2022-07-181-0/+5
* net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko2022-07-181-0/+17
* net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko2022-07-181-0/+20
* net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko2022-07-141-1/+1
* net: devlink: move unlocked function prototypes alongside the locked onesJiri Pirko2022-07-131-9/+7
* devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh2022-07-121-2/+0
* devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh2022-07-121-1/+0
* Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski2022-05-051-17/+1
* devlink: introduce line card device info infrastructureJiri Pirko2022-04-251-2/+6
* devlink: introduce line card info get messageJiri Pirko2022-04-251-1/+6
* devlink: introduce line card devices supportJiri Pirko2022-04-251-0/+7
* devlink: add port to line card relationship setJiri Pirko2022-04-181-0/+3
* devlink: implement line card active stateJiri Pirko2022-04-181-0/+2
* devlink: implement line card provisioningJiri Pirko2022-04-181-2/+41