aboutsummaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-15/+20
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsGravatar Andrey Vagin 1-1/+8
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Gravatar Paul Moore 1-15/+20
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+27
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefGravatar Arnd Bergmann 1-10/+10
2016-09-22Merge branch 'nsfs-ioctls' into HEADGravatar Eric W. Biederman 1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceGravatar Andrey Vagin 1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCGravatar Eric W. Biederman 1-1/+1
2016-09-04netns: avoid disabling irq for netns idGravatar WANG Cong 1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationGravatar WANG Cong 1-1/+1
2016-09-01netns: make nla_policy constGravatar stephen hemminger 1-1/+1
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceGravatar Dmitry Torokhov 1-4/+17
2016-08-08netns: Add a limit on the number of net namespacesGravatar Eric W. Biederman 1-1/+21
2015-05-17netns: make nsid_lock per netGravatar WANG Cong 1-16/+16
2015-05-14netns: fix unbalanced spin_lock on errorGravatar Nicolas Dichtel 1-0/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getGravatar Nicolas Dichtel 1-1/+1
2015-05-09netlink: allow to listen "all" netnsGravatar Nicolas Dichtel 1-1/+9
2015-05-09netns: use a spin_lock to protect nsid managementGravatar Nicolas Dichtel 1-13/+44
2015-05-09netns: notify new nsid outside __peernet2id()Gravatar Nicolas Dichtel 1-14/+27
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Gravatar Nicolas Dichtel 1-2/+2
2015-05-09netns: always provide the id to rtnl_net_fill()Gravatar Nicolas Dichtel 1-20/+11
2015-05-09netns: returns always an id in __peernet2id()Gravatar Nicolas Dichtel 1-11/+8
2015-04-16netns: remove duplicated include from net_namespace.cGravatar Wei Yongjun 1-1/+0
2015-04-07netns: allow to dump netns idsGravatar Nicolas Dichtel 1-1/+48
2015-04-07netns: notify netns id eventsGravatar Nicolas Dichtel 1-8/+44
2015-04-07netns: minor cleanup in rtnl_net_getid()Gravatar Nicolas Dichtel 1-1/+1
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-16/+12
2015-04-03netns: don't allocate an id for dead netnsGravatar Nicolas Dichtel 1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Gravatar Nicolas Dichtel 1-15/+9
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-9/+15
2015-03-29netns: don't clear nsid too early on removalGravatar Nicolas Dichtel 1-9/+15
2015-03-12net: Kill hold_net release_netGravatar Eric W. Biederman 1-11/+0
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-0/+1
2015-01-23vxlan: advertise netns of vxlan dev in fdb msgGravatar Nicolas Dichtel 1-0/+1
2015-01-23nl80211: Allow set network namespace by fdGravatar Vadim Kochan 1-0/+1
2015-01-19netns: add rtnl cmd to add and get peer netns idsGravatar Nicolas Dichtel 1-0/+211
2014-12-04bury struct proc_ns in fs/procGravatar Al Viro 1-3/+1
2014-12-04copy address of proc_ns_ops into ns_commonGravatar Al Viro 1-2/+7
2014-12-04new helpers: ns_alloc_inum/ns_free_inumGravatar Al Viro 1-2/+2
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Gravatar Al Viro 1-9/+3
2014-12-04netns: switch ->get()/->put()/->install()/->inum() to working with &net->nsGravatar Al Viro 1-6/+10
2014-12-04common object embedded into various struct ....nsGravatar Al Viro 1-3/+3
2014-09-09netns: remove one sparse warningGravatar Eric Dumazet 1-1/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyGravatar Eric W. Biederman 1-4/+6
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Gravatar Cong Wang 1-1/+1
2014-04-26net_namespace: trivial cleanupGravatar xiao jin 1-1/+1
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyGravatar Eric W. Biederman 1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hGravatar David Howells 1-3/+4