1. 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
  2. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  3. 8518e9b net: Add more comments by Kirill Tkhai · 7 years ago
  4. 4420bf2 net: Rename net_sem to pernet_ops_rwsem by Kirill Tkhai · 7 years ago
  5. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  6. 094374e net: Reflect all pernet_operations are converted by Kirill Tkhai · 7 years ago
  7. d9ff304 net: Replace ip_ra_lock with per-net mutex by Kirill Tkhai · 7 years ago
  8. 30855ff net: Make account struct net to memcg by Kirill Tkhai · 7 years ago
  9. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  10. 8349efd net: Queue net_cleanup_work only if there is first net added by Kirill Tkhai · 7 years ago
  11. 65b7b5b net: Make cleanup_list and net::cleanup_list of llist type by Kirill Tkhai · 7 years ago
  12. 19efbd9 net: Kill net_mutex by Kirill Tkhai · 7 years ago
  13. ff291d0 net: Convert net_defaults_ops by Kirill Tkhai · 7 years ago
  14. 3fc3b82 net: Convert net_ns_ops methods by Kirill Tkhai · 7 years ago
  15. 447cd7a net: Allow pernet_operations to be executed in parallel by Kirill Tkhai · 7 years ago
  16. bcab1dd net: Move mutex_unlock() in cleanup_net() up by Kirill Tkhai · 7 years ago
  17. 1a57feb net: Introduce net_sem for protection of pernet_list by Kirill Tkhai · 7 years ago
  18. 5ba049a net: Cleanup in copy_net_ns() by Kirill Tkhai · 7 years ago
  19. 98f6c53 net: Assign net to net_namespace_list in setup_net() by Kirill Tkhai · 7 years ago
  20. fb07a82 net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme by Kirill Tkhai · 7 years ago
  21. 4215727 net: Remove spinlock from get_net_ns_by_id() by Kirill Tkhai · 7 years ago
  22. 0c06bea net: Fix possible race in peernet2id_alloc() by Kirill Tkhai · 7 years ago
  23. 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 7 years ago
  24. 21b5944 net: Fix double free and memory corruption in get_net_ns_by_id() by Eric W. Biederman · 7 years ago
  25. 7cbebc8 net: export peernet2id_alloc by Jiri Benc · 7 years ago
  26. 165b911 net: call newid/getid without rtnl mutex held by Florian Westphal · 7 years ago
  27. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  28. c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  29. 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  30. 7866cc5 netns: add and use net_ns_barrier by Florian Westphal · 8 years ago
  31. 10d486a netns: fix error code when the nsid is already used by Nicolas Dichtel · 8 years ago
  32. 4a7f7bc netns: define extack error msg for nsis cmds by Nicolas Dichtel · 8 years ago
  33. 7c3f1875 net: move somaxconn init from sysctl code by Roman Kapl · 8 years ago
  34. b5082df net: Initialise init_net.count to 1 by David Howells · 8 years ago
  35. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  36. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  37. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  38. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  39. fba143c netns: avoid disabling irq for netns id by Paul Moore · 8 years ago
  40. 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
  41. 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
  42. 1a9a0592 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
  43. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  45. cfc44a4 net: check dead netns for peernet2id_alloc() by WANG Cong · 8 years ago
  46. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 7281a66 net: allow to kill a task which waits net_mutex in copy_new_ns by Andrey Vagin · 8 years ago
  48. 2a73306 netns: revert "netns: avoid disabling irq for netns id" by Paul Moore · 8 years ago
  49. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  50. 2ed6afd netns: move {inc,dec}_net_namespaces into #ifdef by Arnd Bergmann · 8 years ago
  51. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  52. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  53. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  54. bc51ddd netns: avoid disabling irq for netns id by WANG Cong · 8 years ago
  55. 38f507f vxlan: call peernet2id() in fdb notification by WANG Cong · 8 years ago
  56. 3ee5256 netns: make nla_policy const by stephen hemminger · 8 years ago
  57. f8c46cb netns: do not call pernet ops for not yet set up init_net namespace by Dmitry Torokhov · 8 years ago
  58. 7032866 netns: Add a limit on the number of net namespaces by Eric W. Biederman · 8 years ago
  59. de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
  60. 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago
  61. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  62. e3d8ecb netns: return RTM_NEWNSID instead of RTM_GETNSID on a get by Nicolas Dichtel · 10 years ago
  63. 59324cf netlink: allow to listen "all" netns by Nicolas Dichtel · 10 years ago
  64. 95f3841 netns: use a spin_lock to protect nsid management by Nicolas Dichtel · 10 years ago
  65. 3138dbf netns: notify new nsid outside __peernet2id() by Nicolas Dichtel · 10 years ago
  66. 7a0877d netns: rename peernet2id() to peernet2id_alloc() by Nicolas Dichtel · 10 years ago
  67. cab3c8e netns: always provide the id to rtnl_net_fill() by Nicolas Dichtel · 10 years ago
  68. 109582af netns: returns always an id in __peernet2id() by Nicolas Dichtel · 10 years ago
  69. 5a950ad netns: remove duplicated include from net_namespace.c by Wei Yongjun · 10 years ago
  70. a143c40 netns: allow to dump netns ids by Nicolas Dichtel · 10 years ago
  71. 9a96345 netns: notify netns id events by Nicolas Dichtel · 10 years ago
  72. b111e4e netns: minor cleanup in rtnl_net_getid() by Nicolas Dichtel · 10 years ago
  73. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  74. 576b7cd netns: don't allocate an id for dead netns by Nicolas Dichtel · 10 years ago
  75. 6d458f5 Revert "netns: don't clear nsid too early on removal" by Nicolas Dichtel · 10 years ago
  76. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  77. 4217291 netns: don't clear nsid too early on removal by Nicolas Dichtel · 10 years ago
  78. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  79. 940288b Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  80. 193523b vxlan: advertise netns of vxlan dev in fdb msg by Nicolas Dichtel · 10 years ago
  81. 4b681c8 nl80211: Allow set network namespace by fd by Vadim Kochan · 10 years ago
  82. 0c7aecd netns: add rtnl cmd to add and get peer netns ids by Nicolas Dichtel · 10 years ago
  83. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  84. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  85. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  86. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  87. ff24870 netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns by Al Viro · 10 years ago
  88. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  89. 416c51e netns: remove one sparse warning by Eric Dumazet · 10 years ago
  90. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
  91. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  92. 200b916 rtnetlink: wait for unregistering devices in rtnl_link_unregister() by Cong Wang · 11 years ago
  93. 1818ce4 net_namespace: trivial cleanup by xiao jin · 11 years ago
  94. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 12 years ago
  95. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  96. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  97. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  98. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  99. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  100. 038e733 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 13 years ago