1. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  2. fba143c netns: avoid disabling irq for netns id by Paul Moore · 8 years ago
  3. 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
  4. 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
  5. 1a9a059 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
  6. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  7. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  8. cfc44a4 net: check dead netns for peernet2id_alloc() by WANG Cong · 8 years ago
  9. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. 7281a66 net: allow to kill a task which waits net_mutex in copy_new_ns by Andrey Vagin · 8 years ago
  11. 2a73306 netns: revert "netns: avoid disabling irq for netns id" by Paul Moore · 8 years ago
  12. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  13. 2ed6afd netns: move {inc,dec}_net_namespaces into #ifdef by Arnd Bergmann · 8 years ago
  14. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  15. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  16. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  17. bc51ddd netns: avoid disabling irq for netns id by WANG Cong · 8 years ago
  18. 38f507f vxlan: call peernet2id() in fdb notification by WANG Cong · 8 years ago
  19. 3ee5256 netns: make nla_policy const by stephen hemminger · 8 years ago
  20. f8c46cb netns: do not call pernet ops for not yet set up init_net namespace by Dmitry Torokhov · 8 years ago
  21. 7032866 netns: Add a limit on the number of net namespaces by Eric W. Biederman · 8 years ago
  22. de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
  23. 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago
  24. b04096f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  25. e3d8ecb netns: return RTM_NEWNSID instead of RTM_GETNSID on a get by Nicolas Dichtel · 10 years ago
  26. 59324cf netlink: allow to listen "all" netns by Nicolas Dichtel · 10 years ago
  27. 95f3841 netns: use a spin_lock to protect nsid management by Nicolas Dichtel · 10 years ago
  28. 3138dbf netns: notify new nsid outside __peernet2id() by Nicolas Dichtel · 10 years ago
  29. 7a0877d netns: rename peernet2id() to peernet2id_alloc() by Nicolas Dichtel · 10 years ago
  30. cab3c8e netns: always provide the id to rtnl_net_fill() by Nicolas Dichtel · 10 years ago
  31. 109582af netns: returns always an id in __peernet2id() by Nicolas Dichtel · 10 years ago
  32. 5a950ad netns: remove duplicated include from net_namespace.c by Wei Yongjun · 10 years ago
  33. a143c40 netns: allow to dump netns ids by Nicolas Dichtel · 10 years ago
  34. 9a96345 netns: notify netns id events by Nicolas Dichtel · 10 years ago
  35. b111e4e netns: minor cleanup in rtnl_net_getid() by Nicolas Dichtel · 10 years ago
  36. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  37. 576b7cd netns: don't allocate an id for dead netns by Nicolas Dichtel · 10 years ago
  38. 6d458f5 Revert "netns: don't clear nsid too early on removal" by Nicolas Dichtel · 10 years ago
  39. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  40. 4217291 netns: don't clear nsid too early on removal by Nicolas Dichtel · 10 years ago
  41. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  42. 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
  43. 193523b vxlan: advertise netns of vxlan dev in fdb msg by Nicolas Dichtel · 10 years ago
  44. 4b681c8 nl80211: Allow set network namespace by fd by Vadim Kochan · 10 years ago
  45. 0c7aecd netns: add rtnl cmd to add and get peer netns ids by Nicolas Dichtel · 10 years ago
  46. f77c801 bury struct proc_ns in fs/proc by Al Viro · 10 years ago
  47. 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
  48. 6344c43 new helpers: ns_alloc_inum/ns_free_inum by Al Viro · 10 years ago
  49. 6496452 make proc_ns_operations work with struct ns_common * instead of void * by Al Viro · 10 years ago
  50. ff24870 netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns by Al Viro · 10 years ago
  51. 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
  52. 416c51e netns: remove one sparse warning by Eric Dumazet · 10 years ago
  53. 728dba3 namespaces: Use task_lock and not rcu to protect nsproxy by Eric W. Biederman · 11 years ago
  54. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. 200b916 rtnetlink: wait for unregistering devices in rtnl_link_unregister() by Cong Wang · 11 years ago
  56. 1818ce4 net_namespace: trivial cleanup by xiao jin · 11 years ago
  57. c7b96ac userns: Kill nsown_capable it makes the wrong thing easy by Eric W. Biederman · 12 years ago
  58. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  59. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  60. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  61. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
  62. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  63. 038e733 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 13 years ago
  64. d727abc netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS by Eric W. Biederman · 13 years ago
  65. 734b654 net: Statically initialize init_net.dev_base_head by Rustad, Mark D · 12 years ago
  66. e005d19 net: core: Use pr_<level> by Joe Perches · 13 years ago
  67. b922934 netns: do not leak net_generic data on failed init by Julian Anastasov · 13 years ago
  68. 073862b netns: fix net_alloc_generic() by Eric Dumazet · 13 years ago
  69. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  70. 4e985ad rtnl: provide link dump consistency info by Thomas Graf · 14 years ago
  71. 8dac6be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  72. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 14 years ago
  73. c316e6a get_net_ns_by_fd() oopses if proc_ns_fget() returns an error by Al Viro · 14 years ago
  74. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 14 years ago
  75. 956c920 net: fix get_net_ns_by_fd for !CONFIG_NET_NS by Stephen Rothwell · 14 years ago
  76. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  77. f063052 net: Allow setting the network namespace by fd by Eric W. Biederman · 14 years ago
  78. 13b6f57 ns proc: Add support for the network namespace. by Eric W. Biederman · 15 years ago
  79. 04d4dfe net,rcu: convert call_rcu(net_generic_release) to kfree_rcu() by Lai Jiangshan · 14 years ago
  80. 911cb19 net: minor cleanup to net_namespace.c. by Rob Landley · 14 years ago
  81. 1c87733 net_ns: add __rcu annotations by Eric Dumazet · 14 years ago
  82. 05fceb4 net: disallow to use net_assign_generic externally by Jiri Pirko · 15 years ago
  83. b3c981d netns: rename unregister_pernet_subsys parameter by Jiri Pirko · 15 years ago
  84. 3a765ed netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys} by Eric W. Biederman · 15 years ago
  85. 04dc7f6b net: Move network device exit batching by Eric W. Biederman · 15 years ago
  86. 72ad937 net: Add support for batching network namespace cleanups by Eric W. Biederman · 15 years ago
  87. f875bae net: Automatically allocate per namespace data. by Eric W. Biederman · 15 years ago
  88. 2b035b3 net: Batch network namespace destruction. by Eric W. Biederman · 15 years ago
  89. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  90. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  91. 1445863 net: net_assign_generic() fix by Eric Dumazet · 15 years ago
  92. 30ffee8 net: move and export get_net_ns_by_pid by Johannes Berg · 15 years ago
  93. 11a28d3 net: make namespace iteration possible under RCU by Johannes Berg · 15 years ago
  94. ca0f311 netns: simplify net_ns_init by Stephen Hemminger · 16 years ago
  95. 1f7a2bb netns: remove leftover debugging message by Stephen Hemminger · 16 years ago
  96. 088eb2d netns 2/2: extract net_create() by Alexey Dobriyan · 16 years ago
  97. 4a84822 netns 1/2: don't get/put old netns on CLONE_NEWNET by Alexey Dobriyan · 16 years ago
  98. 17edde5 netns: Remove net_alive by Eric W. Biederman · 16 years ago
  99. ebe47d4 netns: build fix for net_alloc_generic by Clemens Noss · 16 years ago
  100. 486a87f netns: fix double free at netns creation by Daniel Lezcano · 16 years ago