aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-10-101-1/+3
* netns: do not leak net_generic data on failed initJulian Anastasov2012-05-111-15/+18
* netns: fix net_alloc_generic()Eric Dumazet2012-02-031-15/+16
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* rtnl: provide link dump consistency infoThomas Graf2011-07-011-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-161-2/+10
|\
| * Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-2/+10
* | get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro2011-06-051-9/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-251-0/+65
|\
| * net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell2011-05-241-22/+27
| * net: Allow setting the network namespace by fdEric W. Biederman2011-05-101-2/+31
| * ns proc: Add support for the network namespace.Eric W. Biederman2011-05-101-0/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-8/+4
|\ \
| * | net: minor cleanup to net_namespace.c.Rob Landley2011-04-151-8/+4
| |/
* | net,rcu: convert call_rcu(net_generic_release) to kfree_rcu()Lai Jiangshan2011-05-071-9/+1
|/
* net_ns: add __rcu annotationsEric Dumazet2010-10-251-1/+3
* net: disallow to use net_assign_generic externallyJiri Pirko2010-04-271-46/+45
* netns: rename unregister_pernet_subsys parameterJiri Pirko2010-04-251-2/+2
* netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman2009-12-031-2/+6
* net: Move network device exit batchingEric W. Biederman2009-12-031-24/+0
* net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-031-61/+61
* net: Automatically allocate per namespace data.Eric W. Biederman2009-12-011-86/+102
* net: Batch network namespace destruction.Eric W. Biederman2009-12-011-8/+58
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-1/+1
|\
| * net: net_assign_generic() fixEric Dumazet2009-08-021-1/+1
* | net: move and export get_net_ns_by_pidJohannes Berg2009-07-121-0/+21
* | net: make namespace iteration possible under RCUJohannes Berg2009-07-121-3/+11
|/
* netns: simplify net_ns_initStephen Hemminger2009-05-211-4/+2
* netns: remove leftover debugging messageStephen Hemminger2009-05-211-1/+0
* netns 2/2: extract net_create()Alexey Dobriyan2009-05-041-24/+20
* netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan2009-05-041-4/+1
* netns: Remove net_aliveEric W. Biederman2009-03-031-3/+0
* netns: build fix for net_alloc_genericClemens Noss2009-02-231-4/+4
* netns: fix double free at netns creationDaniel Lezcano2009-02-221-31/+55
* NET: net_namespace, fix lock imbalanceJiri Slaby2009-01-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-0/+32
|\
| * netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan2008-10-301-0/+32
* | net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-281-2/+0
|/
* netns: fix net_generic array leakAlexey Dobriyan2008-10-141-1/+1
* netns: export netns listAlexey Dobriyan2008-10-081-0/+1
* netns: Don't receive new packets in a dead network namespace.Eric W. Biederman2008-06-201-0/+3
* [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