summaryrefslogtreecommitdiffstats
path: root/include/net/devlink.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* devlink: remove unused devlink_resource_register()Przemek Kitszel2024-10-301-6/+0
* devlink: remove unused devlink_resource_occ_get_register() and _unregister()Przemek Kitszel2024-10-301-7/+0
* devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()Christophe JAILLET2024-06-051-2/+2
* devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-1/+2
* devlink: add a new info version tagFei Qin2024-04-121-1/+3
* devlink: Support setting max_io_eqsParav Pandit2024-04-081-0/+14
* devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel2023-10-201-30/+30
* devlink: introduce possibility to expose info about nested devlinksJiri Pirko2023-09-171-0/+2
* devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko2023-09-171-2/+2
* devlink: expose peer SF devlink instanceJiri Pirko2023-09-171-0/+3
* devlink: Expose port function commands to control IPsec packet offloadsDima Chumak2023-08-281-0/+15
* devlink: Expose port function commands to control IPsec crypto offloadsDima Chumak2023-08-281-0/+15
* devlink: Remove unused devlink_dpipe_table_resource_set() declarationYue Haibing2023-08-091-3/+0
* devlink: Remove unused extern declaration devlink_port_region_destroy()Yue Haibing2023-07-311-2/+0
* devlink: fix kernel-doc notation warningsRandy Dunlap2023-07-151-12/+16
* devlink: bring port new reply backJiri Pirko2023-06-021-1/+3
* devlink: move port_del() to devlink_port_opsJiri Pirko2023-05-301-17/+5
* devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko2023-05-301-30/+15
* devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko2023-05-301-21/+14
* devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko2023-05-301-18/+13
* devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko2023-05-301-22/+16
* devlink: move port_type_set() op into devlink_port_opsJiri Pirko2023-05-301-2/+3
* devlink: move port_split/unsplit() ops into devlink_port_opsJiri Pirko2023-05-301-4/+7
* devlink: introduce port ops placeholderJiri Pirko2023-05-301-6/+35
* devlink: Spelling correctionsSimon Horman2023-05-301-1/+1
* devlink: pass devlink_port pointer to ops->port_del() instead of indexJiri Pirko2023-05-241-2/+2
* devlink: remove no longer true locking comment from port_new/del()Jiri Pirko2023-05-241-4/+0
* devlink: remove duplicate port notificationJiri Pirko2023-05-241-3/+1
* 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-201-6/+0
* devlink: remove reporters_lockJiri Pirko2023-01-201-1/+0
* devlink: protect health reporter operation with instance lockJiri Pirko2023-01-201-3/+19
* devlink: remove linecards lockJiri Pirko2023-01-201-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-081-0/+21
* devlink: Expose port function commands to control RoCEShay Drory2022-12-081-0/+18
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-12-011-2/+0
* devlink: support directly reading from region memoryJacob Keller2022-12-011-0/+16
* devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski2022-11-181-1/+3
* devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski2022-11-181-0/+3
* devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski2022-11-181-0/+5
* devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski2022-11-181-0/+6
* devlink: Add packet traps for 802.1X operationIdo Schimmel2022-11-101-0/+9
* net: expose devlink port over rtnetlinkJiri Pirko2022-11-041-0/+14