summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-151-1/+1
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-311-1/+1
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-3/+4
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-151-1/+2
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-0/+24
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-201-1/+6
* userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-191-4/+12
* netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-191-7/+0Star
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-07-181-1/+3
* net: core: Use pr_<level>Joe Perches2012-05-171-2/+4
* netns: do not leak net_generic data on failed initJulian Anastasov2012-04-181-15/+18
* netns: fix net_alloc_generic()Eric Dumazet2012-01-261-15/+16
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* rtnl: provide link dump consistency infoThomas Graf2011-07-021-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/+7Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-261-0/+65
|\
| * net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell2011-05-251-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/+4Star
|\ \
| * | net: minor cleanup to net_namespace.c.Rob Landley2011-04-161-8/+4Star
| |/
* / net,rcu: convert call_rcu(net_generic_release) to kfree_rcu()Lai Jiangshan2011-05-081-9/+1Star
|/
* net_ns: add __rcu annotationsEric Dumazet2010-10-251-1/+3
* net: disallow to use net_assign_generic externallyJiri Pirko2010-04-281-46/+45Star
* 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/+0Star
* net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-031-61/+61
* net: Automatically allocate per namespace data.Eric W. Biederman2009-12-021-86/+102
* net: Batch network namespace destruction.Eric W. Biederman2009-12-021-8/+58
* net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-131-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-221-4/+2Star
* netns: remove leftover debugging messageStephen Hemminger2009-05-221-1/+0Star
* netns 2/2: extract net_create()Alexey Dobriyan2009-05-041-24/+20Star
* netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan2009-05-041-4/+1Star
* netns: Remove net_aliveEric W. Biederman2009-03-031-3/+0Star
* netns: build fix for net_alloc_genericClemens Noss2009-02-241-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-311-0/+32
* | net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-281-2/+0Star
|/
* netns: fix net_generic array leakAlexey Dobriyan2008-10-151-1/+1