Merge branch 'ns-tcp-sysctls'
authorDavid S. Miller <davem@davemloft.net>
Sun, 7 Feb 2016 19:36:21 +0000 (14:36 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Feb 2016 19:36:21 +0000 (14:36 -0500)
Nikolay Borisov says:

====================
Namespaceify more of the tcp sysctl knobs

This patch series continues making more of the tcp-related
sysctl knobs be per net-namespace. Most of these apply per
socket and have global defaults so should be safe and I
don't expect any breakages.

Having those per net-namespace is useful when multiple
containers are hosted and it is required to tune the
tcp settings for each independently of the host node.

I've split the patches to be per-sysctl but after
the review if the outcome is positive I'm happy
to either send it in one big blob or just.
====================

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

Trivial merge