summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/esw/bridge.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-12net/mlx5: Bridge, Use debug instead of warn if entry doesn't existsRoi Dayan1-4/+4
2022-07-13net/mlx5: Bridge, implement QinQ supportVlad Buslov1-8/+109
2022-07-13net/mlx5: Bridge, implement infrastructure for VLAN protocol changeVlad Buslov1-42/+152
2022-07-13net/mlx5: Bridge, extract VLAN push/pop actions creationVlad Buslov1-16/+36
2022-07-13net/mlx5: Bridge, rename filter fg to vlan_filterVlad Buslov1-19/+19
2022-07-13net/mlx5: Bridge, refactor groups sizes and indicesVlad Buslov1-12/+29
2022-02-01net/mlx5: Bridge, take rtnl lock in init error handlerVlad Buslov1-0/+4
2021-10-25net/mlx5: Bridge, support replacing existing FDB entryVlad Buslov1-0/+4
2021-10-25net/mlx5: Bridge, extract code to lookup and del/notify entryVlad Buslov1-26/+32
2021-10-15net/mlx5: Bridge, provide flow source hintsVlad Buslov1-0/+4
2021-10-04net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov1-2/+126
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov1-1/+39
2021-10-04net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov1-12/+22
2021-10-04net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov1-11/+14
2021-08-16net/mlx5: Bridge, support LAGVlad Buslov1-10/+69
2021-08-16net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov1-11/+50
2021-08-16net/mlx5: Bridge, extract FDB delete notification to functionVlad Buslov1-14/+13
2021-08-16net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov1-84/+100
2021-08-16net/mlx5: Bridge, obtain core device from eswitch instead of privVlad Buslov1-4/+2
2021-08-16net/mlx5: Bridge, release bridge in same function where it is takenVlad Buslov1-7/+9
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean1-1/+1
2021-08-09net/mlx5: Bridge, fix ageing timeVlad Buslov1-2/+2
2021-06-09net/mlx5: Bridge, add tracepointsVlad Buslov1-50/+25
2021-06-09net/mlx5: Bridge, filter tagged packets that didn't match tagged fgVlad Buslov1-4/+137
2021-06-09net/mlx5: Bridge, support pvid and untagged vlan configurationsVlad Buslov1-16/+159
2021-06-09net/mlx5: Bridge, match FDB entry vlan tagVlad Buslov1-10/+171
2021-06-09net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov1-3/+208
2021-06-09net/mlx5: Bridge, dynamic entry ageingVlad Buslov1-12/+92
2021-06-09net/mlx5: Bridge, handle FDB eventsVlad Buslov1-3/+251
2021-06-09net/mlx5: Bridge, add offload infrastructureVlad Buslov1-0/+354