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