netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] net: updates for IPv6 Segment Routing
@ 2017-08-23 15:31 David Lebrun
  2017-08-23 15:31 ` [PATCH net-next 1/5] ipv6: sr: add support for ip4ip6 encapsulation David Lebrun
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: David Lebrun @ 2017-08-23 15:31 UTC (permalink / raw)
  To: netdev; +Cc: David Lebrun

This patch series provides several updates for the SRv6 implementation. The
first patch leverages the existing infrastructure to support encapsulation
of IPv4 packets. The second patch implements the T.Encaps.L2 SR function,
enabling to encapsulate an L2 Ethernet frame within an IPv6+SRH packet.
The last three patches update the seg6local lightweight tunnel, and mainly
implement four new actions: End.T, End.DX2, End.DX4 and End.DT6.

David Lebrun (5):
  ipv6: sr: add support for ip4ip6 encapsulation
  ipv6: sr: add support for encapsulation of L2 frames
  ipv6: sr: enforce IPv6 packets for seg6local lwt
  ipv6: sr: add helper functions for seg6local
  ipv6: sr: implement additional seg6local actions

 include/net/seg6.h                 |   3 +-
 include/uapi/linux/seg6_iptunnel.h |  19 ++-
 net/ipv6/Kconfig                   |   1 +
 net/ipv6/seg6_iptunnel.c           |  65 ++++++--
 net/ipv6/seg6_local.c              | 314 ++++++++++++++++++++++++++++---------
 5 files changed, 313 insertions(+), 89 deletions(-)

-- 
2.10.2

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

end of thread, other threads:[~2017-08-24 21:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-23 15:31 [PATCH net-next 0/5] net: updates for IPv6 Segment Routing David Lebrun
2017-08-23 15:31 ` [PATCH net-next 1/5] ipv6: sr: add support for ip4ip6 encapsulation David Lebrun
2017-08-23 15:32 ` [PATCH net-next 2/5] ipv6: sr: add support for encapsulation of L2 frames David Lebrun
2017-08-24 21:15   ` David Miller
2017-08-23 15:32 ` [PATCH net-next 3/5] ipv6: sr: enforce IPv6 packets for seg6local lwt David Lebrun
2017-08-23 15:32 ` [PATCH net-next 4/5] ipv6: sr: add helper functions for seg6local David Lebrun
2017-08-23 15:33 ` [PATCH net-next 5/5] ipv6: sr: implement additional seg6local actions David Lebrun

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).