1. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  2. 5e4a084 userns: Require CAP_SYS_ADMIN for most uses of setns. by Eric W. Biederman · 12 years ago
  3. 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 13 years ago
  4. 142e1d1 userns: Allow unprivileged use of setns. by Eric W. Biederman · 12 years ago
  5. 038e733 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  6. d727abc netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS by Eric W. Biederman · 12 years ago
  7. 734b654 net: Statically initialize init_net.dev_base_head by Rustad, Mark D · 12 years ago
  8. e005d19 net: core: Use pr_<level> by Joe Perches · 12 years ago
  9. b922934 netns: do not leak net_generic data on failed init by Julian Anastasov · 12 years ago
  10. 073862b netns: fix net_alloc_generic() by Eric Dumazet · 12 years ago
  11. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  12. 4e985ad rtnl: provide link dump consistency info by Thomas Graf · 13 years ago
  13. 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
  14. a685e08 Delay struct net freeing while there's a sysfs instance refering to it by Al Viro · 13 years ago
  15. c316e6a get_net_ns_by_fd() oopses if proc_ns_fget() returns an error by Al Viro · 13 years ago
  16. 14d74e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd by Linus Torvalds · 13 years ago
  17. 956c920 net: fix get_net_ns_by_fd for !CONFIG_NET_NS by Stephen Rothwell · 13 years ago
  18. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  19. f063052 net: Allow setting the network namespace by fd by Eric W. Biederman · 13 years ago
  20. 13b6f57 ns proc: Add support for the network namespace. by Eric W. Biederman · 14 years ago
  21. 04d4dfe net,rcu: convert call_rcu(net_generic_release) to kfree_rcu() by Lai Jiangshan · 13 years ago
  22. 911cb19 net: minor cleanup to net_namespace.c. by Rob Landley · 13 years ago
  23. 1c87733 net_ns: add __rcu annotations by Eric Dumazet · 14 years ago
  24. 05fceb4 net: disallow to use net_assign_generic externally by Jiri Pirko · 14 years ago
  25. b3c981d netns: rename unregister_pernet_subsys parameter by Jiri Pirko · 14 years ago
  26. 3a765ed netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys} by Eric W. Biederman · 15 years ago
  27. 04dc7f6b net: Move network device exit batching by Eric W. Biederman · 15 years ago
  28. 72ad937 net: Add support for batching network namespace cleanups by Eric W. Biederman · 15 years ago
  29. f875bae net: Automatically allocate per namespace data. by Eric W. Biederman · 15 years ago
  30. 2b035b3 net: Batch network namespace destruction. by Eric W. Biederman · 15 years ago
  31. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  32. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  33. 1445863 net: net_assign_generic() fix by Eric Dumazet · 15 years ago
  34. 30ffee8 net: move and export get_net_ns_by_pid by Johannes Berg · 15 years ago
  35. 11a28d3 net: make namespace iteration possible under RCU by Johannes Berg · 15 years ago
  36. ca0f311 netns: simplify net_ns_init by Stephen Hemminger · 15 years ago
  37. 1f7a2bb netns: remove leftover debugging message by Stephen Hemminger · 15 years ago
  38. 088eb2d netns 2/2: extract net_create() by Alexey Dobriyan · 15 years ago
  39. 4a84822 netns 1/2: don't get/put old netns on CLONE_NEWNET by Alexey Dobriyan · 15 years ago
  40. 17edde5 netns: Remove net_alive by Eric W. Biederman · 15 years ago
  41. ebe47d4 netns: build fix for net_alloc_generic by Clemens Noss · 15 years ago
  42. 486a87f netns: fix double free at netns creation by Daniel Lezcano · 15 years ago
  43. 357f5b0 NET: net_namespace, fix lock imbalance by Jiri Slaby · 15 years ago
  44. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  45. 485ac57 netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys by Alexey Dobriyan · 16 years ago
  46. 93adcc8 net: don't use INIT_RCU_HEAD by Alexey Dobriyan · 16 years ago
  47. 4ef079c netns: fix net_generic array leak by Alexey Dobriyan · 16 years ago
  48. b76a461 netns: export netns list by Alexey Dobriyan · 16 years ago
  49. b9f75f4 netns: Don't receive new packets in a dead network namespace. by Eric W. Biederman · 16 years ago
  50. 5d1e446 [NETNS]: Make netns refconting debug like a socket one. by Denis V. Lunev · 16 years ago
  51. dec827d [NETNS]: The generic per-net pointers. by Pavel Emelyanov · 16 years ago
  52. c93cf61 [NETNS]: The net-subsys IDs generator. by Pavel Emelyanov · 16 years ago
  53. 53379e5 typo fixes in net/core/net_namespace.c by Oliver Pinter · 16 years ago
  54. 3ef1355 [NET]: Make netns cleanup to run in a separate queue by Benjamin Thery · 17 years ago
  55. ff4b950 [NETNS]: Re-export init_net via EXPORT_SYMBOL. by Denis V. Lunev · 16 years ago
  56. ed160e8 [NET]: Cleanup pernet operation without CONFIG_NET_NS by Denis V. Lunev · 17 years ago
  57. 45a19b0 [NETNS]: Fix compiler error in net_namespace.c by Johann Felix Soden · 17 years ago
  58. d57a921 [NET]: Hide the net_ns kmem cache by Pavel Emelyanov · 17 years ago
  59. 1a2ee93 [NET]: Mark the setup_net as __net_init by Pavel Emelyanov · 17 years ago
  60. 6a1a3b9 [NET]: Hide the dead code in the net_namespace.c by Pavel Emelyanov · 17 years ago
  61. 1dba323 [NETNS]: Make the init/exit hooks checks outside the loop by Pavel Emelyanov · 17 years ago
  62. 310928d [NETNS]: fix net released by rcu callback by Daniel Lezcano · 17 years ago
  63. 32f0c4c [NETNS]: Don't memset() netns to zero manually by Pavel Emelyanov · 17 years ago
  64. f4618d3 [NETNS]: Simplify the network namespace list locking rules. by Eric W. Biederman · 17 years ago
  65. 9dd776b [NET]: Add network namespace clone & unshare support. by Eric W. Biederman · 17 years ago
  66. 768f3591 [NETNS]: Cleanup list walking in setup_net and cleanup_net by Pavel Emelyanov · 17 years ago
  67. 678aa8e [NET]: #if 0 out net_alloc() for now. by David S. Miller · 17 years ago
  68. 5f256be [NET]: Basic network namespace infrastructure. by Eric W. Biederman · 17 years ago