Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c8235c2891d0561960fd5d62fdda58cfb6e503b2
/
include
/
net
/
net_namespace.h
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
94e5e30
net: add uevent socket member
by Christian Brauner
· 7 years ago
6056415d
net: Add comment about pernet_operations methods and synchronization
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
447cd7a
net: Allow pernet_operations to be executed in parallel
by Kirill Tkhai
· 7 years ago
3e3ab9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
4ee806d
net: tcp: close sock if net namespace is exiting
by Dan Streetman
· 7 years ago
273c28b
net: Convert atomic_t net::count to refcount_t
by Kirill Tkhai
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
04b1d4e
net: core: Make the FIB notification chain generic
by Ido Schimmel
· 7 years ago
e06fdaf
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
c122e14
net: convert net.passive from atomic_t to refcount_t
by Reshetova, Elena
· 7 years ago
3859a27
randstruct: Mark various structs for randomization
by Kees Cook
· 8 years ago
7866cc5
netns: add and use net_ns_barrier
by Florian Westphal
· 7 years ago
8e8cda6
can: initial support for network namespaces
by Mario Kicherer
· 8 years ago
f9aa9dc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0f5258c
netns: fix get_net_ns_by_fd(int pid) typo
by Stefan Hajnoczi
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
7032866
netns: Add a limit on the number of net namespaces
by Eric W. Biederman
· 8 years ago
bd721ea
treewide: replace obsolete _refok by __ref
by Fabian Frederick
· 8 years ago
19576c9
netfilter: cttimeout: add netns support
by Pablo Neira
· 9 years ago
3499abb
netfilter: nfacct: per network namespace support
by Andreas Schultz
· 9 years ago
04c52de
net: include missing headers in net/net_namespace.h
by Pablo Neira Ayuso
· 9 years ago
de13346
netns: make nsid_lock per net
by WANG Cong
· 9 years ago
59324cf
netlink: allow to listen "all" netns
by Nicolas Dichtel
· 10 years ago
7a0877d
netns: rename peernet2id() to peernet2id_alloc()
by Nicolas Dichtel
· 10 years ago
0c5c9fb
net: Introduce possible_net_t
by Eric W. Biederman
· 10 years ago
efd7ef1
net: Kill hold_net release_net
by Eric W. Biederman
· 10 years ago
33cf7c9
net: add real socket cookies
by Eric Dumazet
· 10 years ago
0189197
mpls: Basic routing support
by Eric W. Biederman
· 10 years ago
0c7aecd
netns: add rtnl cmd to add and get peer netns ids
by Nicolas Dichtel
· 10 years ago
435d5f4
common object embedded into various struct ....ns
by Al Viro
· 10 years ago
705f1c8
ipv6: remove rt6i_genid
by Hannes Frederic Sowa
· 10 years ago
7e65eac
6lowpan: nuke net_ieee802154_lowpan() accessor when 6lowpan is disabled
by Luis R. Rodriguez
· 11 years ago
599018a
6lowpan: add helper to get 6lowpan namespace
by Luis R. Rodriguez
· 11 years ago
6a66271
ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iif
by Cong Wang
· 11 years ago
633fc86
net: ns: add ieee802154_6lowpan namespace
by Alexander Aring
· 11 years ago
535d3ae
net: Move prototype declaration to header file include/net/net_namespace.h from net/ipx/af_ipx.c
by Rashika Kheria
· 11 years ago
99633ab
netfilter: nf_tables: complete net namespace support
by Pablo Neira Ayuso
· 11 years ago
4fbef95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
50624c9
net: Delay default_device_exit_batch until no devices are unregistering v2
by Eric W. Biederman
· 11 years ago
e67e16e
net_namespace.h: Remove extern from function prototypes
by Joe Perches
· 11 years ago
ca4c3fc
net: split rt_genid for ipv4 and ipv6
by fan.du
· 11 years ago
8b4d14d
netns: exclude ipvs from struct net when IPVS disabled
by JunweiZhang
· 11 years ago
5aad1de
ipv4: use separate genid for next hop exceptions
by Timo Teräs
· 11 years ago
f3c1a44
netfilter: make /proc/net/netfilter pernet
by Gao feng
· 12 years ago
98f842e
proc: Usable inode numbers for the namespace file descriptors.
by Eric W. Biederman
· 13 years ago
038e733
userns: make each net (net_ns) belong to a user_ns
by Eric W. Biederman
· 12 years ago
d727abc
netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
by Eric W. Biederman
· 12 years ago
04a6f82
sections: fix section conflicts in net
by Andi Kleen
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
c038a76
ipv6: add a new namespace for nf_conntrack_reasm
by Amerigo Wang
· 12 years ago
b42664f
netns: move net->ipv4.rt_genid to net->rt_genid
by Nicolas Dichtel
· 12 years ago
4db67e8
sctp: Make the address lists per network namespace
by Eric W. Biederman
· 12 years ago
1fb9489
net: Loopback ifindex is constant now
by Pavel Emelyanov
· 12 years ago
aa79e66
net: Make ifindex generation per-net namespace
by Pavel Emelyanov
· 12 years ago
51d7ccc
net: make sock diag per-namespace
by Andrey Vagin
· 12 years ago
48c7495
net sysctl: Add place holder functions for when sysctl support is compiled out of the kernel.
by Eric W. Biederman
· 13 years ago
5f568e5
net: Remove register_net_sysctl_table
by Eric W. Biederman
· 13 years ago
4344475
net: Kill register_sysctl_rotable
by Eric W. Biederman
· 13 years ago
2ca794e
net sysctl: Initialize the network sysctls sooner to avoid problems.
by Eric W. Biederman
· 13 years ago
ab41a2c
net: Implement register_net_sysctl.
by Eric W. Biederman
· 13 years ago
dfd56b8
net: use IS_ENABLED(CONFIG_IPV6)
by Eric Dumazet
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
4e985ad
rtnl: provide link dump consistency info
by Thomas Graf
· 13 years ago
a685e08
Delay struct net freeing while there's a sysfs instance refering to it
by Al Viro
· 13 years ago
10799db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 13 years ago
bee9525
net: Add linux/sysctl.h includes where needed.
by David S. Miller
· 13 years ago
f063052
net: Allow setting the network namespace by fd
by Eric W. Biederman
· 14 years ago
2553d06
ipvs: move struct netns_ipvs
by Julian Anastasov
· 14 years ago
61b1ab4
IPVS: netns, add basic init per netns.
by Hans Schillstrom
· 14 years ago
1c87733
net_ns: add __rcu annotations
by Eric Dumazet
· 14 years ago
8e602ce
netns: reorder fields in struct net
by Eric Dumazet
· 14 years ago
8467005
nsproxy: remove INIT_NSPROXY()
by Alexey Dobriyan
· 15 years ago
cd8c20b
netfilter: nfnetlink: netns support
by Alexey Dobriyan
· 15 years ago
72ad937
net: Add support for batching network namespace cleanups
by Eric W. Biederman
· 15 years ago
65c0cfa
net: remove [un]register_pernet_gen_... and update the docs.
by Eric W. Biederman
· 15 years ago
f875bae
net: Automatically allocate per namespace data.
by Eric W. Biederman
· 15 years ago
2b035b3
net: Batch network namespace destruction.
by Eric W. Biederman
· 15 years ago
7c28bd0
rtnetlink: speedup rtnl_dump_ifinfo()
by Eric Dumazet
· 15 years ago
3d23e34
wext: refactor
by Johannes Berg
· 15 years ago
4edf547
net: explain netns notifiers a little better
by Johannes Berg
· 15 years ago
b333b3d22
wireless extensions: make netns aware
by Johannes Berg
· 15 years ago
30ffee8
net: move and export get_net_ns_by_pid
by Johannes Berg
· 15 years ago
134e637
genetlink: make netns aware
by Johannes Berg
· 15 years ago
11a28d3
net: make namespace iteration possible under RCU
by Johannes Berg
· 15 years ago
17edde5
netns: Remove net_alive
by Eric W. Biederman
· 16 years ago
d62ddc2
netns xfrm: add netns boilerplate
by Alexey Dobriyan
· 16 years ago
8f424b5
net: Introduce read_pnet() and write_pnet() helpers
by Eric Dumazet
· 16 years ago
485ac57
netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsys
by Alexey Dobriyan
· 16 years ago
dfdb8d7
netfilter: netns nf_conntrack: add netns boilerplate
by Alexey Dobriyan
· 16 years ago
7345509
[PATCH] beginning of sysctl cleanup - ctl_table_set
by Al Viro
· 16 years ago
852566f5
mib: add netns/mib.h file
by Pavel Emelyanov
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b9f75f4
netns: Don't receive new packets in a dead network namespace.
by Eric W. Biederman
· 16 years ago
d62c612
netns: Introduce sysctl root for read-only net sysctls.
by Pavel Emelyanov
· 16 years ago
Next »