[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231022202519.659526-1-pablo@netfilter.org>
Date: Sun, 22 Oct 2023 22:25:16 +0200
From: Pablo Neira Ayuso <pablo@...filter.org>
To: netdev@...r.kernel.org
Cc: osmocom-net-gprs@...ts.osmocom.org,
davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
laforge@...ocom.org,
laforge@...monks.org
Subject: [PATCH net 0/2] GTP tunnel driver fixes
Hi,
The following patchset contains two fixes for the GTP tunnel driver:
1) Incorrect GTPA_MAX definition in UAPI headers. This is updating an
existing UAPI definition but for a good reason, this is certainly
broken. Similar fixes for incorrect _MAX definition in netlink
headers were applied in the past too.
2) Fix GTP driver PMTU with GRO packets, add missing call to
skb_gso_validate_network_len() to handle GRO packets.
Please apply, Thanks.
Pablo Neira Ayuso (2):
gtp: uapi: fix GTPA_MAX
gtp: fix fragmentation needed check with gso
drivers/net/gtp.c | 5 +++--
include/uapi/linux/gtp.h | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
--
2.30.2
Powered by blists - more mailing lists