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)
commit0a6d10dbe903bf5d965357c2900530787c89bbaf
treef1f3b7615bf5db88cb29c5e9d89161717415d06f
parent3167fe98ce88ba617300443b54f45549b39417c5
parentfd2d5356d90211f98ea3624263e37c4142b41edd
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>