Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Wed, 8 Jul 2026 12:22:44 +0800 you wrote:
GTPv1-U packets may carry a chain of extension headers before the inner IP packet. The receive path already parses and skips these extension headers, but it currently reads the inner protocol before doing so.
As a result, the first extension header byte is interpreted as the inner IP version. Packets with extension headers are then dropped before PDP lookup.
[...]
Here is the summary with links: - [net,v3] gtp: parse extension headers before reading inner protocol https://git.kernel.org/netdev/net/c/96e37e2f618e
You are awesome, thank you!