aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-30/+44
2019-06-26net/mlx5: E-Switch, Add query and modify esw vport context functionsJianbo Liu1-0/+24
2019-06-26net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingress ACLsJianbo Liu1-0/+2
2019-06-26net/mlx5: Get vport ACL namespace by vport indexJianbo Liu1-2/+2
2019-06-16net/mlx5: Expose eswitch encap modeMaor Gottlieb1-0/+11
2019-06-13net/mlx5: E-Switch, Return raw output for query esw functionsBodong Wang1-19/+2
2019-06-13net/mlx5: E-Switch, Handle representors creation in handler contextVu Pham1-9/+3
2019-05-31Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-2/+30
2019-05-31net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham1-2/+30
2019-05-17net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit1-10/+10
2019-05-01net/mlx5: E-Switch, Fix the check of legal vportBodong Wang1-43/+43
2019-05-01net/mlx5: E-Switch, Use getter to access all vport arrayBodong Wang1-9/+9
2019-05-01net/mlx5: Use available mlx5_vport structParav Pandit1-58/+51
2019-05-01net/mlx5: Reuse mlx5_esw_for_each_vf_vport macro in two filesParav Pandit1-13/+0
2019-05-01net/mlx5e: ACLs for priority tag modeEli Britstein1-12/+12
2019-03-29net/mlx5: E-Switch, fix syndrome (0x678139) when turn on vepaHuy Nguyen1-0/+1
2019-03-29net/mlx5: E-Switch, Fix esw manager vport indication for more vport commandsOmri Kahalon1-4/+2
2019-03-29net/mlx5: E-Switch, Fix access to invalid memory when toggling esw modesRoi Dayan1-0/+2
2019-03-11net/mlx5: Avoid panic when setting vport rateTonghao Zhang1-4/+9
2019-03-11net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang1-2/+2
2019-03-01net/mlx5e: Activate HW multipath and handle port affinity based on FIB eventsRoi Dayan1-0/+7
2019-02-22net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen1-21/+202
2019-02-19net/mlx5: E-Switch, Disable esw manager vport correctlyBodong Wang1-1/+2
2019-02-19net/mlx5: E-Switch, Fix the warning on vport index out of rangeBodong Wang1-1/+1
2019-02-15net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang1-2/+15
2019-02-15net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang1-1/+7
2019-02-15net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang1-5/+6
2019-02-15net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang1-33/+61
2019-02-15net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang1-4/+3
2019-02-15net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang1-7/+6
2019-02-15net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang1-12/+23
2019-02-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-22/+20
2019-02-14net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang1-1/+1
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang1-5/+3
2019-02-14net/mlx5: Use consistent vport num argument typeBodong Wang1-16/+16
2019-01-25net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin1-12/+6
2019-01-25Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang1-2/+2
2018-12-17net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz1-3/+8