All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] lwtunnel, mpls fragmentation and gso fixes
@ 2016-08-11  6:43 Roopa Prabhu
  2016-08-11  6:43 ` [PATCH net-next 1/3] lwtunnel: xmit redirect Roopa Prabhu
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Roopa Prabhu @ 2016-08-11  6:43 UTC (permalink / raw)
  To: davem, netdev
  Cc: dsa, buytenh, ebiederm, rshearma, simon.horman, tom, tgraf,
	olivier.dugeon

From: Roopa Prabhu <roopa@cumulusnetworks.com>

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

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

end of thread, other threads:[~2016-08-11 13:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11  6:43 [PATCH net-next 0/3] lwtunnel, mpls fragmentation and gso fixes Roopa Prabhu
2016-08-11  6:43 ` [PATCH net-next 1/3] lwtunnel: xmit redirect Roopa Prabhu
2016-08-11  7:04   ` kbuild test robot
2016-08-11  7:07   ` kbuild test robot
2016-08-11  6:43 ` [PATCH net-next 2/3] net: mpls fixes for GSO Roopa Prabhu
2016-08-11  7:47   ` Simon Horman
2016-08-11 13:30     ` Simon Horman
2016-08-11 13:47       ` David Ahern
2016-08-11  6:43 ` [PATCH net-next 3/3] net: veth: set features for MPLS Roopa Prabhu
2016-08-11 13:49 ` [PATCH net-next 0/3] lwtunnel, mpls fragmentation and gso fixes Roopa Prabhu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.