index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net_namespace.c
Age
Commit message (
Expand
)
Author
2016-12-14
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2016-12-14
netns: avoid disabling irq for netns id
Paul Moore
2016-12-03
netns: fix net_generic() "id - 1" bloat
Alexey Dobriyan
2016-12-03
netns: add dummy struct inside "struct net_generic"
Alexey Dobriyan
2016-12-03
netns: publish net_generic correctly
Alexey Dobriyan
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
2016-11-17
net: check dead netns for peernet2id_alloc()
WANG Cong
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-23
net: allow to kill a task which waits net_mutex in copy_new_ns
Andrey Vagin
2016-10-22
netns: revert "netns: avoid disabling irq for netns id"
Paul Moore
2016-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-09-23
netns: move {inc,dec}_net_namespaces into #ifdef
Arnd Bergmann
2016-09-22
Merge branch 'nsfs-ioctls' into HEAD
Eric W. Biederman
2016-09-22
kernel: add a helper to get an owning user namespace for a namespace
Andrey Vagin
2016-09-22
userns: When the per user per user namespace limit is reached return ENOSPC
Eric W. Biederman
2016-09-04
netns: avoid disabling irq for netns id
WANG Cong
2016-09-04
vxlan: call peernet2id() in fdb notification
WANG Cong
2016-09-01
netns: make nla_policy const
stephen hemminger
2016-08-14
netns: do not call pernet ops for not yet set up init_net namespace
Dmitry Torokhov
2016-08-08
netns: Add a limit on the number of net namespaces
Eric W. Biederman
2015-05-17
netns: make nsid_lock per net
WANG Cong
2015-05-14
netns: fix unbalanced spin_lock on error
Nicolas Dichtel
2015-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-12
netns: return RTM_NEWNSID instead of RTM_GETNSID on a get
Nicolas Dichtel
2015-05-09
netlink: allow to listen "all" netns
Nicolas Dichtel
2015-05-09
netns: use a spin_lock to protect nsid management
Nicolas Dichtel
2015-05-09
netns: notify new nsid outside __peernet2id()
Nicolas Dichtel
2015-05-09
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
2015-05-09
netns: always provide the id to rtnl_net_fill()
Nicolas Dichtel
2015-05-09
netns: returns always an id in __peernet2id()
Nicolas Dichtel
2015-04-16
netns: remove duplicated include from net_namespace.c
Wei Yongjun
2015-04-07
netns: allow to dump netns ids
Nicolas Dichtel
2015-04-07
netns: notify netns id events
Nicolas Dichtel
2015-04-07
netns: minor cleanup in rtnl_net_getid()
Nicolas Dichtel
2015-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-03
netns: don't allocate an id for dead netns
Nicolas Dichtel
2015-04-03
Revert "netns: don't clear nsid too early on removal"
Nicolas Dichtel
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-29
netns: don't clear nsid too early on removal
Nicolas Dichtel
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
2015-02-04
Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...
David S. Miller
2015-01-23
vxlan: advertise netns of vxlan dev in fdb msg
Nicolas Dichtel
2015-01-23
nl80211: Allow set network namespace by fd
Vadim Kochan
2015-01-19
netns: add rtnl cmd to add and get peer netns ids
Nicolas Dichtel
2014-12-04
bury struct proc_ns in fs/proc
Al Viro
2014-12-04
copy address of proc_ns_ops into ns_common
Al Viro
2014-12-04
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
2014-12-04
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
2014-12-04
netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns
Al Viro
[next]