1. 9ba74e6 net: add networking namespace refcount tracker by Eric Dumazet · 3 years, 1 month ago
  2. aed0826 net: net_namespace: Fix undefined member in key_remove_domain() by Yajun Deng · 3 years, 4 months ago
  3. 41467d2 net: net_namespace: Optimize the code by Yajun Deng · 3 years, 5 months ago
  4. e34492d net: inline function get_net_ns_by_fd if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  5. ea6932d net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  6. 3d368ab net: initialize net->net_cookie at netns setup by Eric Dumazet · 4 years ago
  7. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
  8. 92acdc5 bpf, net: Rework cookie generator as per-cpu one by Daniel Borkmann · 4 years, 4 months ago
  9. e1f469c Revert "netns: don't disable BHs when locking "nsid_lock"" by Taehee Yoo · 4 years, 4 months ago
  10. 8b8f3e6 net: Use generic ns_common::count by Christian Brauner · 4 years, 5 months ago
  11. f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 8 months ago
  12. f318903 bpf: Add netns cookie and enable it for bpf cgroup hooks by Daniel Borkmann · 4 years, 10 months ago
  13. 56f200c netns: Constify exported functions by Guillaume Nault · 5 years ago
  14. 8d7e5de netns: don't disable BHs when locking "nsid_lock" by Guillaume Nault · 5 years ago
  15. 2dce224 netns: protect netns ID lookups with RCU by Guillaume Nault · 5 years ago
  16. 4905294 netns: Remove __peernet2id_alloc() by Guillaume Nault · 5 years ago
  17. d4e4fdf netns: fix GFP flags in rtnl_net_notifyid() by Guillaume Nault · 5 years ago
  18. 82ecff6 keys: Fix memory leak in copy_net_ns by Takeshi Misawa · 5 years ago
  19. 993e4c9 netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID by Nicolas Dichtel · 5 years ago
  20. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  21. c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  22. 9b24261 keys: Network namespace domain tag by David Howells · 6 years ago
  23. b272a0a netns: restore ops before calling ops_exit_list by Li RongQing · 6 years ago
  24. d7d9987 netns: add pre_exit method to struct pernet_operations by Eric Dumazet · 6 years ago
  25. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  26. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  27. ecce39e netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid() by Guillaume Nault · 6 years ago
  28. 355b985 netns: provide pure entropy for net_hash_mix() by Eric Dumazet · 6 years ago
  29. 4d165f6 net: namespace: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
  30. 90cadbbf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. 0eb987c net/net_namespace: Check the return value of register_pernet_subsys() by Aditya Pakki · 6 years ago
  32. 288f06a0 netns: enable to dump full nsid translation table by Nicolas Dichtel · 6 years ago
  33. 3a4f68b netns: enable to specify a nsid for a get request by Nicolas Dichtel · 6 years ago
  34. cff478b netns: add support of NETNSA_TARGET_NSID by Nicolas Dichtel · 6 years ago
  35. a0732ad netns: introduce 'struct net_fill_args' by Nicolas Dichtel · 6 years ago
  36. 74be39e netns: remove net arg from rtnl_net_fill() by Nicolas Dichtel · 6 years ago
  37. f80f14c net/namespace: Update rtnl_net_dumpid for strict data checking by David Ahern · 6 years ago
  38. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  39. 6e77cc4 Convert net_namespace to new IDA API by Matthew Wilcox · 7 years ago
  40. fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 6 years ago
  41. 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
  42. f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
  43. 8518e9b net: Add more comments by Kirill Tkhai · 7 years ago
  44. 4420bf2 net: Rename net_sem to pernet_ops_rwsem by Kirill Tkhai · 7 years ago
  45. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  46. 094374e net: Reflect all pernet_operations are converted by Kirill Tkhai · 7 years ago
  47. d9ff304 net: Replace ip_ra_lock with per-net mutex by Kirill Tkhai · 7 years ago
  48. 30855ff net: Make account struct net to memcg by Kirill Tkhai · 7 years ago
  49. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  50. 8349efd net: Queue net_cleanup_work only if there is first net added by Kirill Tkhai · 7 years ago
  51. 65b7b5b net: Make cleanup_list and net::cleanup_list of llist type by Kirill Tkhai · 7 years ago
  52. 19efbd9 net: Kill net_mutex by Kirill Tkhai · 7 years ago
  53. ff291d0 net: Convert net_defaults_ops by Kirill Tkhai · 7 years ago
  54. 3fc3b82 net: Convert net_ns_ops methods by Kirill Tkhai · 7 years ago
  55. 447cd7a net: Allow pernet_operations to be executed in parallel by Kirill Tkhai · 7 years ago
  56. bcab1dd net: Move mutex_unlock() in cleanup_net() up by Kirill Tkhai · 7 years ago
  57. 1a57feb net: Introduce net_sem for protection of pernet_list by Kirill Tkhai · 7 years ago
  58. 5ba049a net: Cleanup in copy_net_ns() by Kirill Tkhai · 7 years ago
  59. 98f6c53 net: Assign net to net_namespace_list in setup_net() by Kirill Tkhai · 7 years ago
  60. fb07a82 net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme by Kirill Tkhai · 7 years ago
  61. 4215727 net: Remove spinlock from get_net_ns_by_id() by Kirill Tkhai · 7 years ago
  62. 0c06bea9 net: Fix possible race in peernet2id_alloc() by Kirill Tkhai · 7 years ago
  63. 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 7 years ago
  64. 21b5944 net: Fix double free and memory corruption in get_net_ns_by_id() by Eric W. Biederman · 7 years ago
  65. 7cbebc8a net: export peernet2id_alloc by Jiri Benc · 7 years ago
  66. 165b911 net: call newid/getid without rtnl mutex held by Florian Westphal · 7 years ago
  67. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  68. c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  69. 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  70. 7866cc5 netns: add and use net_ns_barrier by Florian Westphal · 8 years ago
  71. 10d486a netns: fix error code when the nsid is already used by Nicolas Dichtel · 8 years ago
  72. 4a7f7bc netns: define extack error msg for nsis cmds by Nicolas Dichtel · 8 years ago
  73. 7c3f1875 net: move somaxconn init from sysctl code by Roman Kapl · 8 years ago
  74. b5082df net: Initialise init_net.count to 1 by David Howells · 8 years ago
  75. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  76. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  77. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  78. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  79. fba143c netns: avoid disabling irq for netns id by Paul Moore · 8 years ago
  80. 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
  81. 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
  82. 1a9a0592 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
  83. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  84. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  85. cfc44a4 net: check dead netns for peernet2id_alloc() by WANG Cong · 8 years ago
  86. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  87. 7281a66 net: allow to kill a task which waits net_mutex in copy_new_ns by Andrey Vagin · 8 years ago
  88. 2a73306 netns: revert "netns: avoid disabling irq for netns id" by Paul Moore · 8 years ago
  89. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  90. 2ed6afd netns: move {inc,dec}_net_namespaces into #ifdef by Arnd Bergmann · 8 years ago
  91. 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
  92. bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
  93. df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
  94. bc51ddd netns: avoid disabling irq for netns id by WANG Cong · 8 years ago
  95. 38f507f vxlan: call peernet2id() in fdb notification by WANG Cong · 8 years ago
  96. 3ee5256 netns: make nla_policy const by stephen hemminger · 8 years ago
  97. f8c46cb netns: do not call pernet ops for not yet set up init_net namespace by Dmitry Torokhov · 8 years ago
  98. 7032866 netns: Add a limit on the number of net namespaces by Eric W. Biederman · 8 years ago
  99. de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
  100. 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago