index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
nsproxy.c
Age
Commit message (
Expand
)
Author
2009-06-18
nsproxy: extract create_nsproxy()
Alexey Dobriyan
2008-11-24
User namespaces: set of cleanups (v2)
Serge Hallyn
2008-08-23
removed unused #include <linux/version.h>'s
Adrian Bunk
2008-07-25
cgroup_clone: use pid of newly created task for new cgroup
Serge E. Hallyn
2008-04-29
ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)
Serge E. Hallyn
2008-02-08
namespaces: move the IPC namespace under IPC_NS option
Pavel Emelyanov
2007-10-19
pid namespaces: allow cloning of new namespace
Pavel Emelyanov
2007-10-19
Make access to task's nsproxy lighter
Pavel Emelyanov
2007-10-19
pid namespaces: define and use task_active_pid_ns() wrapper
Sukadev Bhattiprolu
2007-10-19
cgroups: implement namespace tracking subsystem
Serge E. Hallyn
2007-10-17
Use KMEM_CACHE macro to create the nsproxy cache
Pavel Emelyanov
2007-10-10
[NET]: Add network namespace clone & unshare support.
Eric W. Biederman
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-16
namespace: ensure clone_flags are always stored in an unsigned long
Eric W. Biederman
2007-07-16
add a kmem_cache for nsproxy objects
Cedric Le Goater
2007-07-16
fix create_new_namespaces() return value
Cedric Le Goater
2007-07-16
user namespace: add unshare
Serge E. Hallyn
2007-07-16
user namespace: add the framework
Cedric Le Goater
2007-07-16
remove CONFIG_UTS_NS and CONFIG_IPC_NS
Cedric Le Goater
2007-06-24
fix refcounting of nsproxy object when unshared
Cedric Le Goater
2007-05-08
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
Badari Pulavarty
2007-01-30
Revert "[PATCH] namespaces: fix exit race by splitting exit"
Linus Torvalds
2007-01-30
[PATCH] namespaces: fix exit race by splitting exit
Serge E. Hallyn
2006-12-13
[PATCH] Revert "[PATCH] identifier to nsproxy"
Eric W. Biederman
2006-12-08
[PATCH] to nsproxy
Cedric Le Goater
2006-12-08
[PATCH] identifier to nsproxy
Cedric Le Goater
2006-12-08
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
2006-10-20
[PATCH] kernel/nsproxy.c: use kmemdup()
Alexey Dobriyan
2006-10-02
[PATCH] nsproxy cloning error path fix
Pavel
2006-10-02
[PATCH] IPC namespace core
Kirill Korotaev
2006-10-02
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
Serge E. Hallyn
2006-10-02
[PATCH] namespaces: utsname: implement utsname namespaces
Serge E. Hallyn
2006-10-02
[PATCH] namespaces: incorporate fs namespace into nsproxy
Serge E. Hallyn
2006-10-02
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
Serge E. Hallyn
2006-10-02
[PATCH] namespaces: add nsproxy
Serge E. Hallyn