OSDN Git Service

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)
commit7158ce80dd2dfd52e80dbf514c8dbcb75d321377
tree1ff97d492bccff41a2171747ec6bba8c298ca03c
parent9d1eb21b59967b337695ed6df66c6d225e3019e0
parent4979f2d9f7262b9b180bc83de8d70f7a7721c085
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>