kernel: fix crash with multicast-to-unicast and fraglist GRO
authorFelix Fietkau <nbd@nbd.name>
Sat, 27 Apr 2024 18:32:59 +0000 (20:32 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sat, 27 Apr 2024 18:33:36 +0000 (20:33 +0200)
commit45a8e962a591dfcac252b0de6324319abd080469
tree6760add23264bd28933a8ae2861d875d82b39519
parentfe9d2ccbc3d9dc0852df474f0e3cc07f93beae8b
kernel: fix crash with multicast-to-unicast and fraglist GRO

Avoid calls to skb_copy, which creates invalid packets that cause a crash
on segmentation

Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/generic/pending-6.1/681-net-bridge-fix-multicast-to-unicast-with-fraglist-GS.patch [new file with mode: 0644]
target/linux/generic/pending-6.1/682-net-core-reject-skb_copy-_expand-for-fraglist-GSO-sk.patch [new file with mode: 0644]
target/linux/generic/pending-6.6/681-net-bridge-fix-multicast-to-unicast-with-fraglist-GS.patch [new file with mode: 0644]
target/linux/generic/pending-6.6/682-net-core-reject-skb_copy-_expand-for-fraglist-GSO-sk.patch [new file with mode: 0644]