aboutsummaryrefslogtreecommitdiff
path: root/kernel/nsproxy.c
AgeCommit message (Expand)Author
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-08-30namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski
2013-08-26kernel/nsproxy.c: Improving a snippet of code.Raphael S.Carvalho
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-21kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu
2012-11-20userns: Implement unshare of the user namespaceEric W. Biederman
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman
2012-11-20userns: Allow unprivileged users to create new namespacesEric W. Biederman
2012-11-19vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman
2012-11-19pidns: Support unsharing the pid namespace.Eric W. Biederman
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-19pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-07-20make sure that nsproxy_cache is initialized early enoughAl Viro
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano
2011-05-10ns: Introduce the setns syscallEric W. Biederman
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn
2011-03-23userns: allow sethostname in a containerSerge E. Hallyn
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12nsproxy: remove INIT_NSPROXY()Alexey Dobriyan
2009-06-18nsproxy: extract create_nsproxy()Alexey Dobriyan
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn
2008-04-29ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov
2007-10-19pid namespaces: allow cloning of new namespacePavel Emelyanov
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov
2007-10-19pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu
2007-10-19cgroups: implement namespace tracking subsystemSerge E. Hallyn
2007-10-17Use KMEM_CACHE macro to create the nsproxy cachePavel Emelyanov
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater
2007-07-16fix create_new_namespaces() return valueCedric Le Goater
2007-07-16user namespace: add unshareSerge E. Hallyn
2007-07-16user namespace: add the frameworkCedric Le Goater
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater
2007-06-24fix refcounting of nsproxy object when unsharedCedric Le Goater
2007-05-08Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty
2007-01-30Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds
2007-01-30[PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn