]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pernet_sysctls'
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:43:46 +0000 (18:43 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Oct 2013 22:43:46 +0000 (18:43 -0400)
commit727fa47b3ef0a18e893c997aa6a59a6c370d7cc4
treef1f3b7615bf5db88cb29c5e9d89161717415d06f
parentcf5977a86ffe2057fcfc5436b85de7616ce62c84
parentda73736190bd54a8a912b21dcd509c30d118cfde
Merge branch 'pernet_sysctls'

Eric W. Biederman says:

====================
ipv4: tcp_memcontrol and userns sysctls

While looking into allowing the ipv4 sysctls to be used in a network
namespace I stumbled upon the mess that is tcp_memcontrol.

I remove the dead code, broken code, and excessive abstraction in the
tcp_memcontrols then I clean up up and allow in the user namespace the
per net ipv4 sysctls.
====================

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