net: Move network device exit batching
[safe/jmp/linux-2.6] / net / core / net_namespace.c
2009-12-03 Eric W. Biedermannet: Move network device exit batching
2009-12-03 Eric W. Biedermannet: Add support for batching network namespace cleanups
2009-12-02 Eric W. Biedermannet: Automatically allocate per namespace data.
2009-12-02 Eric W. Biedermannet: Batch network namespace destruction.
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-02 Eric Dumazetnet: net_assign_generic() fix
2009-07-12 Johannes Bergnet: move and export get_net_ns_by_pid
2009-07-12 Johannes Bergnet: make namespace iteration possible under RCU
2009-05-21 Stephen Hemmingernetns: simplify net_ns_init
2009-05-21 Stephen Hemmingernetns: remove leftover debugging message
2009-05-04 Alexey Dobriyannetns 2/2: extract net_create()
2009-05-04 Alexey Dobriyannetns 1/2: don't get/put old netns on CLONE_NEWNET
2009-03-03 Eric W. Biedermannetns: Remove net_alive
2009-02-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-23 Clemens Nossnetns: build fix for net_alloc_generic
2009-02-23 Eric W. Biedermannetns: Remove net_alive
2009-02-22 Daniel Lezcanonetns: fix double free at netns creation
2009-01-20 Jiri SlabyNET: net_namespace, fix lock imbalance
2008-10-31 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-10-31 Alexey Dobriyannetns: add register_pernet_gen_subsys/unregister_pernet...
2008-10-28 Alexey Dobriyannet: don't use INIT_RCU_HEAD
2008-10-15 Alexey Dobriyannetns: fix net_generic array leak
2008-10-08 Alexey Dobriyannetns: export netns list
2008-06-21 Eric W. Biedermannetns: Don't receive new packets in a dead network...
2008-04-16 Denis V. Lunev[NETNS]: Make netns refconting debug like a socket...
2008-04-15 Pavel Emelyanov[NETNS]: The generic per-net pointers.
2008-04-15 Pavel Emelyanov[NETNS]: The net-subsys IDs generator.
2008-02-03 Oliver Pintertypo fixes in net/core/net_namespace.c
2008-01-28 Benjamin Thery[NET]: Make netns cleanup to run in a separate queue
2008-01-23 Denis V. Lunev[NETNS]: Re-export init_net via EXPORT_SYMBOL.
2007-11-13 Denis V. Lunev[NET]: Cleanup pernet operation without CONFIG_NET_NS
2007-11-07 Johann Felix Soden[NETNS]: Fix compiler error in net_namespace.c
2007-11-01 Pavel Emelyanov[NET]: Hide the net_ns kmem cache
2007-11-01 Pavel Emelyanov[NET]: Mark the setup_net as __net_init
2007-11-01 Pavel Emelyanov[NET]: Hide the dead code in the net_namespace.c
2007-11-01 Pavel Emelyanov[NETNS]: Make the init/exit hooks checks outside the...
2007-10-31 Daniel Lezcano[NETNS]: fix net released by rcu callback
2007-10-10 Pavel Emelyanov[NETNS]: Don't memset() netns to zero manually
2007-10-10 Eric W. Biederman[NETNS]: Simplify the network namespace list locking...
2007-10-10 Eric W. Biederman[NET]: Add network namespace clone & unshare support.
2007-10-10 Pavel Emelyanov[NETNS]: Cleanup list walking in setup_net and cleanup_net
2007-10-10 David S. Miller[NET]: #if 0 out net_alloc() for now.
2007-10-10 Eric W. Biederman[NET]: Basic network namespace infrastructure.