aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-20/+15
2016-12-14netns: avoid disabling irq for netns idPaul Moore1-20/+15
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan1-8/+12
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan1-4/+4
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan1-5/+5
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-4/+3
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+20
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+27
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann1-10/+10
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman1-1/+1
2016-09-04netns: avoid disabling irq for netns idWANG Cong1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1
2016-09-01netns: make nla_policy conststephen hemminger1-1/+1
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov1-4/+17
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman1-1/+21
2015-05-17netns: make nsid_lock per netWANG Cong1-16/+16
2015-05-14netns: fix unbalanced spin_lock on errorNicolas Dichtel1-0/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel1-1/+1
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel1-1/+9
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel1-13/+44
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel1-14/+27
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-2/+2
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel1-20/+11
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel1-11/+8
2015-04-16netns: remove duplicated include from net_namespace.cWei Yongjun1-1/+0
2015-04-07netns: allow to dump netns idsNicolas Dichtel1-1/+48
2015-04-07netns: notify netns id eventsNicolas Dichtel1-8/+44
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel1-1/+1
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+12
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel1-15/+9
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+15
2015-03-29netns: don't clear nsid too early on removalNicolas Dichtel1-9/+15
2015-03-12net: Kill hold_net release_netEric W. Biederman1-11/+0
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+1
2015-01-23vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel1-0/+1
2015-01-23nl80211: Allow set network namespace by fdVadim Kochan1-0/+1
2015-01-19netns: add rtnl cmd to add and get peer netns idsNicolas Dichtel1-0/+211
2014-12-04bury struct proc_ns in fs/procAl Viro1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro1-2/+7
2014-12-04new helpers: ns_alloc_inum/ns_free_inumAl Viro1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro1-9/+3
2014-12-04netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsAl Viro1-6/+10