[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1402417153-2551-1-git-send-email-milos.vyletel@gmail.com>
Date: Tue, 10 Jun 2014 12:19:08 -0400
From: Milos Vyletel <milos.vyletel@...il.com>
To: davem@...emloft.net, amwang@...hat.com, netdev@...r.kernel.org
Subject: [patch net-next 0/5] ipv6: change sysctl to behave more like in ipv4
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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists