aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-13net/mlx5e: Simplify condition on esw_vport_enable_qos()Eli Cohen1-2/+1
2020-12-07Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-11/+10
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky1-1/+3
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky1-7/+4
2020-12-06net/mlx5e: Connect ethernet part to auxiliary busLeon Romanovsky1-3/+3
2020-12-02Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-1/+28
2020-11-26net/mlx5: Enable host PF HCA after eswitch is initializedParav Pandit1-1/+28
2020-11-17net/mlx5: E-Switch, Fail mlx5_esw_modify_vport_rate if qos disabledEli Cohen1-0/+4
2020-11-17net/mlx5: Disable QoS when min_rates on all VFs are zeroVladyslav Tarasiuk1-7/+8
2020-11-17net/mlx5: Clear bw_share upon VF disableVladyslav Tarasiuk1-0/+1
2020-11-05net/mlx5: E-switch, Avoid extack error log for disabled vportParav Pandit1-2/+0
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+16
2020-07-28net/mlx5e: Fix kernel crash when setting vf VLANID on a VF devAlaa Hleihel1-2/+3
2020-07-28net/mlx5e: Modify uplink state on interface up/downRon Diskin1-6/+10