From: David S. Miller Date: Thu, 11 Feb 2016 14:59:28 +0000 (-0500) Subject: Merge branch 'igmp-ns' X-Git-Tag: v4.14-rc1~3609^2~279 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=65411adba3bdba1eaa5588c7d78912fbc7194a83;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 65411adba3bdba1eaa5588c7d78912fbc7194a83