Message ID | 20240326113403.397786-1-atenart@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | gro: various fixes related to UDP tunnels | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 26 Mar 2024 12:33:57 +0100 you wrote: > Hello, > > We found issues when a UDP tunnel endpoint is in a different netns than > where UDP GRO happens. This kind of setup is actually quite diverse, > from having one leg of the tunnel on a remove host, to having a tunnel > between netns (eg. being bridged in another one or on the host). In our > case that UDP tunnel was geneve. > > [...] Here is the summary with links: - [net,v4,1/5] udp: do not accept non-tunnel GSO skbs landing in a tunnel https://git.kernel.org/netdev/net/c/3d010c8031e3 - [net,v4,2/5] gro: fix ownership transfer https://git.kernel.org/netdev/net/c/ed4cccef64c1 - [net,v4,3/5] udp: do not transition UDP GRO fraglist partial checksums to unnecessary https://git.kernel.org/netdev/net/c/f0b8c3034556 - [net,v4,4/5] udp: prevent local UDP tunnel packets from being GROed https://git.kernel.org/netdev/net/c/64235eabc4b5 - [net,v4,5/5] selftests: net: gro fwd: update vxlan GRO test expectations https://git.kernel.org/netdev/net/c/0fb101be97ca You are awesome, thank you!