kernel_samsung_a53x/net/bridge
Felix Fietkau b26ca2113a net: bridge: fix multicast-to-unicast with fraglist GSO
[ Upstream commit 59c878cbcdd80ed39315573b3511d0acfd3501b5 ]

Calling skb_copy on a SKB_GSO_FRAGLIST skb is not valid, since it returns
an invalid linearized skb. This code only needs to change the ethernet
header, so pskb_copy is the right function to call here.

Fixes: 6db6f0eae605 ("bridge: multicast to unicast")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 11:32:43 +01:00
..
netfilter netfilter: validate user input for expected length 2024-11-19 09:22:46 +01:00
br.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_arp_nd_proxy.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_device.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_fdb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_forward.c net: bridge: fix multicast-to-unicast with fraglist GSO 2024-11-19 11:32:43 +01:00
br_if.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_input.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_ioctl.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_mdb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_mrp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_mrp_netlink.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_mrp_switchdev.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_multicast.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_netfilter_hooks.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_netfilter_ipv6.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_netlink.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_netlink_tunnel.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_nf_core.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_private.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_private_mrp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_private_stp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_private_tunnel.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_stp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_stp_bpdu.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_stp_if.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_stp_timer.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_switchdev.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_sysfs_br.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_sysfs_if.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_vlan.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_vlan_options.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
br_vlan_tunnel.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00