netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tom Herbert <tom@herbertland.com>
To: davem@davemloft.net, netdev@vger.kernel.org, dlebrun@google.com
Cc: Tom Herbert <tom@quantonium.net>
Subject: [PATCH net-next 0/6] seg6: Segment routing fixes
Date: Thu, 30 May 2019 14:50:15 -0700	[thread overview]
Message-ID: <1559253021-16772-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 definitions
  - Implement a TLV parsing loop
  - Eliminate the HMAC flag
  - Support to rearrange segment routing header for AH ICV
    calculation

Tom Herbert (6):
  seg6: Fix TLV definitions
  seg6: Implement a TLV parsing loop
  seg6: Remove HMAC flag and implement seg6_find_hmac_tlv
  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 |  9 ++---
 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, 134 insertions(+), 63 deletions(-)

-- 
2.7.4


             reply	other threads:[~2019-05-30 21:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30 21:50 Tom Herbert [this message]
2019-05-30 21:50 ` [PATCH net-next 1/6] seg6: Fix TLV definitions Tom Herbert
2019-05-30 22:18   ` David Miller
2019-05-30 23:17     ` Tom Herbert
2019-05-30 21:50 ` [PATCH net-next 2/6] seg6: Implement a TLV parsing loop Tom Herbert
2019-05-30 21:50 ` [PATCH net-next 3/6] seg6: Remove HMAC flag and implement seg6_find_hmac_tlv Tom Herbert
2019-05-30 21:50 ` [PATCH net-next 4/6] ah6: Create function __zero_out_mutable_opts Tom Herbert
2019-05-30 21:50 ` [PATCH net-next 5/6] ah6: Be explicit about which routing types are processed Tom Herbert
2019-05-30 21:50 ` [PATCH net-next 6/6] seg6: Add support to rearrange SRH for AH ICV calculation Tom Herbert
2019-05-31 14:05   ` Ahmed Abdelsalam
2019-05-31 14:47     ` 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=1559253021-16772-1-git-send-email-tom@quantonium.net \
    --to=tom@herbertland.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).