Go to file
David Bauer ee697a17ce net l2tp: drop flow hash on forward
BugLink: https://bugs.launchpad.net/bugs/2069758

[ Upstream commit 42f853b42899d9b445763b55c3c8adc72be0f0e1 ]

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.

One such example is the Mediatek Filogic MT798x family of networking
processors.

Fixes: d9e31d17ce ("l2tp: Add L2TP ethernet pseudowire support")
Acked-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David Bauer <mail@david-bauer.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240424171110.13701-1-mail@david-bauer.net
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Manuel Diewald <manuel.diewald@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-07-05 10:51:51 +02:00
Documentation
LICENSES
arch s390/mm: Fix clearing storage keys for huge pages 2024-07-05 10:51:51 +02:00
block
certs
crypto Revert "crypto: api - Disallow identical driver names" 2024-06-07 15:01:46 +02:00
debian
debian.master UBUNTU: Start new release 2024-07-05 10:50:15 +02:00
drivers bna: ensure the copied buf is NUL terminated 2024-07-05 10:51:51 +02:00
fs nfs: Handle error of rpc_proc_register() in nfs_net_init(). 2024-07-05 10:51:51 +02:00
include sunrpc: add a struct rpc_stats arg to rpc_create_args 2024-07-05 10:51:51 +02:00
init
ipc
kernel bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS 2024-06-07 15:01:47 +02:00
lib stackdepot: respect __GFP_NOLOCKDEP allocation flag 2024-06-07 15:01:47 +02:00
mm x86/mm/pat: fix VM_PAT handling in COW mappings 2024-06-07 15:01:42 +02:00
net net l2tp: drop flow hash on forward 2024-07-05 10:51:51 +02:00
samples
scripts
security
sound ALSA: Fix deadlocks with kctl removals at disconnection 2024-07-05 10:51:50 +02:00
tools selftests/ftrace: Limit length in subsystem-enable tests 2024-06-07 15:01:43 +02:00
ubuntu
usr
virt KVM: async_pf: Cleanup kvm_setup_async_pf() 2024-06-07 15:01:45 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.4.275 2024-06-07 15:01:47 +02:00
README
Ubuntu.md
dropped.txt
snapcraft.yaml

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.