summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* bury struct proc_ns in fs/procAl Viro2014-12-041-3/+1
* copy address of proc_ns_ops into ns_commonAl Viro2014-12-041-2/+7
* new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-041-2/+2
* make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-9/+3
* netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-041-6/+10
* common object embedded into various struct ....nsAl Viro2014-12-041-3/+3
* netns: remove one sparse warningEric Dumazet2014-09-091-1/+1
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+1
|\
| * rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-151-1/+1
* | net_namespace: trivial cleanupxiao jin2014-04-261-1/+1
|/
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-301-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-221-1/+1
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-141-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-181-4/+12
* netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-181-7/+0
* 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-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
OpenPOWER on IntegriCloud