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