From: Roopa Prabhu <redacted>
This series fixes a few issues around mtu and fragmentation
for tunnels using lwtunnel output redirect and also fixes
a few gso issues recently reported by Lennert Buytenhek.
David Ahern (2):
net: mpls fixes for GSO
net: veth: set features for MPLS
Roopa Prabhu (1):
lwtunnel: xmit redirect
drivers/net/veth.c | 1 +
include/net/lwtunnel.h | 44 ++++++++++++++++++++++++++++++++++++++++++++
net/core/lwtunnel.c | 35 +++++++++++++++++++++++++++++++++++
net/ipv4/ip_output.c | 8 ++++++++
net/ipv4/route.c | 4 +++-
net/ipv6/ip6_output.c | 8 ++++++++
net/ipv6/route.c | 4 +++-
net/mpls/mpls_gso.c | 24 ++++++++++++++++--------
net/mpls/mpls_iptunnel.c | 16 ++++++++++++----
9 files changed, 130 insertions(+), 14 deletions(-)
--
1.9.1