index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
net_namespace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
userns: Allow unprivileged use of setns.
Eric W. Biederman
2012-11-20
1
-1
/
+6
*
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
2012-11-18
1
-4
/
+12
*
netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
Eric W. Biederman
2012-11-18
1
-7
/
+0
*
net: Statically initialize init_net.dev_base_head
Rustad, Mark D
2012-07-18
1
-1
/
+3
*
net: core: Use pr_<level>
Joe Perches
2012-05-17
1
-2
/
+4
*
netns: do not leak net_generic data on failed init
Julian Anastasov
2012-04-18
1
-15
/
+18
*
netns: fix net_alloc_generic()
Eric Dumazet
2012-01-26
1
-15
/
+16
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
rtnl: provide link dump consistency info
Thomas Graf
2011-07-01
1
-0
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-06-16
1
-2
/
+10
|
\
|
*
Delay struct net freeing while there's a sysfs instance refering to it
Al Viro
2011-06-12
1
-2
/
+10
*
|
get_net_ns_by_fd() oopses if proc_ns_fget() returns an error
Al Viro
2011-06-05
1
-9
/
+7
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
Linus Torvalds
2011-05-25
1
-0
/
+65
|
\
|
*
net: fix get_net_ns_by_fd for !CONFIG_NET_NS
Stephen Rothwell
2011-05-24
1
-22
/
+27
|
*
net: Allow setting the network namespace by fd
Eric W. Biederman
2011-05-10
1
-2
/
+31
|
*
ns proc: Add support for the network namespace.
Eric W. Biederman
2011-05-10
1
-0
/
+31
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-20
1
-8
/
+4
|
\
\
|
*
|
net: minor cleanup to net_namespace.c.
Rob Landley
2011-04-15
1
-8
/
+4
|
|
/
*
|
net,rcu: convert call_rcu(net_generic_release) to kfree_rcu()
Lai Jiangshan
2011-05-07
1
-9
/
+1
|
/
*
net_ns: add __rcu annotations
Eric Dumazet
2010-10-25
1
-1
/
+3
*
net: disallow to use net_assign_generic externally
Jiri Pirko
2010-04-27
1
-46
/
+45
*
netns: rename unregister_pernet_subsys parameter
Jiri Pirko
2010-04-25
1
-2
/
+2
*
netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}
Eric W. Biederman
2009-12-03
1
-2
/
+6
*
net: Move network device exit batching
Eric W. Biederman
2009-12-03
1
-24
/
+0
*
net: Add support for batching network namespace cleanups
Eric W. Biederman
2009-12-03
1
-61
/
+61
*
net: Automatically allocate per namespace data.
Eric W. Biederman
2009-12-01
1
-86
/
+102
*
net: Batch network namespace destruction.
Eric W. Biederman
2009-12-01
1
-8
/
+58
*
net: use net_eq to compare nets
Octavian Purdila
2009-11-25
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-12
1
-1
/
+1
|
\
|
*
net: net_assign_generic() fix
Eric Dumazet
2009-08-02
1
-1
/
+1
*
|
net: move and export get_net_ns_by_pid
Johannes Berg
2009-07-12
1
-0
/
+21
*
|
net: make namespace iteration possible under RCU
Johannes Berg
2009-07-12
1
-3
/
+11
|
/
*
netns: simplify net_ns_init
Stephen Hemminger
2009-05-21
1
-4
/
+2
*
netns: remove leftover debugging message
Stephen Hemminger
2009-05-21
1
-1
/
+0
[next]