summaryrefslogtreecommitdiffstats
path: root/kernel/utsname.c
Commit message (Expand)AuthorAgeFilesLines
* copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-0/+2
* new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-2/+2
* make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3
* switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-041-6/+9
* common object embedded into various struct ....nsAl Viro2014-12-041-3/+3
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-3/+3
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-301-1/+1
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-1/+1
* kernel/utsname.c: fix wrong comment about clone_uts_ns()Yuanhan Liu2013-02-271-1/+1
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-141-1/+2
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-1/+16
* userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-201-5/+4
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-201-1/+6
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-071-1/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* ns proc: Add support for the uts namespaceEric W. Biederman2011-05-101-0/+39
* userns: allow sethostname in a containerSerge E. Hallyn2011-03-231-5/+7
* userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn2011-03-231-0/+4
* utsns: extract creeate_uts_ns()Alexey Dobriyan2009-06-181-2/+11
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* kernel: explicitly include required header files under kernel/Robert P. J. Day2008-04-291-0/+1
* Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan2007-09-191-0/+2
* namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman2007-07-161-1/+1
* fix create_new_namespaces() return valueCedric Le Goater2007-07-161-4/+6
* Merge sys_clone()/sys_unshare() nsproxy and namespace handlingBadari Pulavarty2007-05-081-37/+4
* [PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn2006-10-021-0/+53
* [PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn2006-10-021-0/+42