netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] GTP tunnel driver fixes
@ 2023-10-22 20:25 Pablo Neira Ayuso
  2023-10-22 20:25 ` [PATCH net 1/2] gtp: uapi: fix GTPA_MAX Pablo Neira Ayuso
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pablo Neira Ayuso @ 2023-10-22 20:25 UTC (permalink / raw)
  To: netdev; +Cc: osmocom-net-gprs, davem, kuba, pabeni, edumazet, laforge, laforge

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-24 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-22 20:25 [PATCH net 0/2] GTP tunnel driver fixes Pablo Neira Ayuso
2023-10-22 20:25 ` [PATCH net 1/2] gtp: uapi: fix GTPA_MAX Pablo Neira Ayuso
2023-10-22 20:25 ` [PATCH net 2/2] gtp: fix fragmentation needed check with gso Pablo Neira Ayuso
2023-10-24 10:30 ` [PATCH net 0/2] GTP tunnel driver fixes patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).