summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/devlink.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh2023-08-141-0/+3
* net/mlx5: Light probe local SFsShay Drory2023-06-091-4/+16
* net/mlx5: Move esw multiport devlink param to eswitch codeShay Drory2023-06-091-34/+0
* devlink: move port_del() to devlink_port_opsJiri Pirko2023-05-301-1/+0
* devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko2023-05-301-2/+0
* devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko2023-05-301-2/+0
* devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko2023-05-301-2/+0
* devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko2023-05-301-2/+0
* net/mlx5: devlink, Only show PF related devlink warning when neededRoi Dayan2023-05-191-2/+1
* net/mlx5: Remove redundant esw multiport validate functionRoi Dayan2023-05-191-22/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-1/+1
|\
| * net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh2023-04-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-1/+1
|\|
* | net/mlx5e: Add devlink hairpin queues parametersGal Pressman2023-03-151-0/+66
* | net/mlx5: Add comment to mlx5_devlink_params_register()Jiri Pirko2023-03-151-0/+5
|/
* net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko2023-02-141-2/+2
* net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan2023-02-141-1/+1
* net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan2023-02-141-0/+54
* Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2023-02-081-12/+12
|\
| * net/mlx5e: Fix trap event handlingJiri Pirko2023-02-081-12/+12
* | devlink: remove devlink featuresJiri Pirko2023-01-301-4/+5
* | net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko2023-01-271-49/+0
* | net/mlx5: Move flow steering devlink param to flow steering codeJiri Pirko2023-01-271-69/+0
* | net/mlx5: Move fw reset devlink param to fw reset codeJiri Pirko2023-01-271-21/+0
* | devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-46/+46
* | net/mlx5: Covert devlink params registration to use devlink_params_register/u...Jiri Pirko2023-01-271-34/+46
* | net/mlx5: Change devlink param register/unregister function namesJiri Pirko2023-01-271-2/+2
|/
* net/mlx5: Fix RoCE setting at HCA levelShay Drory2022-12-281-1/+1
* net/mlx5: Fix io_eq_size and event_eq_size params validationShay Drory2022-12-281-1/+1
* net/mlx5: E-Switch, Implement devlink port function cmds to control migratableShay Drory2022-12-071-0/+2
* net/mlx5: E-Switch, Implement devlink port function cmds to control RoCEYishai Hadas2022-12-071-0/+2
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-4/+0
* net/mlx5: Unregister traps on driver unload flowMoshe Shemesh2022-11-121-9/+2
* net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-011-4/+0
* net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh2022-07-281-19/+31
* net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reloadMoshe Shemesh2022-07-281-1/+10
* net/mlx5: Increase FW pre-init timeout for health recoveryGavin Li2022-05-091-2/+2
* net/mlx5: Delete redundant default assignment of runtime devlink paramsShay Drory2022-05-021-20/+0
* net/mlx5: Add clarification on sync reset failureMoshe Shemesh2022-02-231-7/+3
* net/mlx5: Let user configure max_macs generic paramShay Drory2021-12-211-0/+67
* net/mlx5: Let user configure event_eq_size paramShay Drory2021-12-211-0/+7
* net/mlx5: Let user configure io_eq_size paramShay Drory2021-12-211-0/+14
* net/mlx5: remove the recent devlink paramsJakub Kicinski2021-10-261-69/+0
* net/mlx5: Let user configure max_macs paramShay Drory2021-10-251-0/+69
* net/mlx5: Disable roce at HCA levelShay Drory2021-10-151-1/+2
* net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky2021-10-121-1/+4
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-0/+1
* net/mlx5: Warn for devlink reload when there are VFs aliveLama Kayal2021-09-301-0/+5
* net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky2021-09-271-7/+2
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-4/+1