index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
net_namespace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-10-06
1
-1
/
+27
|
\
|
*
netns: move {inc,dec}_net_namespaces into #ifdef
Arnd Bergmann
2016-09-23
1
-10
/
+10
|
*
Merge branch 'nsfs-ioctls' into HEAD
Eric W. Biederman
2016-09-22
1
-0
/
+6
|
|
\
|
|
*
kernel: add a helper to get an owning user namespace for a namespace
Andrey Vagin
2016-09-22
1
-0
/
+6
|
*
|
userns: When the per user per user namespace limit is reached return ENOSPC
Eric W. Biederman
2016-09-22
1
-1
/
+1
|
*
|
netns: Add a limit on the number of net namespaces
Eric W. Biederman
2016-08-08
1
-1
/
+21
|
|
/
*
|
netns: avoid disabling irq for netns id
WANG Cong
2016-09-04
1
-20
/
+15
*
|
vxlan: call peernet2id() in fdb notification
WANG Cong
2016-09-04
1
-1
/
+1
*
|
netns: make nla_policy const
stephen hemminger
2016-09-01
1
-1
/
+1
*
|
netns: do not call pernet ops for not yet set up init_net namespace
Dmitry Torokhov
2016-08-14
1
-4
/
+17
|
/
*
netns: make nsid_lock per net
WANG Cong
2015-05-17
1
-16
/
+16
*
netns: fix unbalanced spin_lock on error
Nicolas Dichtel
2015-05-14
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-13
1
-1
/
+1
|
\
|
*
netns: return RTM_NEWNSID instead of RTM_GETNSID on a get
Nicolas Dichtel
2015-05-12
1
-1
/
+1
*
|
netlink: allow to listen "all" netns
Nicolas Dichtel
2015-05-09
1
-1
/
+9
*
|
netns: use a spin_lock to protect nsid management
Nicolas Dichtel
2015-05-09
1
-13
/
+44
*
|
netns: notify new nsid outside __peernet2id()
Nicolas Dichtel
2015-05-09
1
-14
/
+27
*
|
netns: rename peernet2id() to peernet2id_alloc()
Nicolas Dichtel
2015-05-09
1
-2
/
+2
*
|
netns: always provide the id to rtnl_net_fill()
Nicolas Dichtel
2015-05-09
1
-20
/
+11
*
|
netns: returns always an id in __peernet2id()
Nicolas Dichtel
2015-05-09
1
-11
/
+8
|
/
*
netns: remove duplicated include from net_namespace.c
Wei Yongjun
2015-04-16
1
-1
/
+0
*
netns: allow to dump netns ids
Nicolas Dichtel
2015-04-07
1
-1
/
+48
*
netns: notify netns id events
Nicolas Dichtel
2015-04-07
1
-8
/
+44
*
netns: minor cleanup in rtnl_net_getid()
Nicolas Dichtel
2015-04-07
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-06
1
-16
/
+12
|
\
|
*
netns: don't allocate an id for dead netns
Nicolas Dichtel
2015-04-03
1
-1
/
+3
|
*
Revert "netns: don't clear nsid too early on removal"
Nicolas Dichtel
2015-04-03
1
-15
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-02
1
-9
/
+15
|
\
|
|
*
netns: don't clear nsid too early on removal
Nicolas Dichtel
2015-03-29
1
-9
/
+15
*
|
net: Kill hold_net release_net
Eric W. Biederman
2015-03-12
1
-11
/
+0
|
/
*
Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...
David S. Miller
2015-02-04
1
-0
/
+1
|
\
|
*
nl80211: Allow set network namespace by fd
Vadim Kochan
2015-01-23
1
-0
/
+1
*
|
vxlan: advertise netns of vxlan dev in fdb msg
Nicolas Dichtel
2015-01-23
1
-0
/
+1
*
|
netns: add rtnl cmd to add and get peer netns ids
Nicolas Dichtel
2015-01-19
1
-0
/
+211
*
|
bury struct proc_ns in fs/proc
Al Viro
2014-12-04
1
-3
/
+1
*
|
copy address of proc_ns_ops into ns_common
Al Viro
2014-12-04
1
-2
/
+7
*
|
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
2014-12-04
1
-2
/
+2
*
|
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
2014-12-04
1
-9
/
+3
*
|
netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns
Al Viro
2014-12-04
1
-6
/
+10
*
|
common object embedded into various struct ....ns
Al Viro
2014-12-04
1
-3
/
+3
|
/
*
netns: remove one sparse warning
Eric Dumazet
2014-09-09
1
-1
/
+1
*
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
2014-07-29
1
-4
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-1
/
+1
|
\
|
*
rtnetlink: wait for unregistering devices in rtnl_link_unregister()
Cong Wang
2014-05-15
1
-1
/
+1
*
|
net_namespace: trivial cleanup
xiao jin
2014-04-26
1
-1
/
+1
|
/
*
userns: Kill nsown_capable it makes the wrong thing easy
Eric W. Biederman
2013-08-30
1
-1
/
+1
*
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
2013-05-01
1
-3
/
+4
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
userns: Require CAP_SYS_ADMIN for most uses of setns.
Eric W. Biederman
2012-12-14
1
-1
/
+2
*
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
2012-11-20
1
-0
/
+24
[next]