summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Make netns refconting debug like a socket one.Denis V. Lunev2008-04-161-0/+4
* [NETNS]: The generic per-net pointers.Pavel Emelyanov2008-04-151-0/+62
* [NETNS]: The net-subsys IDs generator.Pavel Emelyanov2008-04-151-0/+38
* typo fixes in net/core/net_namespace.cOliver Pinter2008-02-031-2/+2
* [NET]: Make netns cleanup to run in a separate queueBenjamin Thery2008-01-281-1/+8
* [NETNS]: Re-export init_net via EXPORT_SYMBOL.Denis V. Lunev2008-01-231-1/+1
* [NET]: Cleanup pernet operation without CONFIG_NET_NSDenis V. Lunev2007-11-131-0/+18
* [NETNS]: Fix compiler error in net_namespace.cJohann Felix Soden2007-11-071-14/+14
* [NET]: Hide the net_ns kmem cachePavel Emelyanov2007-11-011-2/+4
* [NET]: Mark the setup_net as __net_initPavel Emelyanov2007-11-011-1/+1
* [NET]: Hide the dead code in the net_namespace.cPavel Emelyanov2007-11-011-63/+68
* [NETNS]: Make the init/exit hooks checks outside the loopPavel Emelyanov2007-11-011-12/+11Star
* [NETNS]: fix net released by rcu callbackDaniel Lezcano2007-10-311-0/+2
* [NETNS]: Don't memset() netns to zero manuallyPavel Emelyanov2007-10-111-2/+1Star
* [NETNS]: Simplify the network namespace list locking rules.Eric W. Biederman2007-10-111-17/+6Star
* [NET]: Add network namespace clone & unshare support.Eric W. Biederman2007-10-111-2/+41
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-111-8/+4Star
* [NET]: #if 0 out net_alloc() for now.David S. Miller2007-10-111-0/+2
* [NET]: Basic network namespace infrastructure.Eric W. Biederman2007-10-111-0/+292