summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-06net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov1-1/+0
2021-02-06net/mlx5e: Create route entry infrastructureVlad Buslov1-0/+1
2021-02-06net/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-14net/mlx5e: Simplify condition on esw_vport_enable_qos()Eli Cohen1-2/+1
2020-12-08Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub 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-03Merge tag 'mlx5-next-2020-12-02' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski1-1/+28
2020-11-27net/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
2020-07-28net/mlx5: E-switch, Destroy TSAR after reload interfaceParav Pandit1-2/+2
2020-07-28net/mlx5: E-switch, Destroy TSAR when fail to enable the modeParav Pandit1-1/+1
2020-07-17net/mlx5: E-switch, Reduce dependency on num_vfs during mode setParav Pandit1-1/+12
2020-07-10net/mlx5e: Export sharing of mod headers to a new filePaul Blakey1-3/+3
2020-07-10net/mlx5: E-switch, When eswitch is unsupported, return -EOPNOTSUPPParav Pandit1-1/+1
2020-06-23net/mlx5: E-switch, Supporting setting devlink port function mac addressParav Pandit1-0/+36
2020-06-23net/mlx5: Split mac address setting function for using state_lockParav Pandit1-14/+24
2020-06-23net/mlx5: E-switch, Support querying port function mac addressParav Pandit1-0/+43
2020-06-23net/mlx5: E-switch, Introduce and use eswitch support check helperParav Pandit1-0/+23
2020-06-23net/mlx5: Constify mac address pointerParav Pandit1-2/+2
2020-05-28net/mlx5: E-Switch, Alloc and free unique metadata for matchVu Pham1-0/+2
2020-05-28net/mlx5: E-Switch, Refactor eswitch ingress acl codesVu Pham1-316/+6
2020-05-28net/mlx5: E-Switch, Refactor eswitch egress acl codesVu Pham1-230/+5
2020-05-23net/mlx5e: Add support for hw decapsulation of MPLS over UDPEli Cohen1-0/+3
2020-04-23net/mlx5: Update eswitch to new cmd interfaceLeon Romanovsky1-28/+10
2020-03-26net/mlx5: E-switch, Protect eswitch mode changesParav Pandit1-9/+45
2020-03-26net/mlx5: E-switch, Extend eswitch enable to handle num_vfs changeParav Pandit1-19/+44
2020-03-14net/mlx5: E-switch, Annotate esw state_lock mutex destroyParav Pandit1-0/+1
2020-03-14net/mlx5: Accept flow rules without matchMark Bloch1-13/+4
2020-03-14net/mlx5: E-Switch, Update VF vports config when num of VFs changedBodong Wang1-18/+35
2020-03-14net/mlx5: E-Switch, Introduce per vport configuration for eswitch modesBodong Wang1-23/+50
2020-03-14net/mlx5: E-switch, Make vport setup/cleanup sequence symmetricBodong Wang1-48/+53
2020-03-14net/mlx5: E-Switch, Prepare for vport enable/disable refactorBodong Wang1-11/+15
2020-03-14net/mlx5: E-Switch, Remove redundant warning when QoS enable failedBodong Wang1-3/+1
2020-03-14net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy modeBodong Wang1-4/+10
2020-03-14net/mlx5: E-Switch, Remove redundant check of eswitch manager capBodong Wang1-4/+2
2020-02-28net/mlx5e: Add devlink fdb_large_groups parameterJianbo Liu1-0/+22
2020-02-19net/mlx5e: Don't clear the whole vf config when switching modesDmytro Linkin1-1/+5
2020-02-19net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepaHuy Nguyen1-11/+3
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3