summaryrefslogtreecommitdiff
path: root/ipc/namespace.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-16
|\
| * copy address of proc_ns_ops into ns_commonAl Viro2014-12-04
| * new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-04
| * make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-04
| * switch the rest of proc_ns_operations to working with &...->nsAl Viro2014-12-04
| * common object embedded into various struct ....nsAl Viro2014-12-04
* | ipc/msg: increase MSGMNI, remove scalingManfred Spraul2014-12-13
|/
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-29
* ipc: drop ipc_lock_by_ptrDavidlohr Bueso2013-09-11
* ipc: rename ids->rw_mutexDavidlohr Bueso2013-09-11
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-30
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-01
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-14
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-20
* userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman2012-11-20
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-20
* userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman2012-04-07
* ns proc: Add support for the ipc namespaceEric W. Biederman2011-05-10
* ipcns: fix use after free in free_ipc_ns()Xiaotian Feng2011-03-25
* userns: user namespaces: convert several capable() callsSerge E. Hallyn2011-03-23
* userns: add a user namespace owner of ipc nsSerge E. Hallyn2011-03-23
* ipcns: make free_ipc_ns() staticAlexey Dobriyan2009-06-18
* ipcns: extract create_ipc_ns()Alexey Dobriyan2009-06-18
* ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan2009-06-18
* namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn2009-04-07
* namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn2009-04-07
* ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey2008-04-29
* ipc: recompute msgmni on memory add / removeNadia Derbey2008-04-29
* ipc: scale msgmni to the number of ipc namespacesNadia Derbey2008-04-29
* IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer2008-02-08
* IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer2008-02-08
* namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov2008-02-08