summaryrefslogtreecommitdiffstats
path: root/kernel/nsproxy.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: introduce cgroup namespacesAditya Kali2016-02-161-2/+17
* bury struct proc_ns in fs/procAl Viro2014-12-041-3/+1
* copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-4/+4
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-11/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-24/+12
|\
| * namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman2013-08-301-24/+11
| * kernel/nsproxy.c: Improving a snippet of code.Raphael S.Carvalho2013-08-261-1/+2
* | Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski2013-08-271-13/+14
|/
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | kernel/nsproxy.c: remove duplicate task_cred_xxx for user_nsYuanhan Liu2013-02-211-2/+1
|/
* userns: Implement unshare of the user namespaceEric W. Biederman2012-11-201-4/+4
* userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-201-9/+13
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-201-3/+0
* userns: Allow unprivileged users to create new namespacesEric W. Biederman2012-11-201-2/+3
* vfs: Add a user namespace reference from struct mnt_namespaceEric W. Biederman2012-11-191-1/+1
* pidns: Support unsharing the pid namespace.Eric W. Biederman2012-11-191-1/+1
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* pidns: Capture the user namespace and filter ns_last_pidEric W. Biederman2012-11-191-1/+1
* userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-181-1/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* make sure that nsproxy_cache is initialized early enoughAl Viro2011-07-201-3/+1
* cgroup: remove the ns_cgroupDaniel Lezcano2011-05-261-4/+0
* ns: Introduce the setns syscallEric W. Biederman2011-05-101-0/+42
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-231-6/+1
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-231-0/+5
* userns: allow sethostname in a containerSerge E. Hallyn2011-03-231-6/+1
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-231-0/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* nsproxy: remove INIT_NSPROXY()Alexey Dobriyan2010-03-121-1/+12
* nsproxy: extract create_nsproxy()Alexey Dobriyan2009-06-181-12/+7
* User namespaces: set of cleanups (v2)Serge Hallyn2008-11-241-13/+2
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-251-7/+1
* ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC)Serge E. Hallyn2008-04-291-0/+12
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-081-0/+1
* pid namespaces: allow cloning of new namespacePavel Emelyanov2007-10-191-1/+2
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-13/+27
* pid namespaces: define and use task_active_pid_ns() wrapperSukadev Bhattiprolu2007-10-191-1/+1
* cgroups: implement namespace tracking subsystemSerge E. Hallyn2007-10-191-1/+16
* Use KMEM_CACHE macro to create the nsproxy cachePavel Emelyanov2007-10-171-2/+1
* [NET]: Add network namespace clone & unshare support.Eric W. Biederman2007-10-101-2/+13
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman2007-07-161-3/+3
* add a kmem_cache for nsproxy objectsCedric Le Goater2007-07-161-4/+17
* fix create_new_namespaces() return valueCedric Le Goater2007-07-161-6/+17
* user namespace: add unshareSerge E. Hallyn2007-07-161-2/+3
* user namespace: add the frameworkCedric Le Goater2007-07-161-0/+9
* remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater2007-07-161-10/+0
OpenPOWER on IntegriCloud