From: Thomas Haller <thaller@redhat.com>
To: David Miller <davem@davemloft.net>
Cc: hannes@stressinduktion.org, jiri@resnulli.us,
netdev@vger.kernel.org, stephen@networkplumber.org,
dcbw@redhat.com, Thomas Haller <thaller@redhat.com>
Subject: [PATCH v5 0/2] ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes
Date: Wed, 15 Jan 2014 15:36:57 +0100 [thread overview]
Message-ID: <1389796619-13440-1-git-send-email-thaller@redhat.com> (raw)
In-Reply-To: <20140110.181030.2081631538801450145.davem@davemloft.net>
v1 -> v2: add a second commit, handling NOPREFIXROUTE in ip6_del_addr.
v2 -> v3: reword commit messages, code comments and some refactoring.
v3 -> v4: refactor, rename variables, add enum
v4 -> v5: rebase, so that patch applies cleanly to current net-next/master
Thomas Haller (2):
ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of
IP6 routes
ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE
include/uapi/linux/if_addr.h | 1 +
net/ipv6/addrconf.c | 203 ++++++++++++++++++++++++++-----------------
2 files changed, 123 insertions(+), 81 deletions(-)
--
1.8.4.2
next prev parent reply other threads:[~2014-01-15 14:37 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-08 0:41 [PATCH v3 0/2] ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes Thomas Haller
2014-01-08 0:41 ` [PATCH v3 1/2] " Thomas Haller
2014-01-08 0:41 ` [PATCH v3 2/2] ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE Thomas Haller
2014-01-08 20:00 ` Hannes Frederic Sowa
2014-01-09 0:30 ` [PATCH v4 0/2] ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes Thomas Haller
2014-01-09 0:30 ` [PATCH v4 1/2] " Thomas Haller
2014-01-10 3:56 ` Hannes Frederic Sowa
2014-01-09 0:30 ` [PATCH v4 2/2] ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE Thomas Haller
2014-01-10 4:12 ` Hannes Frederic Sowa
2014-01-10 23:10 ` [PATCH v4 0/2] ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes David Miller
2014-01-13 15:31 ` Jiri Pirko
2014-01-15 21:53 ` David Miller
2014-01-16 13:38 ` Hannes Frederic Sowa
2014-01-16 19:53 ` David Miller
2014-01-15 14:36 ` Thomas Haller [this message]
2014-01-15 14:36 ` [PATCH v5 1/2] " Thomas Haller
2014-01-15 14:36 ` [PATCH v5 2/2] ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE Thomas Haller
2014-01-15 14:43 ` [PATCH v5 0/2] ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes Hannes Frederic Sowa
2014-01-15 14:58 ` Thomas Haller
2014-01-16 1:01 ` 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=1389796619-13440-1-git-send-email-thaller@redhat.com \
--to=thaller@redhat.com \
--cc=davem@davemloft.net \
--cc=dcbw@redhat.com \
--cc=hannes@stressinduktion.org \
--cc=jiri@resnulli.us \
--cc=netdev@vger.kernel.org \
--cc=stephen@networkplumber.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).