1. a79a908 cgroup: introduce cgroup namespaces by Aditya Kali · 8 years ago
  2. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  3. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  4. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 10 years ago
  5. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  6. dbef0c1 namespaces: Simplify copy_namespaces so it is clear what is going on. by Eric W. Biederman · 11 years ago
  7. c2b1df2 Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children by Andy Lutomirski · 11 years ago
  8. 21e8519 kernel/nsproxy.c: Improving a snippet of code. by Raphael S.Carvalho · 11 years ago
  9. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 11 years ago
  10. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  11. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  12. d7d48f6 kernel/nsproxy.c: remove duplicate task_cred_xxx for user_ns by Yuanhan Liu · 11 years ago
  13. b2e0d987 userns: Implement unshare of the user namespace by Eric W. Biederman · 12 years ago
  14. bcf58e7 userns: Make create_new_namespaces take a user_ns parameter by Eric W. Biederman · 12 years ago
  15. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  16. b33c77e userns: Allow unprivileged users to create new namespaces by Eric W. Biederman · 12 years ago
  17. 771b137 vfs: Add a user namespace reference from struct mnt_namespace by Eric W. Biederman · 12 years ago
  18. 50804fe pidns: Support unsharing the pid namespace. by Eric W. Biederman · 14 years ago
  19. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 14 years ago
  20. 49f4d8b pidns: Capture the user namespace and filter ns_last_pid by Eric W. Biederman · 12 years ago
  21. 038e733 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  22. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  23. 6657719 make sure that nsproxy_cache is initialized early enough by Al Viro · 13 years ago
  24. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 13 years ago
  25. 0663c6f ns: Introduce the setns syscall by Eric W. Biederman · 14 years ago
  26. b0e7759 userns: user namespaces: convert several capable() calls by Serge E. Hallyn · 13 years ago
  27. b515498 userns: add a user namespace owner of ipc ns by Serge E. Hallyn · 13 years ago
  28. bb96a6f userns: allow sethostname in a container by Serge E. Hallyn · 13 years ago
  29. 59607db userns: add a user_namespace as creator/owner of uts_namespace by Serge E. Hallyn · 13 years ago
  30. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  31. 8467005 nsproxy: remove INIT_NSPROXY() by Alexey Dobriyan · 14 years ago
  32. 90af90d nsproxy: extract create_nsproxy() by Alexey Dobriyan · 15 years ago
  33. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
  34. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  35. e885dcd cgroup_clone: use pid of newly created task for new cgroup by Serge E. Hallyn · 16 years ago
  36. 02fdb36 ipc: sysvsem: refuse clone(CLONE_SYSVSEM|CLONE_NEWIPC) by Serge E. Hallyn · 16 years ago
  37. ae5e1b2 namespaces: move the IPC namespace under IPC_NS option by Pavel Emelyanov · 16 years ago
  38. 30e49c2 pid namespaces: allow cloning of new namespace by Pavel Emelyanov · 17 years ago
  39. cf7b708 Make access to task's nsproxy lighter by Pavel Emelyanov · 17 years ago
  40. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  41. 858d72e cgroups: implement namespace tracking subsystem by Serge E. Hallyn · 17 years ago
  42. db8906d Use KMEM_CACHE macro to create the nsproxy cache by Pavel Emelyanov · 17 years ago
  43. 9dd776b [NET]: Add network namespace clone & unshare support. by Eric W. Biederman · 17 years ago
  44. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  45. 213dd26 namespace: ensure clone_flags are always stored in an unsigned long by Eric W. Biederman · 17 years ago
  46. 98c0d07 add a kmem_cache for nsproxy objects by Cedric Le Goater · 17 years ago
  47. 467e9f4 fix create_new_namespaces() return value by Cedric Le Goater · 17 years ago
  48. 77ec739 user namespace: add unshare by Serge E. Hallyn · 17 years ago
  49. acce292 user namespace: add the framework by Cedric Le Goater · 17 years ago
  50. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  51. 4e71e474 fix refcounting of nsproxy object when unshared by Cedric Le Goater · 17 years ago
  52. e3222c4 Merge sys_clone()/sys_unshare() nsproxy and namespace handling by Badari Pulavarty · 17 years ago
  53. 444f378 Revert "[PATCH] namespaces: fix exit race by splitting exit" by Linus Torvalds · 17 years ago
  54. 7a238fc [PATCH] namespaces: fix exit race by splitting exit by Serge E. Hallyn · 17 years ago
  55. 5f8442e [PATCH] Revert "[PATCH] identifier to nsproxy" by Eric W. Biederman · 17 years ago
  56. 9a575a9 [PATCH] to nsproxy by Cedric Le Goater · 17 years ago
  57. 373beb3 [PATCH] identifier to nsproxy by Cedric Le Goater · 17 years ago
  58. 6b3286e [PATCH] rename struct namespace to struct mnt_namespace by Kirill Korotaev · 17 years ago
  59. e05d722 [PATCH] kernel/nsproxy.c: use kmemdup() by Alexey Dobriyan · 18 years ago
  60. 5d124e9 [PATCH] nsproxy cloning error path fix by Pavel · 18 years ago
  61. 25b21cb [PATCH] IPC namespace core by Kirill Korotaev · 18 years ago
  62. 071df10 [PATCH] namespaces: utsname: implement CLONE_NEWUTS flag by Serge E. Hallyn · 18 years ago
  63. 4865ecf [PATCH] namespaces: utsname: implement utsname namespaces by Serge E. Hallyn · 18 years ago
  64. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  65. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
  66. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago