generic l2tp: drop flow hash on forward
authorDavid Bauer <mail@david-bauer.net>
Mon, 26 Feb 2024 13:43:09 +0000 (14:43 +0100)
committerDavid Bauer <mail@david-bauer.net>
Mon, 26 Feb 2024 21:17:39 +0000 (22:17 +0100)
commit35a5e62da7275a4a1423df6238340dd08eeff3c9
treebe52f9aac5f12d4dd8d768d438e6da750d576cd5
parent0985262fd0f0b9c33e1fb559e71c041379199a91
generic l2tp: drop flow hash on forward

Drop the flow-hash of the skb when forwarding to the L2TP netdev.

This avoids the L2TP qdisc from using the flow-hash from the outer
packet, which is identical for every flow within the tunnel.

This does not affect every platform but is specific for the ethernet
driver. It depends on the platform including L4 information in the
flow-hash.

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/generic/pending-5.15/778-net-l2tp-drop-flow-hash-on-forward.patch [new file with mode: 0644]
target/linux/generic/pending-6.1/778-net-l2tp-drop-flow-hash-on-forward.patch [new file with mode: 0644]