summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-20/+15Star
|\
| * netns: avoid disabling irq for netns idPaul Moore2016-12-141-20/+15Star
* | netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-8/+12
* | netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-4/+4
* | netns: publish net_generic correctlyAlexey Dobriyan2016-12-031-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-0/+2
|\ \
| * | net: check dead netns for peernet2id_alloc()WANG Cong2016-11-171-0/+2
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-4/+3Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-15/+20
|\| |
| * | netns: revert "netns: avoid disabling irq for netns id"Paul Moore2016-10-221-15/+20
* | | net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin2016-10-231-1/+8
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-1/+27
|\ \
| * | netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann2016-09-231-10/+10
| * | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-231-0/+6
| |\ \
| | * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-231-0/+6
| | |/
| * | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
| * | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-081-1/+21
| |/
* | netns: avoid disabling irq for netns idWANG Cong2016-09-041-20/+15Star
* | vxlan: call peernet2id() in fdb notificationWANG Cong2016-09-041-1/+1
* | netns: make nla_policy conststephen hemminger2016-09-011-1/+1
* | netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov2016-08-151-4/+17
|/
* netns: make nsid_lock per netWANG Cong2015-05-181-16/+16
* netns: fix unbalanced spin_lock on errorNicolas Dichtel2015-05-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+1
|\
| * netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel2015-05-131-1/+1
* | netlink: allow to listen "all" netnsNicolas Dichtel2015-05-101-1/+9
* | netns: use a spin_lock to protect nsid managementNicolas Dichtel2015-05-101-13/+44
* | netns: notify new nsid outside __peernet2id()Nicolas Dichtel2015-05-101-14/+27
* | netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-101-2/+2
* | netns: always provide the id to rtnl_net_fill()Nicolas Dichtel2015-05-101-20/+11Star
* | netns: returns always an id in __peernet2id()Nicolas Dichtel2015-05-101-11/+8Star
|/
* netns: remove duplicated include from net_namespace.cWei Yongjun2015-04-161-1/+0Star
* netns: allow to dump netns idsNicolas Dichtel2015-04-071-1/+48
* netns: notify netns id eventsNicolas Dichtel2015-04-071-8/+44
* netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel2015-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-16/+12Star
|\
| * netns: don't allocate an id for dead netnsNicolas Dichtel2015-04-031-1/+3
| * Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel2015-04-031-15/+9Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-9/+15
|\|
| * netns: don't clear nsid too early on removalNicolas Dichtel2015-03-291-9/+15
* | net: Kill hold_net release_netEric W. Biederman2015-03-121-11/+0Star
|/
* Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller2015-02-041-0/+1
|\
| * nl80211: Allow set network namespace by fdVadim Kochan2015-01-231-0/+1
* | vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel2015-01-241-0/+1
* | netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel2015-01-191-0/+211
* | bury struct proc_ns in fs/procAl Viro2014-12-041-3/+1Star
* | 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/+3Star
* | netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro2014-12-041-6/+10