Searched hist:"9 dd776b6d7b0b85966b6ddd03e2b2aae59012ab1" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/ |
H A D | nsproxy.c | diff 9dd776b6d7b0b85966b6ddd03e2b2aae59012ab1 Thu Sep 27 00:04:26 CDT 2007 Eric W. Biederman <ebiederm@xmission.com> [NET]: Add network namespace clone & unshare support.
This patch allows you to create a new network namespace using sys_clone, or sys_unshare.
As the network namespace is still experimental and under development clone and unshare support is only made available when CONFIG_NET_NS is selected at compile time.
As this patch introduces network namespace support into code paths that exist when the CONFIG_NET is not selected there are a few additions made to net_namespace.h to allow a few more functions to be used when the networking stack is not compiled in.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | fork.c | diff 9dd776b6d7b0b85966b6ddd03e2b2aae59012ab1 Thu Sep 27 00:04:26 CDT 2007 Eric W. Biederman <ebiederm@xmission.com> [NET]: Add network namespace clone & unshare support.
This patch allows you to create a new network namespace using sys_clone, or sys_unshare.
As the network namespace is still experimental and under development clone and unshare support is only made available when CONFIG_NET_NS is selected at compile time.
As this patch introduces network namespace support into code paths that exist when the CONFIG_NET is not selected there are a few additions made to net_namespace.h to allow a few more functions to be used when the networking stack is not compiled in.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | net_namespace.c | diff 9dd776b6d7b0b85966b6ddd03e2b2aae59012ab1 Thu Sep 27 00:04:26 CDT 2007 Eric W. Biederman <ebiederm@xmission.com> [NET]: Add network namespace clone & unshare support.
This patch allows you to create a new network namespace using sys_clone, or sys_unshare.
As the network namespace is still experimental and under development clone and unshare support is only made available when CONFIG_NET_NS is selected at compile time.
As this patch introduces network namespace support into code paths that exist when the CONFIG_NET is not selected there are a few additions made to net_namespace.h to allow a few more functions to be used when the networking stack is not compiled in.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | net_namespace.h | diff 9dd776b6d7b0b85966b6ddd03e2b2aae59012ab1 Thu Sep 27 00:04:26 CDT 2007 Eric W. Biederman <ebiederm@xmission.com> [NET]: Add network namespace clone & unshare support.
This patch allows you to create a new network namespace using sys_clone, or sys_unshare.
As the network namespace is still experimental and under development clone and unshare support is only made available when CONFIG_NET_NS is selected at compile time.
As this patch introduces network namespace support into code paths that exist when the CONFIG_NET is not selected there are a few additions made to net_namespace.h to allow a few more functions to be used when the networking stack is not compiled in.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ |
H A D | Kconfig | diff 9dd776b6d7b0b85966b6ddd03e2b2aae59012ab1 Thu Sep 27 00:04:26 CDT 2007 Eric W. Biederman <ebiederm@xmission.com> [NET]: Add network namespace clone & unshare support.
This patch allows you to create a new network namespace using sys_clone, or sys_unshare.
As the network namespace is still experimental and under development clone and unshare support is only made available when CONFIG_NET_NS is selected at compile time.
As this patch introduces network namespace support into code paths that exist when the CONFIG_NET is not selected there are a few additions made to net_namespace.h to allow a few more functions to be used when the networking stack is not compiled in.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | sched.h | diff 9dd776b6d7b0b85966b6ddd03e2b2aae59012ab1 Thu Sep 27 00:04:26 CDT 2007 Eric W. Biederman <ebiederm@xmission.com> [NET]: Add network namespace clone & unshare support.
This patch allows you to create a new network namespace using sys_clone, or sys_unshare.
As the network namespace is still experimental and under development clone and unshare support is only made available when CONFIG_NET_NS is selected at compile time.
As this patch introduces network namespace support into code paths that exist when the CONFIG_NET is not selected there are a few additions made to net_namespace.h to allow a few more functions to be used when the networking stack is not compiled in.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|