aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-18net/mlx5e: Don't clear the whole vf config when switching modesDmytro Linkin1-1/+5
2020-02-18net/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
2020-01-24net/mlx5e: Clear VF config when switching modesDmytro Linkin1-1/+3
2020-01-16net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey1-2/+5
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2019-11-20net/mlx5e: Fix set vf link state error flowRoi Dayan1-1/+1
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-229/+346
2019-11-05net/mlx5: fix kvfree of uninitialized pointer specColin Ian King1-1/+1
2019-11-01net/mlx5: Clear VF's configuration on disabling SRIOVAya Levin1-1/+12
2019-11-01net/mlx5: E-switch, Enable metadata on own vportParav Pandit1-19/+10
2019-11-01net/mlx5: Refactor ingress acl configurationParav Pandit1-96/+132
2019-11-01net/mlx5: Restrict metadata disablement to offloads modeParav Pandit1-2/+0
2019-11-01net/mlx5: E-switch, Offloads shift ACL programming during enable/disable vportVu Pham1-2/+4
2019-11-01net/mlx5: Move ACL drop counters life cycle close to ACL lifecycleParav Pandit1-39/+35
2019-11-01net/mlx5: E-switch, Legacy introduce and use per vport acl tables APIsParav Pandit1-13/+60
2019-11-01net/mlx5: E-switch, Prepare code to handle vport enable errorParav Pandit1-17/+45
2019-11-01net/mlx5: Tide up state_lock and vport enabled flag usageParav Pandit1-9/+5
2019-11-01net/mlx5: Move legacy drop counter and rule under legacy structureParav Pandit1-40/+42
2019-11-01net/mlx5: Introduce and use mlx5_esw_is_manager_vport()Parav Pandit1-6/+7
2019-11-01net/mlx5: E-switch, Introduce and use vlan rule config helperParav Pandit1-24/+44
2019-11-01net/mlx5: Fixed a typo in a comment in esw_del_uc_addr()Qing Huang1-1/+1
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+1
2019-08-09net/mlx5e: Protect encap hash table with mutexVlad Buslov1-0/+2
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov1-0/+2
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov1-1/+1
2019-08-06net/mlx5: remove self-assignment on esw->devColin Ian King1-1/+1
2019-08-01net/mlx5: E-Switch, add ingress rate supportEli Cohen1-0/+16
2019-08-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-66/+118
2019-08-01net/mlx5: E-switch, Tide up eswitch config sequenceParav Pandit1-21/+33
2019-08-01net/mlx5: E-Switch, Remove redundant mc_promisc NULL checkParav Pandit1-2/+2
2019-08-01net/mlx5: E-Switch, remove redundant error handlingSaeed Mahameed1-2/+0
2019-08-01net/mlx5: E-switch, Introduce helper function to enable/disable vportsParav Pandit1-41/+55
2019-08-01net/mlx5: E-switch, Initialize TSAR Qos hardware block before its user vportsParav Pandit1-12/+9
2019-08-01net/mlx5: E-Switch, Verify support QoS element typeEli Cohen1-0/+31
2019-07-29net/mlx5e: Eswitch, use state_lock to synchronize vlan changeVlad Buslov1-7/+8
2019-07-29net/mlx5e: Eswitch, change offloads num_flows type to atomic64Vlad Buslov1-0/+1
2019-07-15ethernet: remove redundant memsetFuqian Huang1-1/+0
2019-07-11Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-5/+0
2019-07-11net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb1-5/+0
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-64/+117
2019-07-03net/mlx5: Refactor mlx5_esw_query_functions for modularityParav Pandit1-8/+30
2019-07-03net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit1-1/+3
2019-07-01net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang1-12/+9
2019-07-01net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang1-0/+1
2019-07-01net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang1-7/+24
2019-07-01net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang1-13/+23
2019-07-01net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang1-42/+43
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang1-1/+1
2019-07-01net/mlx5: E-Switch, Use correct flags when configuring vlanBodong Wang1-1/+4