All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next 0/5] ipv6: change sysctl to behave more like in ipv4
@ 2014-06-10 16:19 Milos Vyletel
  2014-06-10 16:19 ` [patch net-next 1/5] ipv6: align sysctl table creation code with ipv4 Milos Vyletel
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Milos Vyletel @ 2014-06-10 16:19 UTC (permalink / raw)
  To: davem, amwang, netdev

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(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-06-12 15:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 16:19 [patch net-next 0/5] ipv6: change sysctl to behave more like in ipv4 Milos Vyletel
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

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.