summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/devlink.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-17net/mlx5: Lift reload limitation when SFs are presentJiri Pirko1-11/+0
2023-08-15net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh1-0/+3
2023-06-10net/mlx5: Light probe local SFsShay Drory1-4/+16
2023-06-10net/mlx5: Move esw multiport devlink param to eswitch codeShay Drory1-34/+0
2023-05-30devlink: move port_del() to devlink_port_opsJiri Pirko1-1/+0
2023-05-30devlink: move port_fn_state_get/set() to devlink_port_opsJiri Pirko1-2/+0
2023-05-30devlink: move port_fn_migratable_get/set() to devlink_port_opsJiri Pirko1-2/+0
2023-05-30devlink: move port_fn_roce_get/set() to devlink_port_opsJiri Pirko1-2/+0
2023-05-30devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko1-2/+0
2023-05-19net/mlx5: devlink, Only show PF related devlink warning when neededRoi Dayan1-2/+1
2023-05-19net/mlx5: Remove redundant esw multiport validate functionRoi Dayan1-22/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2023-04-21net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh1-1/+1
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-03-16net/mlx5e: Add devlink hairpin queues parametersGal Pressman1-0/+66
2023-03-16net/mlx5: Add comment to mlx5_devlink_params_register()Jiri Pirko1-0/+5
2023-02-15net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko1-2/+2
2023-02-15net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan1-1/+1
2023-02-15net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan1-0/+54
2023-02-09Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-12/+12
2023-02-09net/mlx5e: Fix trap event handlingJiri Pirko1-12/+12
2023-01-30devlink: remove devlink featuresJiri Pirko1-4/+5
2023-01-27net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko1-49/+0
2023-01-27net/mlx5: Move flow steering devlink param to flow steering codeJiri Pirko1-69/+0
2023-01-27net/mlx5: Move fw reset devlink param to fw reset codeJiri Pirko1-21/+0
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko1-46/+46
2023-01-27net/mlx5: Covert devlink params registration to use devlink_params_register/u...Jiri Pirko1-34/+46
2023-01-27net/mlx5: Change devlink param register/unregister function namesJiri Pirko1-2/+2
2022-12-28net/mlx5: Fix RoCE setting at HCA levelShay Drory1-1/+1
2022-12-28net/mlx5: Fix io_eq_size and event_eq_size params validationShay Drory1-1/+1
2022-12-08net/mlx5: E-Switch, Implement devlink port function cmds to control migratableShay Drory1-0/+2
2022-12-08net/mlx5: E-Switch, Implement devlink port function cmds to control RoCEYishai Hadas1-0/+2
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-4/+0
2022-11-12net/mlx5: Unregister traps on driver unload flowMoshe Shemesh1-9/+2
2022-08-01net: devlink: convert reload command to take implicit devlink->lockJiri Pirko1-4/+0
2022-07-29net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh1-19/+31
2022-07-29net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reloadMoshe Shemesh1-1/+10
2022-05-10net/mlx5: Increase FW pre-init timeout for health recoveryGavin Li1-2/+2
2022-05-03net/mlx5: Delete redundant default assignment of runtime devlink paramsShay Drory1-20/+0
2022-02-24net/mlx5: Add clarification on sync reset failureMoshe Shemesh1-7/+3
2021-12-22net/mlx5: Let user configure max_macs generic paramShay Drory1-0/+67
2021-12-22net/mlx5: Let user configure event_eq_size paramShay Drory1-0/+7
2021-12-22net/mlx5: Let user configure io_eq_size paramShay Drory1-0/+14
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski1-69/+0
2021-10-25net/mlx5: Let user configure max_macs paramShay Drory1-0/+69
2021-10-16net/mlx5: Disable roce at HCA levelShay Drory1-1/+2
2021-10-13net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky1-1/+4
2021-10-13devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-0/+1
2021-10-01net/mlx5: Warn for devlink reload when there are VFs aliveLama Kayal1-0/+5
2021-09-27net/mlx5: Accept devlink user input after driver initialization completeLeon Romanovsky1-7/+2