summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: remove redundant memsetFuqian Huang2019-07-151-1/+0Star
* Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-121-5/+0Star
|\
| * net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-111-5/+0Star
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-07-041-64/+117
|\ \
| * | net/mlx5: Refactor mlx5_esw_query_functions for modularityParav Pandit2019-07-031-8/+30
| * | net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit2019-07-031-1/+3
| * | net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang2019-07-021-12/+9Star
| * | net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang2019-07-021-0/+1
| * | net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang2019-07-021-7/+24
| * | net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang2019-07-021-13/+23
| * | net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-021-42/+43
| * | net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang2019-07-021-1/+1
| * | net/mlx5: E-Switch, Use correct flags when configuring vlanBodong Wang2019-07-021-1/+4
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-291-30/+44
|\| |
| * | net/mlx5: E-Switch, Add query and modify esw vport context functionsJianbo Liu2019-06-261-0/+24
| * | net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingr...Jianbo Liu2019-06-261-0/+2
| * | net/mlx5: Get vport ACL namespace by vport indexJianbo Liu2019-06-261-2/+2
| * | net/mlx5: Expose eswitch encap modeMaor Gottlieb2019-06-161-0/+11
| * | net/mlx5: E-Switch, Return raw output for query esw functionsBodong Wang2019-06-131-19/+2Star
| * | net/mlx5: E-Switch, Handle representors creation in handler contextVu Pham2019-06-131-9/+3Star
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-311-2/+30
|\| | | |/ |/|
| * net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham2019-05-311-2/+30
* | net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2019-05-171-10/+10
|/
* net/mlx5: E-Switch, Fix the check of legal vportBodong Wang2019-05-011-43/+43
* net/mlx5: E-Switch, Use getter to access all vport arrayBodong Wang2019-05-011-9/+9
* net/mlx5: Use available mlx5_vport structParav Pandit2019-05-011-58/+51Star
* net/mlx5: Reuse mlx5_esw_for_each_vf_vport macro in two filesParav Pandit2019-05-011-13/+0Star
* net/mlx5e: ACLs for priority tag modeEli Britstein2019-05-011-12/+12
* net/mlx5: E-Switch, fix syndrome (0x678139) when turn on vepaHuy Nguyen2019-03-291-0/+1
* net/mlx5: E-Switch, Fix esw manager vport indication for more vport commandsOmri Kahalon2019-03-291-4/+2Star
* net/mlx5: E-Switch, Fix access to invalid memory when toggling esw modesRoi Dayan2019-03-291-0/+2
* net/mlx5: Avoid panic when setting vport rateTonghao Zhang2019-03-111-4/+9
* net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang2019-03-111-2/+2
* net/mlx5e: Activate HW multipath and handle port affinity based on FIB eventsRoi Dayan2019-03-011-0/+7
* net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen2019-02-221-21/+202
* net/mlx5: E-Switch, Disable esw manager vport correctlyBodong Wang2019-02-191-1/+2
* net/mlx5: E-Switch, Fix the warning on vport index out of rangeBodong Wang2019-02-191-1/+1
* net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang2019-02-161-2/+15
* net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang2019-02-161-1/+7
* net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang2019-02-161-5/+6
* net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang2019-02-161-33/+61
* net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang2019-02-161-4/+3Star
* net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang2019-02-161-7/+6Star
* net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang2019-02-161-12/+23
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-161-22/+20Star
|\
| * net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2019-02-141-1/+1
| * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-141-5/+3Star
| * net/mlx5: Use consistent vport num argument typeBodong Wang2019-02-141-16/+16
* | net/mlx5e: Allow MAC invalidation while spoofchk is ONAya Levin2019-01-251-12/+6Star
* | Revert "net/mlx5e: E-Switch, Initialize eswitch only if eswitch manager"Bodong Wang2019-01-251-2/+2
|/