From: Hannes Frederic Sowa <hannes@stressinduktion.org>
To: netdev@vger.kernel.org
Cc: ek@google.com, fgont@si6networks.com, lorenzo@google.com,
hideaki.yoshifuji@miraclelinux.com
Subject: [PATCH net-next v2 0/8] ipv6: RFC7217 stable privacy addresses implementation
Date: Mon, 23 Mar 2015 23:35:58 +0100 [thread overview]
Message-ID: <cover.1427149704.git.hannes@stressinduktion.org> (raw)
Hi all,
this is an implementation of basic support for RFC7217 stable privacy
addresses. Please review and consider for net-next.
Bye and thanks,
Hannes
v2:
* Correct references to RFC 7212 -> RFC 7217 in documentation patch (thanks, Eric!)
Hannes Frederic Sowa (8):
lib: EXPORT_SYMBOL sha_init
ipv6: introduce secret_stable to ipv6_devconf
ipv6: generation of stable privacy addresses for link-local and
autoconf
ipv6: introduce IFA_F_STABLE_PRIVACY flag
ipv6: collapse state_lock and lock
ipv6: do retries on stable privacy addresses
ipv6: introduce idgen_delay and idgen_retries knobs
ipv6: add documentation for stable_secret, idgen_delay and
idgen_retries knobs
Documentation/networking/ip-sysctl.txt | 25 +++
include/linux/ipv6.h | 4 +
include/net/if_inet6.h | 4 +-
include/net/netns/ipv6.h | 2 +
include/uapi/linux/if_addr.h | 1 +
include/uapi/linux/if_link.h | 1 +
include/uapi/linux/ipv6.h | 1 +
lib/sha1.c | 1 +
net/ipv6/addrconf.c | 293 ++++++++++++++++++++++++++++++---
net/ipv6/af_inet6.c | 2 +
net/ipv6/sysctl_net_ipv6.c | 16 ++
11 files changed, 321 insertions(+), 29 deletions(-)
--
2.1.0
next reply other threads:[~2015-03-23 22:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 22:35 Hannes Frederic Sowa [this message]
2015-03-23 22:35 ` [PATCH net-next v2 1/8] lib: EXPORT_SYMBOL sha_init Hannes Frederic Sowa
2015-03-23 22:36 ` [PATCH net-next v2 2/8] ipv6: introduce secret_stable to ipv6_devconf Hannes Frederic Sowa
2015-03-23 22:36 ` [PATCH net-next v2 3/8] ipv6: generation of stable privacy addresses for link-local and autoconf Hannes Frederic Sowa
2015-03-23 22:36 ` [PATCH net-next v2 4/8] ipv6: introduce IFA_F_STABLE_PRIVACY flag Hannes Frederic Sowa
2015-03-23 22:36 ` [PATCH net-next v2 5/8] ipv6: collapse state_lock and lock Hannes Frederic Sowa
2015-03-23 22:36 ` [PATCH net-next v2 6/8] ipv6: do retries on stable privacy addresses Hannes Frederic Sowa
2015-03-23 22:36 ` [PATCH net-next v2 7/8] ipv6: introduce idgen_delay and idgen_retries knobs Hannes Frederic Sowa
2015-03-23 22:36 ` [PATCH net-next v2 8/8] ipv6: add documentation for stable_secret, " Hannes Frederic Sowa
2015-03-24 2:15 ` [PATCH net-next v2 0/8] ipv6: RFC7217 stable privacy addresses implementation 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=cover.1427149704.git.hannes@stressinduktion.org \
--to=hannes@stressinduktion.org \
--cc=ek@google.com \
--cc=fgont@si6networks.com \
--cc=hideaki.yoshifuji@miraclelinux.com \
--cc=lorenzo@google.com \
--cc=netdev@vger.kernel.org \
/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).