aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/nsproxy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman1-4/+4
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman1-9/+13
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman1-3/+0
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman1-2/+3
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman1-1/+1
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman1-1/+1
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman1-1/+1
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro1-3/+1
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-4/+0
2011-05-10ns: Introduce the setns syscallEric W. Biederman1-0/+42
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn1-6/+1
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn1-0/+5
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn1-6/+1
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan1-1/+12
2009-06-18nsproxy: extract create_nsproxy()Alexey Dobriyan1-12/+7
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn1-13/+2
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn1-7/+1
2008-04-29ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn1-0/+12
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov1-0/+1
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov1-1/+2
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov1-13/+27
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu1-1/+1
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn1-1/+16
2007-10-17Use KMEM_CACHE macro to create the nsproxy cachePavel Emelyanov1-2/+1
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman1-2/+13
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman1-3/+3
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater1-4/+17
2007-07-16fix create_new_namespaces() return valueCedric Le Goater1-6/+17
2007-07-16user namespace: add unshareSerge E. Hallyn1-2/+3
2007-07-16user namespace: add the frameworkCedric Le Goater1-0/+9
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater1-10/+0
2007-06-24fix refcounting of nsproxy object when unsharedCedric Le Goater1-8/+2
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty1-53/+86
2007-01-30Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds1-15/+1
2007-01-30[PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn1-1/+15
2006-12-13[PATCH] Revert "[PATCH] identifier to nsproxy"Eric W. Biederman1-3/+1
2006-12-08[PATCH] to nsproxyCedric Le Goater1-7/+19
2006-12-08[PATCH] identifier to nsproxyCedric Le Goater1-1/+3
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-8/+8
2006-10-20[PATCH] kernel/nsproxy.c: use kmemdup()Alexey Dobriyan1-4/+2
2006-10-02[PATCH] nsproxy cloning error path fixPavel1-1/+1
2006-10-02[PATCH] IPC namespace coreKirill Korotaev1-13/+28
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn1-1/+1