Merge branch 'ip-sysctl-namespaceify'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2016 01:42:55 +0000 (20:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Feb 2016 01:42:55 +0000 (20:42 -0500)
Nikolay Borisov says:

====================
Namespacify various ip sysctl knobs

This series continues namespacifying more net related knobs.
The focus here is on ip options. Patches 1,3,4,5 namespacify
the respective sysctl knobs. Patch 2 moves some igmp code to the
correct file (and function) and also adds some #ifdef guards to
silence compilation warnings.

Finally, patch 5 exposes the ip fragmentation related sysctls
since all of the knobs are namespaced.
====================

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

Trivial merge