summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix steering rules cleanupLama Kayal2023-03-211-0/+1
* net/mlx5: Move eswitch port metadata devlink param to flow eswitch codeJiri Pirko2023-01-271-2/+2
* devlink: protect devlink param list by instance lockJiri Pirko2023-01-271-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-201-0/+1
|\
| * net/mlx5: E-switch, Fix switchdev mode after devlink reloadChris Mi2023-01-181-0/+1
* | net/mlx5: E-Switch, Fix typo for egressRoi Dayan2023-01-181-1/+1
* | net/mlx5: E-switch, Remove redundant comment about meta rulesRoi Dayan2023-01-181-3/+1
* | net/mlx5: Enable management PF initializationShay Drory2023-01-101-1/+1
|/
* net/mlx5: E-Switch, properly handle ingress tagged packets on VSTMoshe Shemesh2022-12-281-9/+21
* net/mlx5: E-Switch, Implement devlink port function cmds to control migratableShay Drory2022-12-071-0/+8
* net/mlx5: E-Switch, Implement devlink port function cmds to control RoCEYishai Hadas2022-12-071-0/+35
* net/mlx5: E-switch, Destroy legacy fdb table when neededChris Mi2022-11-241-0/+3
* net/mlx5: E-switch, Set to legacy mode if failed to change switchdev modeChris Mi2022-11-091-6/+8
* net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan2022-08-221-1/+0
* net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh2022-07-281-14/+4
* net/mlx5: Expose vnic diagnostic counters for eswitch managed vportsMichael Guralnik2022-07-131-0/+6
* net/mlx5: Use devl_ API in mlx5_esw_offloads_devlink_port_registerMoshe Shemesh2022-07-121-0/+4
* net/mlx5: Use devl_ API for rate nodes destroyMoshe Shemesh2022-07-121-2/+12
* net/mlx5: E-switch: Change eswitch mode only via devlink commandChris Mi2022-07-021-13/+5
* net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi2022-07-021-33/+54
* net/mlx5: E-switch, Introduce flag to indicate if fdb table is createdChris Mi2022-07-021-0/+3
* net/mlx5: E-switch, Introduce flag to indicate if vport acl namespace is createdChris Mi2022-07-021-0/+5
* net/mlx5: delete dead code in mlx5_esw_unlock()Dan Carpenter2022-07-021-2/+0
* net/mlx5: Lag, use lag lockMark Bloch2022-05-091-14/+0
* net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch2022-05-091-11/+0
* net/mlx5: Delete redundant default assignment of runtime devlink paramsShay Drory2022-05-021-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-4/+17
|\
| * net/mlx5: E-Switch, rebuild lag only when neededMark Bloch2021-11-161-2/+10
| * net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey2021-11-161-2/+7
* | net/mlx5: E-switch, Create QoS on demandDmytro Linkin2021-11-161-4/+5
* | net/mlx5: E-switch, Enable vport QoS on demandDmytro Linkin2021-11-161-5/+4
* | net/mlx5: E-switch, move offloads mode callbacks to offloads fileParav Pandit2021-11-161-59/+0
* | net/mlx5: E-switch, Reuse mlx5_eswitch_set_vport_macParav Pandit2021-11-161-11/+1
* | net/mlx5: E-switch, Remove vport enabled checkParav Pandit2021-11-161-12/+5
|/
* net/mlx5: E-switch, Move QoS related code to dedicated fileDmytro Linkin2021-08-191-304/+6
* net/mlx5: Fix typo in commentsCai Huoqing2021-08-111-1/+1
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2021-08-101-4/+32
|\
| * net/mlx5: Lag, properly lock eswitch if neededMark Bloch2021-08-051-4/+20
| * net/mlx5: Return mdev from eswitchMark Bloch2021-08-051-0/+12
* | devlink: Simplify devlink port API callsLeon Romanovsky2021-08-081-6/+4
|/
* net/mlx5: E-Switch, Read PF mac addressParav Pandit2021-06-161-0/+6
* {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen2021-05-181-0/+1
* net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2021-04-241-0/+55
* net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit2021-04-241-52/+153
* net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit2021-04-241-3/+6
* net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2021-04-241-0/+13
* net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabledParav Pandit2021-04-141-6/+47
* net/mlx5: E-Switch, Move legacy code to a individual fileParav Pandit2021-04-141-506/+5
* net/mlx5: E-Switch, Convert a macro to a helper routineParav Pandit2021-04-141-17/+15
* net/mlx5: E-Switch Make cleanup sequence mirror of initParav Pandit2021-04-141-2/+1