From: David S. Miller Date: Sun, 10 Jan 2016 21:50:21 +0000 (-0500) Subject: Merge branch 'mlxsw-layer2-multicast' X-Git-Tag: Ubuntu-5.13.0-19.19~16608^2~38 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d3517f19f2c41f1b4e9b6a763c0cea3f7d72b589;p=mirror_ubuntu-jammy-kernel.git Merge branch 'mlxsw-layer2-multicast' Jiri Pirko says: ==================== mlxsw: Adding layer 2 multicast Elad says: This patchset add Linux hardware reflection for L2 multicast offload and add MC support in mlxsw. For every bridge MDB entry insertion, either by IGMP snooping or by static insertion/removal, a switchdev ops is been called. In mlxsw, a new multicast group (MID) is been created and ports are assigned. When all ports are removed, the multicast group is been deleted. --- v1->v2: - GFP_ATOMIC->GFP_KERNEL change in patch 7/8 ==================== Signed-off-by: David S. Miller --- d3517f19f2c41f1b4e9b6a763c0cea3f7d72b589