Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7d3bf613e99abbd96ac7b90ee3694a246c975021
/
net
/
core
/
net_namespace.c
554873e
net: Do not take net_rwsem in __rtnl_link_unregister()
by Kirill Tkhai
· 7 years ago
f0b07bb1
net: Introduce net_rwsem to protect net_namespace_list
by Kirill Tkhai
· 7 years ago
8518e9b
net: Add more comments
by Kirill Tkhai
· 7 years ago
4420bf2
net: Rename net_sem to pernet_ops_rwsem
by Kirill Tkhai
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
094374e
net: Reflect all pernet_operations are converted
by Kirill Tkhai
· 7 years ago
d9ff304
net: Replace ip_ra_lock with per-net mutex
by Kirill Tkhai
· 7 years ago
30855ff
net: Make account struct net to memcg
by Kirill Tkhai
· 7 years ago
08009a7
net: make kmem caches as __ro_after_init
by Alexey Dobriyan
· 7 years ago
8349efd
net: Queue net_cleanup_work only if there is first net added
by Kirill Tkhai
· 7 years ago
65b7b5b
net: Make cleanup_list and net::cleanup_list of llist type
by Kirill Tkhai
· 7 years ago
19efbd9
net: Kill net_mutex
by Kirill Tkhai
· 7 years ago
ff291d0
net: Convert net_defaults_ops
by Kirill Tkhai
· 7 years ago
3fc3b82
net: Convert net_ns_ops methods
by Kirill Tkhai
· 7 years ago
447cd7a
net: Allow pernet_operations to be executed in parallel
by Kirill Tkhai
· 7 years ago
bcab1dd
net: Move mutex_unlock() in cleanup_net() up
by Kirill Tkhai
· 7 years ago
1a57feb
net: Introduce net_sem for protection of pernet_list
by Kirill Tkhai
· 7 years ago
5ba049a
net: Cleanup in copy_net_ns()
by Kirill Tkhai
· 7 years ago
98f6c53
net: Assign net to net_namespace_list in setup_net()
by Kirill Tkhai
· 7 years ago
fb07a82
net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme
by Kirill Tkhai
· 7 years ago
4215727
net: Remove spinlock from get_net_ns_by_id()
by Kirill Tkhai
· 7 years ago
0c06bea
net: Fix possible race in peernet2id_alloc()
by Kirill Tkhai
· 7 years ago
273c28b
net: Convert atomic_t net::count to refcount_t
by Kirill Tkhai
· 7 years ago
21b5944
net: Fix double free and memory corruption in get_net_ns_by_id()
by Eric W. Biederman
· 7 years ago
7cbebc8
net: export peernet2id_alloc
by Jiri Benc
· 7 years ago
165b911
net: call newid/getid without rtnl mutex held
by Florian Westphal
· 7 years ago
b97bac6
rtnetlink: make rtnl_register accept a flags parameter
by Florian Westphal
· 7 years ago
c122e14
net: convert net.passive from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
52a623b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
7866cc5
netns: add and use net_ns_barrier
by Florian Westphal
· 8 years ago
10d486a
netns: fix error code when the nsid is already used
by Nicolas Dichtel
· 8 years ago
4a7f7bc
netns: define extack error msg for nsis cmds
by Nicolas Dichtel
· 8 years ago
7c3f1875
net: move somaxconn init from sysctl code
by Roman Kapl
· 8 years ago
b5082df
net: Initialise init_net.count to 1
by David Howells
· 8 years ago
c21ef3e
net: rtnetlink: plumb extended ack to doit function
by David Ahern
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
f719ff9b
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
dcdaa2f
Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
fba143c
netns: avoid disabling irq for netns id
by Paul Moore
· 8 years ago
6af2d5f
netns: fix net_generic() "id - 1" bloat
by Alexey Dobriyan
· 8 years ago
9bfc7b9
netns: add dummy struct inside "struct net_generic"
by Alexey Dobriyan
· 8 years ago
1a9a0592
netns: publish net_generic correctly
by Alexey Dobriyan
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
cfc44a4
net: check dead netns for peernet2id_alloc()
by WANG Cong
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7281a66
net: allow to kill a task which waits net_mutex in copy_new_ns
by Andrey Vagin
· 8 years ago
2a73306
netns: revert "netns: avoid disabling irq for netns id"
by Paul Moore
· 8 years ago
14986a3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
2ed6afd
netns: move {inc,dec}_net_namespaces into #ifdef
by Arnd Bergmann
· 8 years ago
7872559
Merge branch 'nsfs-ioctls' into HEAD
by Eric W. Biederman
· 8 years ago
bcac25a
kernel: add a helper to get an owning user namespace for a namespace
by Andrey Vagin
· 8 years ago
df75e77
userns: When the per user per user namespace limit is reached return ENOSPC
by Eric W. Biederman
· 8 years ago
bc51ddd
netns: avoid disabling irq for netns id
by WANG Cong
· 8 years ago
38f507f
vxlan: call peernet2id() in fdb notification
by WANG Cong
· 8 years ago
3ee5256
netns: make nla_policy const
by stephen hemminger
· 8 years ago
f8c46cb
netns: do not call pernet ops for not yet set up init_net namespace
by Dmitry Torokhov
· 8 years ago
7032866
netns: Add a limit on the number of net namespaces
by Eric W. Biederman
· 8 years ago
de13346
netns: make nsid_lock per net
by WANG Cong
· 10 years ago
0c58a2d
netns: fix unbalanced spin_lock on error
by Nicolas Dichtel
· 10 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
e3d8ecb
netns: return RTM_NEWNSID instead of RTM_GETNSID on a get
by Nicolas Dichtel
· 10 years ago
59324cf
netlink: allow to listen "all" netns
by Nicolas Dichtel
· 10 years ago
95f3841
netns: use a spin_lock to protect nsid management
by Nicolas Dichtel
· 10 years ago
3138dbf
netns: notify new nsid outside __peernet2id()
by Nicolas Dichtel
· 10 years ago
7a0877d
netns: rename peernet2id() to peernet2id_alloc()
by Nicolas Dichtel
· 10 years ago
cab3c8e
netns: always provide the id to rtnl_net_fill()
by Nicolas Dichtel
· 10 years ago
109582af
netns: returns always an id in __peernet2id()
by Nicolas Dichtel
· 10 years ago
5a950ad
netns: remove duplicated include from net_namespace.c
by Wei Yongjun
· 10 years ago
a143c40
netns: allow to dump netns ids
by Nicolas Dichtel
· 10 years ago
9a96345
netns: notify netns id events
by Nicolas Dichtel
· 10 years ago
b111e4e
netns: minor cleanup in rtnl_net_getid()
by Nicolas Dichtel
· 10 years ago
c85d697
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
576b7cd
netns: don't allocate an id for dead netns
by Nicolas Dichtel
· 10 years ago
6d458f5
Revert "netns: don't clear nsid too early on removal"
by Nicolas Dichtel
· 10 years ago
9f0d34b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
4217291
netns: don't clear nsid too early on removal
by Nicolas Dichtel
· 10 years ago
efd7ef1
net: Kill hold_net release_net
by Eric W. Biederman
· 10 years ago
940288b
Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 10 years ago
193523b
vxlan: advertise netns of vxlan dev in fdb msg
by Nicolas Dichtel
· 10 years ago
4b681c8
nl80211: Allow set network namespace by fd
by Vadim Kochan
· 10 years ago
0c7aecd
netns: add rtnl cmd to add and get peer netns ids
by Nicolas Dichtel
· 10 years ago
f77c801
bury struct proc_ns in fs/proc
by Al Viro
· 10 years ago
33c4294
copy address of proc_ns_ops into ns_common
by Al Viro
· 10 years ago
6344c43
new helpers: ns_alloc_inum/ns_free_inum
by Al Viro
· 10 years ago
6496452
make proc_ns_operations work with struct ns_common * instead of void *
by Al Viro
· 10 years ago
ff24870
netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns
by Al Viro
· 10 years ago
435d5f4
common object embedded into various struct ....ns
by Al Viro
· 10 years ago
416c51e
netns: remove one sparse warning
by Eric Dumazet
· 10 years ago
728dba3
namespaces: Use task_lock and not rcu to protect nsproxy
by Eric W. Biederman
· 11 years ago
54e5c4d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
200b916
rtnetlink: wait for unregistering devices in rtnl_link_unregister()
by Cong Wang
· 11 years ago
1818ce4
net_namespace: trivial cleanup
by xiao jin
· 11 years ago
c7b96ac
userns: Kill nsown_capable it makes the wrong thing easy
by Eric W. Biederman
· 12 years ago
0bb80f2
proc: Split the namespace stuff out into linux/proc_ns.h
by David Howells
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
5e4a084
userns: Require CAP_SYS_ADMIN for most uses of setns.
by Eric W. Biederman
· 12 years ago
98f842e
proc: Usable inode numbers for the namespace file descriptors.
by Eric W. Biederman
· 14 years ago
142e1d1
userns: Allow unprivileged use of setns.
by Eric W. Biederman
· 12 years ago
038e733
userns: make each net (net_ns) belong to a user_ns
by Eric W. Biederman
· 13 years ago
Next »