mbox series

[net-next,0/6] seg6: Segment routing fixes

Message ID 1559253021-16772-1-git-send-email-tom@quantonium.net
Headers show
Series seg6: Segment routing fixes | expand

Message

Tom Herbert May 30, 2019, 9:50 p.m. UTC
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(-)