summaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAge
* userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-30
* 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-18
* netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-18
* 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-07
|/
* 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
* netns 2/2: extract net_create()Alexey Dobriyan2009-05-04
* netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan2009-05-04
* netns: Remove net_aliveEric W. Biederman2009-03-03
* netns: build fix for net_alloc_genericClemens Noss2009-02-23
* netns: fix double free at netns creationDaniel Lezcano2009-02-22
* NET: net_namespace, fix lock imbalanceJiri Slaby2009-01-20
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-31
|\
| * netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan2008-10-30
* | net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-28
|/
* netns: fix net_generic array leakAlexey Dobriyan2008-10-14
* netns: export netns listAlexey Dobriyan2008-10-08