[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210203070805.281321-1-jonas@norrbonn.se>
Date: Wed, 3 Feb 2021 08:07:58 +0100
From: Jonas Bonn <jonas@...rbonn.se>
To: laforge@...monks.org, kuba@...nel.org, netdev@...r.kernel.org,
pablo@...filter.org
Cc: Jonas Bonn <jonas@...rbonn.se>
Subject: [PATCH net-next v2 0/7] GTP
There's ongoing work in this driver to provide support for IPv6, GRO,
GSO, and "collect metadata" mode operation. In order to facilitate this
work going forward, this short series accumulates already ACK:ed patches
that are ready for the next merge window.
All of these patches should be uncontroversial at this point, including
the first one in the series that reverts a recently added change to
introduce "collect metadata" mode. As that patch produces 'broken'
packets when common GTP headers are in place, it seems better to revert
it and rethink things a bit before inclusion.
Changes in v2:
- fix fallout from "one rebase too many"
/Jonas
Jonas Bonn (7):
Revert "GTP: add support for flow based tunneling API"
gtp: set initial MTU
gtp: include role in link info
gtp: really check namespaces before xmit
gtp: drop unnecessary call to skb_dst_drop
gtp: set device type
gtp: update rx_length_errors for abnormally short packets
drivers/net/gtp.c | 544 +++++++++--------------------
include/uapi/linux/gtp.h | 12 -
include/uapi/linux/if_link.h | 1 -
include/uapi/linux/if_tunnel.h | 1 -
tools/include/uapi/linux/if_link.h | 1 -
5 files changed, 160 insertions(+), 399 deletions(-)
--
2.27.0
Powered by blists - more mailing lists