From: Eric W. Biederman Date: Fri, 30 Nov 2007 12:55:42 +0000 (+1100) Subject: [NET]: Implement the per network namespace sysctl infrastructure X-Git-Tag: v2.6.25-rc1~1162^2~1316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95bdfccb2bf4ea21c0065772c6a2c75cbaf6ad0d;p=pandora-kernel.git [NET]: Implement the per network namespace sysctl infrastructure The user interface is: register_net_sysctl_table and unregister_net_sysctl_table. Very much like the current interface except there is a network namespace parameter. With this any sysctl registered with register_net_sysctl_table will only show up to tasks in the same network namespace. All other sysctls continue to be globally visible. Signed-off-by: Eric W. Biederman Cc: Serge Hallyn Cc: Daniel Lezcano Cc: Cedric Le Goater Cc: Pavel Emelyanov Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed