summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/rep/bridge.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12net/mlx5: Bridge, fix peer entry ageing in LAG modeVlad Buslov1-0/+11
2023-08-07net/mlx5: Bridge, Only handle registered netdev bridge eventsRoi Dayan1-0/+4
2023-06-16net/mlx5: Bridge, pass net device when linking vport to bridgeVlad Buslov1-5/+4
2023-04-12net/mlx5: Bridge, add tracepoints for multicastVlad Buslov1-2/+2
2023-04-12net/mlx5: Bridge, implement mdb offloadVlad Buslov1-0/+12
2023-04-12net/mlx5: Bridge, snoop igmp/mld packetsVlad Buslov1-0/+4
2023-02-08net/mlx5: Bridge, fix ageing of peer FDB entriesVlad Buslov1-4/+0
2022-11-09net/mlx5: Bridge, verify LAG state when adding bond to bridgeVlad Buslov1-0/+31
2022-07-14net/mlx5: Bridge, implement infrastructure for VLAN protocol changeVlad Buslov1-0/+6
2022-02-02net/mlx5: Bridge, Fix devlink deadlock on net namespace deletionRoi Dayan1-2/+2
2022-02-02net/mlx5: Bridge, take rtnl lock in init error handlerVlad Buslov1-0/+2
2021-10-12net/mlx5: Fix cleanup of bridge delayed workShay Drory1-4/+4
2021-09-08net/mlx5: Bridge, fix uninitialized variable usageVlad Buslov1-2/+2
2021-08-17net/mlx5: Bridge, support LAGVlad Buslov1-38/+87
2021-08-17net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov1-15/+45
2021-08-17net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov1-105/+133
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean1-0/+3
2021-06-10net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov1-0/+73
2021-06-10net/mlx5: Bridge, dynamic entry ageingVlad Buslov1-0/+95
2021-06-10net/mlx5: Bridge, handle FDB eventsVlad Buslov1-1/+149
2021-06-10net/mlx5: Bridge, add offload infrastructureVlad Buslov1-0/+108