Felix Fietkau 59c878cbcd net: bridge: fix multicast-to-unicast with fraglist GSO
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>
2024-05-01 11:44:10 +01:00
..
2024-04-23 11:35:52 +02:00
2024-03-11 18:06:04 -07:00
2024-02-20 15:32:45 +01:00
2024-04-26 17:36:53 -07:00
2024-03-21 14:41:00 -07:00
2024-01-11 10:07:29 -08:00
2024-04-26 13:48:24 +02:00
2024-03-07 21:12:43 -08:00
2024-04-22 12:20:09 -07:00
2023-12-12 14:24:14 +01:00
2024-01-31 16:41:16 -08:00