From: Alexei Starovoitov <ast@fb•com>
To: "David S . Miller" <davem@davemloft•net>
Cc: Daniel Borkmann <daniel@iogearbox•net>,
Thomas Graf <tgraf@suug•ch>, <netdev@vger•kernel.org>,
<kernel-team@fb•com>
Subject: [PATCH net-next 0/4] ip_tunnel: add collect_md mode to IPv4/IPv6 tunnels
Date: Thu, 15 Sep 2016 13:00:28 -0700 [thread overview]
Message-ID: <1473969632-2408261-1-git-send-email-ast@fb.com> (raw)
Similar to geneve, vxlan, gre tunnels implement 'collect metadata' mode
in ipip, ipip6, ip6ip6 tunnels.
Alexei Starovoitov (4):
ip_tunnel: add collect_md mode to IPIP tunnel
ip6_tunnel: add collect_md mode to IPv6 tunnels
samples/bpf: extend test_tunnel_bpf.sh with IPIP test
samples/bpf: add comprehensive ipip, ipip6, ip6ip6 test
include/net/ip6_tunnel.h | 1 +
include/net/ip_tunnels.h | 2 +
include/uapi/linux/if_tunnel.h | 1 +
net/ipv4/ip_tunnel.c | 76 +++++++++++++++++
net/ipv4/ipip.c | 35 ++++++--
net/ipv6/ip6_tunnel.c | 178 ++++++++++++++++++++++++++++----------
samples/bpf/tcbpf2_kern.c | 190 +++++++++++++++++++++++++++++++++++++++++
samples/bpf/test_ipip.sh | 178 ++++++++++++++++++++++++++++++++++++++
samples/bpf/test_tunnel_bpf.sh | 56 ++++++++++--
9 files changed, 658 insertions(+), 59 deletions(-)
create mode 100755 samples/bpf/test_ipip.sh
--
2.8.0
next reply other threads:[~2016-09-15 20:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-15 20:00 Alexei Starovoitov [this message]
2016-09-15 20:00 ` [PATCH net-next 1/4] ip_tunnel: add collect_md mode to IPIP tunnel Alexei Starovoitov
2016-09-15 20:00 ` [PATCH net-next 2/4] ip6_tunnel: add collect_md mode to IPv6 tunnels Alexei Starovoitov
2016-09-15 20:00 ` [PATCH net-next 3/4] samples/bpf: extend test_tunnel_bpf.sh with IPIP test Alexei Starovoitov
2016-09-16 5:16 ` William Tu
2016-09-16 7:22 ` Daniel Borkmann
2016-09-15 20:00 ` [PATCH net-next 4/4] samples/bpf: add comprehensive ipip, ipip6, ip6ip6 test Alexei Starovoitov
2016-09-17 14:13 ` [PATCH net-next 0/4] ip_tunnel: add collect_md mode to IPv4/IPv6 tunnels David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1473969632-2408261-1-git-send-email-ast@fb.com \
--to=ast@fb$(echo .)com \
--cc=daniel@iogearbox$(echo .)net \
--cc=davem@davemloft$(echo .)net \
--cc=kernel-team@fb$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=tgraf@suug$(echo .)ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox