aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorFelix Fietkau <[email protected]>2024-04-27 18:24:18 +0000
committerDavid S. Miller <[email protected]>2024-05-01 10:44:10 +0000
commit59c878cbcdd80ed39315573b3511d0acfd3501b5 (patch)
tree5e0cc5776e95e0c9fb4191f405968e00b5010f22 /net/unix/sysctl_net_unix.c
parentmptcp: ensure snd_nxt is properly initialized on connect (diff)
downloadkernel-59c878cbcdd80ed39315573b3511d0acfd3501b5.tar.gz
kernel-59c878cbcdd80ed39315573b3511d0acfd3501b5.zip
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 <[email protected]> Acked-by: Paolo Abeni <[email protected]> Acked-by: Nikolay Aleksandrov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions