From: Tom Herbert <tom@herbertland.com>
To: davem@davemloft.net, netdev@vger.kernel.org, dlebrun@google.com,
ahabdels.dev@gmail.com
Cc: Tom Herbert <tom@quantonium.net>
Subject: [RFC PATCH 0/6] seg6: Segment routing fixes
Date: Fri, 31 May 2019 09:48:34 -0700 [thread overview]
Message-ID: <1559321320-9444-1-git-send-email-tom@quantonium.net> (raw)
A few bug fixes, code clean up, and minor enhancements to segment
routing.
Changes include:
- Fix SRH TLV and flag definitions (some of them are now obsolete)
- Implement a TLV parsing loop
- Add function to parse and return HMAC TLV in an SRH
- Support to rearrange segment routing header for AH ICV
calculation
Set as RFC to let experts on segment routing implemenation evaluate
which of the patches are needed.
Tom Herbert (6):
seg6: Fix TLV definitions
seg6: Implement a TLV parsing loop
seg6: Obsolete unused SRH flags
ah6: Create function __zero_out_mutable_opts
ah6: Be explicit about which routing types are processed.
seg6: Add support to rearrange SRH for AH ICV calculation
include/net/seg6.h | 16 +++++++++
include/uapi/linux/seg6.h | 60 +++++++++++++++++++++++++------
net/ipv6/ah6.c | 90 +++++++++++++++++++++++++++++++++++------------
net/ipv6/exthdrs.c | 2 +-
net/ipv6/seg6.c | 68 +++++++++++++++++++++--------------
net/ipv6/seg6_hmac.c | 8 ++---
net/ipv6/seg6_iptunnel.c | 4 +--
7 files changed, 181 insertions(+), 67 deletions(-)
--
2.7.4
next reply other threads:[~2019-05-31 16:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-31 16:48 Tom Herbert [this message]
2019-05-31 16:48 ` [RFC PATCH 1/6] seg6: Fix TLV definitions Tom Herbert
2019-05-31 16:48 ` [RFC PATCH 2/6] seg6: Implement a TLV parsing loop Tom Herbert
2019-05-31 16:48 ` [RFC PATCH 3/6] seg6: Obsolete unused SRH flags Tom Herbert
2019-05-31 16:48 ` [RFC PATCH 4/6] ah6: Create function __zero_out_mutable_opts Tom Herbert
2019-05-31 16:48 ` [RFC PATCH 5/6] ah6: Be explicit about which routing types are processed Tom Herbert
2019-05-31 16:48 ` [RFC PATCH 6/6] seg6: Add support to rearrange SRH for AH ICV calculation Tom Herbert
2019-05-31 17:07 ` Ahmed Abdelsalam
2019-05-31 17:34 ` Tom Herbert
2019-06-02 9:54 ` Ahmed Abdelsalam
2019-06-02 15:48 ` Tom Herbert
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=1559321320-9444-1-git-send-email-tom@quantonium.net \
--to=tom@herbertland.com \
--cc=ahabdels.dev@gmail.com \
--cc=davem@davemloft.net \
--cc=dlebrun@google.com \
--cc=netdev@vger.kernel.org \
--cc=tom@quantonium.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).