1. aba3566 ipcns: Add a limit on the number of ipc namespaces by Eric W. Biederman · 8 years ago
  2. 3bd080e ipc: delete "nr_ipc_ns" by Alexey Dobriyan · 8 years ago
  3. b236017 ipc: Initialize ipc_namespace->user_ns early. by Eric W. Biederman · 8 years ago
  4. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  5. 0050ee0 ipc/msg: increase MSGMNI, remove scaling by Manfred Spraul · 10 years ago
  6. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  7. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  8. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  9. 3c04118 switch the rest of proc_ns_operations to working with &...->ns by Al Viro · 10 years ago
  10. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  11. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  12. 32a2750 ipc: drop ipc_lock_by_ptr by Davidlohr Bueso · 11 years ago
  13. d9a605e ipc: rename ids->rw_mutex by Davidlohr Bueso · 11 years ago
  14. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 11 years ago
  15. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  16. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  17. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  18. bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 12 years ago
  19. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  20. c4a4d60 userns: Use cred->user_ns instead of cred->user->user_ns by Eric W. Biederman · 13 years ago
  21. a00eaf1 ns proc: Add support for the ipc namespace by Eric W. Biederman · 14 years ago
  22. be4d250 ipcns: fix use after free in free_ipc_ns() by Xiaotian Feng · 13 years ago
  23. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  24. b515498 userns: add a user namespace owner of ipc ns by Serge E. Hallyn · 13 years ago
  25. b4188de ipcns: make free_ipc_ns() static by Alexey Dobriyan · 15 years ago
  26. 612ce47 ipcns: extract create_ipc_ns() by Alexey Dobriyan · 15 years ago
  27. 6442428 ipcns: remove useless get/put while CLONE_NEWIPC by Alexey Dobriyan · 15 years ago
  28. 7eafd7c namespaces: ipc namespaces: implement support for posix msqueues by Serge E. Hallyn · 15 years ago
  29. 614b84c namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespace by Serge E. Hallyn · 15 years ago
  30. e2c284d ipc: recompute msgmni on ipc namespace creation/removal by Nadia Derbey · 16 years ago
  31. b6b337a ipc: recompute msgmni on memory add / remove by Nadia Derbey · 16 years ago
  32. 4d89dc6 ipc: scale msgmni to the number of ipc namespaces by Nadia Derbey · 16 years ago
  33. 01b8b07 IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns() by Pierre Peiffer · 16 years ago
  34. ed2ddbf IPC: make struct ipc_ids static in ipc_namespace by Pierre Peiffer · 16 years ago
  35. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago