aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAge
* bury struct proc_ns in fs/procAl Viro2014-12-04
* copy address of proc_ns_ops into ns_commonAl Viro2014-12-04
* new helpers: ns_alloc_inum/ns_free_inumAl Viro2014-12-04
* make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-04
* netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-04
* common object embedded into various struct ....nsAl Viro2014-12-04
* netns: remove one sparse warningEric Dumazet2014-09-09
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-24
|\
| * rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang2014-05-15
* | net_namespace: trivial cleanupxiao jin2014-04-26
|/
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-31
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-01
* new helper: file_inode(file)Al Viro2013-02-22
* userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman2012-12-14
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-20
* userns: Allow unprivileged use of setns.Eric W. Biederman2012-11-20
* userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-19
* netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-19
* net: Statically initialize init_net.dev_base_headRustad, Mark D2012-07-18
* net: core: Use pr_<level>Joe Perches2012-05-17
* netns: do not leak net_generic data on failed initJulian Anastasov2012-04-18
* netns: fix net_alloc_generic()Eric Dumazet2012-01-26
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
* rtnl: provide link dump consistency infoThomas Graf2011-07-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-16
|\
| * Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-12
* | get_net_ns_by_fd() oopses if proc_ns_fget() returns an errorAl Viro2011-06-05
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-25
|\
| * net: fix get_net_ns_by_fd for !CONFIG_NET_NSStephen Rothwell2011-05-24
| * net: Allow setting the network namespace by fdEric W. Biederman2011-05-10
| * ns proc: Add support for the network namespace.Eric W. Biederman2011-05-10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20
|\ \
| * | net: minor cleanup to net_namespace.c.Rob Landley2011-04-15
| |/
* / net,rcu: convert call_rcu(net_generic_release) to kfree_rcu()Lai Jiangshan2011-05-08
|/
* net_ns: add __rcu annotationsEric Dumazet2010-10-25
* net: disallow to use net_assign_generic externallyJiri Pirko2010-04-27
* netns: rename unregister_pernet_subsys parameterJiri Pirko2010-04-25
* netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman2009-12-03
* net: Move network device exit batchingEric W. Biederman2009-12-03
* net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-03
* net: Automatically allocate per namespace data.Eric W. Biederman2009-12-01
* net: Batch network namespace destruction.Eric W. Biederman2009-12-01
* net: use net_eq to compare netsOctavian Purdila2009-11-25
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-12
|\
| * net: net_assign_generic() fixEric Dumazet2009-08-02
* | net: move and export get_net_ns_by_pidJohannes Berg2009-07-12
* | net: make namespace iteration possible under RCUJohannes Berg2009-07-12
|/
* netns: simplify net_ns_initStephen Hemminger2009-05-21
* netns: remove leftover debugging messageStephen Hemminger2009-05-21