From: Milos Vyletel <milos.vyletel@gmail.com>
To: davem@davemloft.net, amwang@redhat.com, netdev@vger.kernel.org
Subject: [patch net-next 0/5] ipv6: change sysctl to behave more like in ipv4
Date: Tue, 10 Jun 2014 12:19:08 -0400 [thread overview]
Message-ID: <1402417153-2551-1-git-send-email-milos.vyletel@gmail.com> (raw)
This patch series changes how we treat net.sysctl.conf.all settings in a same
way it is done in ipv4. It is followup to my original patch submission at
http://patchwork.ozlabs.org/patch/350346/ where Cong and David suggested that
it should mimic IPv4 behaviour.
Furthermore code was aligned to look more like ipv4 does to make the
maintanance easier. List of patches and diffstat is below. Hopefully they are
not too long. If that's the case I can split them some more.
ipv6: align sysctl table creation code with ipv4
ipv6: rename DEVCONF* to IPV6_DEVCONF* to align
ipv6: consider net.ipv6.conf.all sysctls when
Documentation: update ipv6 part of
ipv6: copy default config values to interfaces
Documentation/networking/ip-sysctl.txt | 48 ++-
drivers/net/usb/cdc_mbim.c | 2 +-
drivers/net/vxlan.c | 2 +-
include/linux/ipv6.h | 44 +--
include/net/addrconf.h | 4 +-
include/net/ipv6.h | 98 ++++-
include/uapi/linux/ipv6.h | 68 ++--
net/ipv6/addrconf.c | 666 ++++++++++++---------------------
net/ipv6/anycast.c | 4 +-
net/ipv6/exthdrs.c | 8 +-
net/ipv6/ip6_input.c | 4 +-
net/ipv6/ip6_output.c | 9 +-
net/ipv6/ip6mr.c | 8 +-
net/ipv6/ipv6_sockglue.c | 2 +-
net/ipv6/mcast.c | 31 +-
net/ipv6/ndisc.c | 41 +-
net/ipv6/output_core.c | 4 +-
net/ipv6/route.c | 13 +-
18 files changed, 472 insertions(+), 584 deletions(-)
next reply other threads:[~2014-06-10 16:19 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 16:19 Milos Vyletel [this message]
2014-06-10 16:19 ` [patch net-next 1/5] ipv6: align sysctl table creation code with ipv4 Milos Vyletel
2014-06-10 16:19 ` [patch net-next 2/5] ipv6: rename DEVCONF* to IPV6_DEVCONF* to align " Milos Vyletel
2014-06-10 16:19 ` [patch net-next 3/5] ipv6: consider net.ipv6.conf.all sysctls when making decisions Milos Vyletel
2014-06-10 17:13 ` Stephen Hemminger
2014-06-10 17:49 ` Milos Vyletel
2014-06-11 22:32 ` David Miller
2014-06-12 15:07 ` Milos Vyletel
2014-06-10 17:15 ` Florent Fourcot
2014-06-10 17:42 ` Milos Vyletel
2014-06-10 16:19 ` [patch net-next 4/5] Documentation: update ipv6 part of networking/ip-sysctl.txt Milos Vyletel
2014-06-10 16:19 ` [patch net-next 5/5] ipv6: copy default config values to interfaces Milos Vyletel
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=1402417153-2551-1-git-send-email-milos.vyletel@gmail.com \
--to=milos.vyletel@gmail.com \
--cc=amwang@redhat.com \
--cc=davem@davemloft.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.