Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0cb29de871080ca9fc9ab7db4529b33c33885f02
/
net
/
ipv6
/
inet6_hashtables.c
e4cabca
inet: Fix missing return value in inet6_hash
by Craig Gallek
· 8 years ago
a04a480
net: Require exact match for TCP socket lookups if dif is l3mdev
by David Ahern
· 8 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
03c5b53
ipv6: fix inet6_lookup_listener()
by Eric Dumazet
· 9 years ago
3b24d85
tcp/dccp: do not touch listener sk_refcnt under synflood
by Eric Dumazet
· 9 years ago
2d33191
tcp/dccp: use rcu locking in inet_diag_find_one_icsk()
by Eric Dumazet
· 9 years ago
ee3cf32
tcp/dccp: remove BH disable/enable in lookup
by Eric Dumazet
· 9 years ago
c125e80
soreuseport: fast reuseport TCP socket selection
by Craig Gallek
· 9 years ago
a583636
inet: refactor inet[6]_lookup functions to take skb
by Craig Gallek
· 9 years ago
496611d
inet: create IPv6-equivalent inet_hash function
by Craig Gallek
· 9 years ago
70da268
net: SO_INCOMING_CPU setsockopt() support
by Eric Dumazet
· 9 years ago
dbe7faa
inet: inet_twsk_deschedule factorization
by Eric Dumazet
· 9 years ago
fc01538f
inet: simplify timewait refcounting
by Eric Dumazet
· 9 years ago
e2baad9
tcp: connect() from bound sockets can be faster
by Eric Dumazet
· 9 years ago
789f558
tcp/dccp: get rid of central timewait timer
by Eric Dumazet
· 10 years ago
b4d6444
inet: get rid of last __inet_hash_connect() argument
by Eric Dumazet
· 10 years ago
77a6a47
ipv6: get rid of __inet6_hash()
by Eric Dumazet
· 10 years ago
d1e559d
inet: add IPv6 support to sk_ehashfn()
by Eric Dumazet
· 10 years ago
6eada01
netns: constify net_hash_mix() and various callers
by Eric Dumazet
· 10 years ago
4c83acb
ipv6: White-space cleansing : gaps between function and symbol export
by Ian Morris
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
8fc54f6
net: use reciprocal_scale() helper
by Daniel Borkmann
· 10 years ago
1bbdcee
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
b50026b
ipv6: split inet6_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
efe4208
ipv6: make lookups simpler and faster
by Eric Dumazet
· 11 years ago
05dbc7b
tcp/dccp: remove twchain
by Eric Dumazet
· 11 years ago
80ad1d6
net: do not call sock_put() on TIMEWAIT sockets
by Eric Dumazet
· 11 years ago
5ba2495
soreuseport: TCP/IPv6 implementation
by Tom Herbert
· 12 years ago
ce43b03
net: move inet_dport/inet_num in sock_common
by Eric Dumazet
· 12 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
42b16b3
Kill off warning: ‘inline’ is not at beginning of declaration
by Jesper Juhl
· 14 years ago
9327f70
tcp: Fix a connect() race with timewait sockets
by Eric Dumazet
· 15 years ago
13475a3
tcp: connect() race with timewait reuse
by Eric Dumazet
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
f373b53
tcp: replace ehash_size by ehash_mask
by Eric Dumazet
· 15 years ago
3f53a38
ipv6: don't use tw net when accounting for recycled tw
by Pavel Emelyanov
· 16 years ago
c25eb3b
net: Convert TCP/DCCP listening hash tables to use RCU
by Eric Dumazet
· 16 years ago
9db66bd
net: convert TCP/DCCP ehash rwlocks to spinlocks
by Eric Dumazet
· 16 years ago
5caea4e
net: listening_hash get a spinlock per bucket
by Eric Dumazet
· 16 years ago
3ab5aee
net: Convert TCP & DCCP hash tables to use RCU / hlist_nulls
by Eric Dumazet
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
33de014
inet6: add struct net argument to inet6_ehashfn
by Pavel Emelyanov
· 16 years ago
2086a65
inet: add struct net argument to inet_lhashfn
by Pavel Emelyanov
· 16 years ago
c29a0bc
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
by Pavel Emelyanov
· 17 years ago
878628f
[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
39d8cda
[SOCK]: Add udp_hash member to struct proto.
by Pavel Emelyanov
· 17 years ago
5d8c0aa
[INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.
by Pavel Emelyanov
· 17 years ago
ab1e0a1
[SOCK] proto: Add hashinfo member to struct proto
by Arnaldo Carvalho de Melo
· 17 years ago
d86e0da
[NETNS]: Tcp-v6 sockets per-net lookup.
by Pavel Emelyanov
· 17 years ago
5ee31fc
[INET]: Consolidate inet(6)_hash_connect.
by Pavel Emelyanov
· 17 years ago
535174e
[IPV6]: Introduce the INET6_TW_MATCH macro.
by Pavel Emelyanov
· 17 years ago
65f7651
[NET]: prot_inuse cleanups and optimizations
by Eric Dumazet
· 17 years ago
b3652b2
[IPV6]: Mischecked tw match in __inet6_check_established.
by Pavel Emelyanov
· 17 years ago
230140c
[INET]: Remove per bucket rwlock in tcp/dccp ehash table.
by Eric Dumazet
· 17 years ago
a25de53
[INET]: Justification for local port range robustness.
by Anton Arapov
· 17 years ago
227b60f
[INET]: local port range robustness
by Stephen Hemminger
· 17 years ago
6e1d9d0
[IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index.
by YOSHIFUJI Hideaki
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
dbca9b275
[NET]: change layout of ehash table
by Eric Dumazet
· 18 years ago
d2ecd9c
[IPV6]: annotate inet6_hashtables
by Al Viro
· 18 years ago
4f765d8
[IPV4]: INET_MATCH() annotations
by Al Viro
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
b1a7ffc
[IPV6]: Deinline few large functions in inet6 code
by Denis Vlasenko
· 19 years ago
3759fa9
[TCP]: Fix zero port problem in IPv6
by Herbert Xu
· 19 years ago
d8313f5
[INET6]: Generalise tcp_v6_hash_connect
by Arnaldo Carvalho de Melo
· 19 years ago
5324a04
[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c
by Arnaldo Carvalho de Melo
· 19 years ago