index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_hashtables.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-16
net: remove duplicate reuseport_lookup functions
Lorenz Bauer
1
-7
/
+13
2024-06-16
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
1
-7
/
+8
2023-07-27
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
1
-15
/
+2
2023-03-11
inet: fix fast path in __inet_hash_connect()
Pietro Borrello
1
-11
/
+1
2023-02-01
tcp: avoid the lookup process failing to get sk in ehash table
Jason Xing
1
-2
/
+15
2022-12-02
tcp: configurable source port perturb table size
Gleb Mazovetskiy
1
-5
/
+5
2022-10-26
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
1
-2
/
+2
2022-08-21
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
1
-1
/
+1
2022-08-21
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
1
-10
/
+5
2022-06-25
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
1
-1
/
+1
2022-06-25
tcp: increase source port perturb table to 2^16
Willy Tarreau
1
-4
/
+5
2022-06-25
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
1
-2
/
+10
2022-06-25
tcp: add small random increments to the source port
Willy Tarreau
1
-4
/
+5
2022-06-25
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
1
-1
/
+1
2022-06-25
tcp: add some entropy in __inet_hash_connect()
Eric Dumazet
1
-0
/
+5
2022-05-30
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
1
-4
/
+6
2022-05-30
tcp: change source port randomizarion at connect() time
Eric Dumazet
1
-3
/
+17
2022-04-13
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
1
-21
/
+32
2021-11-18
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
1
-1
/
+1
2021-10-13
net: prefer socket bound to interface when not in VRF
Mike Manning
1
-1
/
+3
2020-11-24
tcp: fix race condition when creating child sockets from syncookies
Ricardo Dias
1
-8
/
+60
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
1
-4
/
+2
2020-08-12
net: initialize fastreuse on inet_inherit_port
Tim Froidcoeur
1
-0
/
+1
2020-07-18
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-0
/
+31
2020-07-18
inet: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
1
-9
/
+20
2019-12-14
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
1
-8
/
+8
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-1
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-06
net: ipv4: drop unneeded likely() call around IS_ERR()
Enrico Weigelt
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-12-25
net: dccp: fix kernel crash on module load
Peter Oskolkov
1
-8
/
+26
2018-12-18
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
1
-0
/
+1
2018-12-15
net: tcp: prefer listeners bound to an address
Peter Oskolkov
1
-52
/
+8
2018-11-08
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
1
-8
/
+6
2018-11-08
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
1
-5
/
+15
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-08-11
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
1
-5
/
+9
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
1
-2
/
+3
2018-06-20
net/tcp: Fix socket lookups with SO_BINDTODEVICE
David Ahern
1
-2
/
+2
2018-02-01
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
1
-4
/
+2
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
1
-1
/
+1
2017-12-03
inet: Add a 2nd listener hashtable (port+addr)
Martin KaFai Lau
1
-9
/
+159
2017-12-03
inet: Add a count to struct inet_listen_hashbucket
Martin KaFai Lau
1
-2
/
+9
2017-11-30
net/reuseport: drop legacy code
Paolo Abeni
1
-9
/
+2
2017-10-22
soreuseport: fix initialization race
Craig Gallek
1
-4
/
+1
2017-08-07
net: ipv4: add second dif to inet socket lookups
David Ahern
1
-10
/
+17
2017-07-03
net: make sk_ehashfn() static
Eric Dumazet
1
-1
/
+1
2017-07-01
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-2
/
+2
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-5
/
+1
2017-01-18
inet: kill smallest_size and smallest_port
Josef Bacik
1
-3
/
+0
[next]