All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute 0/5] iproute: ila and fou additions
@ 2016-07-14 19:22 Tom Herbert
  2016-07-14 19:22 ` [PATCH iproute 1/5] ila: Support for checksum neutral translation Tom Herbert
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tom Herbert @ 2016-07-14 19:22 UTC (permalink / raw)
  To: davem, netdev, shemming; +Cc: kernel-team, haoxuany, Tom Herbert

Patch set includes:

- Allow configuring checksum mode for ila LWT (e.g. configure
  checksum neutral
- Configuration for performing ila translations using netfilter hook
- fou encapsulation for ip6tnl and gre6
- fou listener for IPv6

*** SUBJECT HERE ***

*** BLURB HERE ***

Tom Herbert (5):
  ila: Support for checksum neutral translation
  ila: Support for configuring ila to use netfilter hook
  ip6tnl: Support for fou encapsulation
  gre6: Support for fou encapsulation
  fou: Allowing configuring IPv6 listener

 ip/Makefile           |   2 +-
 ip/ip.c               |   3 +-
 ip/ip_common.h        |   1 +
 ip/ipfou.c            |   8 +-
 ip/ipila.c            | 259 ++++++++++++++++++++++++++++++++++++++++++++++++++
 ip/iproute_lwtunnel.c |  57 ++++++++++-
 ip/link_gre6.c        | 101 ++++++++++++++++++++
 ip/link_ip6tnl.c      |  92 +++++++++++++++++-
 8 files changed, 516 insertions(+), 7 deletions(-)
 create mode 100644 ip/ipila.c

-- 
2.8.0.rc2

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

end of thread, other threads:[~2016-07-15 18:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14 19:22 [PATCH iproute 0/5] iproute: ila and fou additions Tom Herbert
2016-07-14 19:22 ` [PATCH iproute 1/5] ila: Support for checksum neutral translation Tom Herbert
2016-07-14 19:22 ` [PATCH iproute 2/5] ila: Support for configuring ila to use netfilter hook Tom Herbert
2016-07-14 19:22 ` [PATCH iproute 3/5] ip6tnl: Support for fou encapsulation Tom Herbert
2016-07-14 19:22 ` [PATCH iproute 4/5] gre6: " Tom Herbert
2016-07-14 19:22 ` [PATCH iproute 5/5] fou: Allowing configuring IPv6 listener Tom Herbert
2016-07-15 18:23 ` [PATCH iproute 0/5] iproute: ila and fou additions Stephen Hemminger

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.