lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 10 Jan 2017 17:41:23 +0100
From:   David Lebrun <david.lebrun@...ouvain.be>
To:     <netdev@...r.kernel.org>
CC:     David Lebrun <david.lebrun@...ouvain.be>
Subject: [PATCH iproute2 0/3] add support for IPv6 Segment Routing

This patch series adds support for the IPv6 Segment Routing implementation in
the Linux kernel. The following features are supported.

* IPv6 SR lightweight tunnels encapsulation ("ip route add ... encap seg6 ...")
* Parsing of routes with a seg6 lwt encap ("ip route show")
* Control of internal SR structures: tunnel source ("ip sr tunsrc") and
  HMAC ("ip sr hmac"). HMAC support enables to map an HMAC Key ID to
  a pair of algorithm + secret.

Signed-off-by: David Lebrun <david.lebrun@...ouvain.be>

David Lebrun (3):
  sr: add header files for SR-IPv6
  ip: add ip sr command to control SR-IPv6 internal structures
  iproute: add support for SR-IPv6 lwtunnel encapsulation

 include/linux/seg6.h          |  54 ++++++++++
 include/linux/seg6_genl.h     |  32 ++++++
 include/linux/seg6_hmac.h     |  21 ++++
 include/linux/seg6_iptunnel.h |  38 +++++++
 ip/Makefile                   |   2 +-
 ip/ip.c                       |   3 +-
 ip/ip_common.h                |   1 +
 ip/iproute.c                  |   6 +-
 ip/iproute_lwtunnel.c         | 160 ++++++++++++++++++++++++++++
 ip/ipseg6.c                   | 238 ++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 551 insertions(+), 4 deletions(-)
 create mode 100644 include/linux/seg6.h
 create mode 100644 include/linux/seg6_genl.h
 create mode 100644 include/linux/seg6_hmac.h
 create mode 100644 include/linux/seg6_iptunnel.h
 create mode 100644 ip/ipseg6.c

-- 
2.7.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ