]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4675aaf194eaa6df10ade5869d8b58d035dab434
tree1ff97d492bccff41a2171747ec6bba8c298ca03c
parent3e4834613c6af94b193c1e953343cb806225b1b6
parent03a1d758e6708912fc892948177d754fdf49aa77
Merge branch 'ns-tcp-sysctls'

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>