aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-09net/mlx5: E-switch, Set to legacy mode if failed to change switchdev modeChris Mi1-6/+8
2022-08-22net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan1-1/+0
2022-07-28net/mlx5: Lock mlx5 devlink reload callbacksMoshe Shemesh1-14/+4
2022-07-13net/mlx5: Expose vnic diagnostic counters for eswitch managed vportsMichael Guralnik1-0/+6
2022-07-12net/mlx5: Use devl_ API in mlx5_esw_offloads_devlink_port_registerMoshe Shemesh1-0/+4
2022-07-12net/mlx5: Use devl_ API for rate nodes destroyMoshe Shemesh1-2/+12
2022-07-02net/mlx5: E-switch: Change eswitch mode only via devlink commandChris Mi1-13/+5
2022-07-02net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi1-33/+54
2022-07-02net/mlx5: E-switch, Introduce flag to indicate if fdb table is createdChris Mi1-0/+3
2022-07-02net/mlx5: E-switch, Introduce flag to indicate if vport acl namespace is createdChris Mi1-0/+5
2022-07-02net/mlx5: delete dead code in mlx5_esw_unlock()Dan Carpenter1-2/+0
2022-05-09net/mlx5: Lag, use lag lockMark Bloch1-14/+0
2022-05-09net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch1-11/+0
2022-05-02net/mlx5: Delete redundant default assignment of runtime devlink paramsShay Drory1-0/+3
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+17
2021-11-16net/mlx5: E-switch, Create QoS on demandDmytro Linkin1-4/+5
2021-11-16net/mlx5: E-switch, Enable vport QoS on demandDmytro Linkin1-5/+4
2021-11-16net/mlx5: E-switch, move offloads mode callbacks to offloads fileParav Pandit1-59/+0
2021-11-16net/mlx5: E-switch, Reuse mlx5_eswitch_set_vport_macParav Pandit1-11/+1
2021-11-16net/mlx5: E-switch, Remove vport enabled checkParav Pandit1-12/+5
2021-11-16net/mlx5: E-Switch, rebuild lag only when neededMark Bloch1-2/+10
2021-11-16net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdevPaul Blakey1-2/+7
2021-08-19net/mlx5: E-switch, Move QoS related code to dedicated fileDmytro Linkin1-304/+6
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-4/+32
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky1-6/+4
2021-08-05net/mlx5: Lag, properly lock eswitch if neededMark Bloch1-4/+20
2021-08-05net/mlx5: Return mdev from eswitchMark Bloch1-0/+12
2021-06-16net/mlx5: E-Switch, Read PF mac addressParav Pandit1-0/+6
2021-05-18{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen1-0/+1
2021-04-24net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit1-0/+55
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit1-52/+153
2021-04-24net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit1-3/+6
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit1-0/+13
2021-04-14net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabledParav Pandit1-6/+47
2021-04-14net/mlx5: E-Switch, Move legacy code to a individual fileParav Pandit1-506/+5
2021-04-14net/mlx5: E-Switch, Convert a macro to a helper routineParav Pandit1-17/+15
2021-04-14net/mlx5: E-Switch Make cleanup sequence mirror of initParav Pandit1-2/+1
2021-04-14net/mlx5: E-Switch, Skip querying SF enabled bitsParav Pandit1-6/+0
2021-04-02net/mlx5: E-Switch, move QoS specific fields to existing qos structParav Pandit1-13/+13
2021-03-16net/mlx5: E-Switch, Protect changing mode while adding rulesRoi Dayan1-0/+93
2021-03-16net/mlx5: E-Switch, Change mode lock from mutex to rw semaphoreRoi Dayan1-6/+5
2021-03-16net/mlx5e: Allow legacy vf ndos only if in legacy modeRoi Dayan1-5/+29
2021-03-11net/mlx5: Don't skip vport checkSaeed Mahameed1-0/+6
2021-02-05net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov1-1/+0
2021-02-05net/mlx5e: Create route entry infrastructureVlad Buslov1-0/+1
2021-02-05net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov1-0/+20
2021-01-22net/mlx5: SF, Add port add delete functionalityParav Pandit1-0/+25
2021-01-22net/mlx5: E-switch, Add eswitch helpers for SF vportParav Pandit1-6/+6
2021-01-22net/mlx5: E-switch, Prepare eswitch to handle SF vportVu Pham1-2/+9