index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
inet6_hashtables.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
inet6: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
2024-08-06
1
-6
/
+7
*
inet: constify inet_sk_bound_dev_eq() net parameter
Eric Dumazet
2024-08-06
1
-1
/
+1
*
tcp: get rid of twsk_unique()
Eric Dumazet
2024-05-10
1
-1
/
+3
*
ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata
Eric Dumazet
2024-03-08
1
-4
/
+2
*
ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+1
*
net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
Lorenz Bauer
2023-07-31
1
-2
/
+0
*
net: remove duplicate sk_lookup helpers
Lorenz Bauer
2023-07-25
1
-15
/
+16
*
net: document inet[6]_lookup_reuseport sk_state requirements
Lorenz Bauer
2023-07-25
1
-0
/
+15
*
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
2023-07-25
1
-4
/
+10
*
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
2023-07-25
1
-9
/
+10
*
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
2022-09-20
1
-3
/
+1
*
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
2022-05-16
1
-3
/
+3
*
net: inet: Retire port only listening_hash
Martin KaFai Lau
2022-05-13
1
-3
/
+2
*
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
2022-05-05
1
-2
/
+2
*
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
2022-02-10
1
-4
/
+1
*
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
2021-11-11
1
-4
/
+4
*
net: prefer socket bound to interface when not in VRF
Mike Manning
2021-10-07
1
-1
/
+1
*
net: ipv6: remove unused arg exact_dif in compute_score
Miaohe Lin
2020-08-31
1
-4
/
+2
*
inet6: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-18
1
-0
/
+35
*
inet6: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
2020-07-18
1
-9
/
+22
*
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
2019-10-30
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-5
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
net: ipv6: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
2019-06-06
1
-1
/
+1
|
/
*
net: tcp6: prefer listeners bound to an address
Peter Oskolkov
2018-12-15
1
-48
/
+6
*
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
2018-11-08
1
-8
/
+6
*
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2018-08-11
1
-5
/
+9
*
net/tcp: Fix socket lookups with SO_BINDTODEVICE
David Ahern
2018-06-20
1
-2
/
+2
*
inet: Add a 2nd listener hashtable (port+addr)
Martin KaFai Lau
2017-12-03
1
-0
/
+66
*
net/reuseport: drop legacy code
Paolo Abeni
2017-11-30
1
-9
/
+2
*
net: ipv6: add second dif to inet6 socket lookups
David Ahern
2017-08-07
1
-11
/
+17
*
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-2
/
+2
*
inet: collapse ipv4/v6 rcv_saddr_equal functions into one
Josef Bacik
2017-01-18
1
-45
/
+1
*
inet: Fix missing return value in inet6_hash
Craig Gallek
2016-10-29
1
-2
/
+4
*
net: Require exact match for TCP socket lookups if dif is l3mdev
David Ahern
2016-10-17
1
-3
/
+4
*
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
ipv6: fix inet6_lookup_listener()
Eric Dumazet
2016-04-09
1
-2
/
+2
*
tcp/dccp: do not touch listener sk_refcnt under synflood
Eric Dumazet
2016-04-05
1
-41
/
+15
*
tcp/dccp: use rcu locking in inet_diag_find_one_icsk()
Eric Dumazet
2016-04-05
1
-4
/
+0
*
tcp/dccp: remove BH disable/enable in lookup
Eric Dumazet
2016-04-05
1
-2
/
+0
*
soreuseport: fast reuseport TCP socket selection
Craig Gallek
2016-02-11
1
-1
/
+15
*
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
2016-02-11
1
-2
/
+6
*
inet: create IPv6-equivalent inet_hash function
Craig Gallek
2016-02-11
1
-0
/
+56
*
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
2015-10-13
1
-0
/
+2
*
inet: inet_twsk_deschedule factorization
Eric Dumazet
2015-07-10
1
-2
/
+1
*
inet: simplify timewait refcounting
Eric Dumazet
2015-07-10
1
-5
/
+1
*
tcp: connect() from bound sockets can be faster
Eric Dumazet
2015-05-27
1
-2
/
+6
*
tcp/dccp: get rid of central timewait timer
Eric Dumazet
2015-04-13
1
-1
/
+1
*
inet: get rid of last __inet_hash_connect() argument
Eric Dumazet
2015-03-19
1
-1
/
+1
*
ipv6: get rid of __inet6_hash()
Eric Dumazet
2015-03-19
1
-37
/
+1
[next]