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