Merge branch 'igmp-ns'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 14:59:28 +0000 (09:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2016 14:59:28 +0000 (09:59 -0500)
commit65411adba3bdba1eaa5588c7d78912fbc7194a83
treefa4c839967abaa416200972e9049b6057b3814de
parent1e2a8868e0541b7d8870781b714d74ac7cad9a6a
parent165094afcee79e4d5b6e94032a5d3be157460b4a
Merge branch 'igmp-ns'

Nikolay Borisov says:

====================
Make igmp sysctl knobs namespace aware

This series continue making more of the net related sysctls
namespace aware. The first 2 and last patches are straight
forward and convert sysctls which weren't defined to be
namespace aware. The only thing in them is that each removes
a define which is used in only one place (to initialise
the respective sysctl) so I don't think this is a huge loss.

The third patch however, converts igmp_llm_reports which was
already defined in the ipv4_net_table but wasn't using any of
the net namespace infrastructure.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>