Re: [PATCH 04/16] net: Add a network namespace parameter to tasks

2007-09-12 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Sat, 08 Sep 2007 15:17:03 -0600 This is the network namespace from which all which all sockets and anything else under user control ultimately get their network namespace parameters. Signed-off-by: Eric W. Biederman [EMAIL PROTECTED]

[PATCH 04/16] net: Add a network namespace parameter to tasks

2007-09-08 Thread Eric W. Biederman
This is the network namespace from which all which all sockets and anything else under user control ultimately get their network namespace parameters. Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] --- include/linux/init_task.h |2 ++ include/linux/nsproxy.h |1 + 2 files changed,