index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2023-11-28
net: set SOCK_RCU_FREE before inserting socket into hashtable
Stanislav Fomichev
1
-1
/
+1
2023-10-25
tcp: Fix listen() warning with v4-mapped-v6 address.
Kuniyuki Iwashima
1
-15
/
+9
2023-09-19
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
1
-1
/
+6
2023-09-19
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
Kuniyuki Iwashima
1
-1
/
+2
2023-09-19
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...
Kuniyuki Iwashima
1
-15
/
+13
2023-09-19
ipv6: Remove in6addr_any alternatives.
Kuniyuki Iwashima
1
-7
/
+4
2023-07-27
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
1
-15
/
+2
2023-06-05
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-1
/
+1
2023-03-22
tcp: Fix bind() conflict check for dual-stack wildcard address.
Kuniyuki Iwashima
1
-1
/
+7
2023-03-10
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
2023-01-12
tcp: Add TIME_WAIT sockets in bhash2.
Kuniyuki Iwashima
1
-3
/
+5
2022-11-22
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
1
-4
/
+34
2022-11-22
dccp/tcp: Update saddr under bhash's lock.
Kuniyuki Iwashima
1
-6
/
+39
2022-11-22
dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().
Kuniyuki Iwashima
1
-7
/
+4
2022-11-16
tcp: configurable source port perturb table size
Gleb Mazovetskiy
1
-5
/
+5
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-03
once: rename _SLOW to _SLEEPABLE
Jason A. Donenfeld
1
-2
/
+2
2022-10-03
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
1
-2
/
+2
2022-09-28
net: Fix incorrect address comparison when searching for a bind2 bucket
Martin KaFai Lau
1
-0
/
+10
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
1
-0
/
+47
2022-09-20
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
1
-1
/
+1
2022-09-20
tcp: Set NULL to sk->sk_prot->h.hashinfo.
Kuniyuki Iwashima
1
-7
/
+7
2022-09-20
tcp: Clean up some functions.
Kuniyuki Iwashima
1
-14
/
+15
2022-08-24
net: Add a bhash2 table hashed by port and address
Joanne Koong
1
-13
/
+255
2022-06-16
Revert "net: Add a second bind table hashed by port and address"
Joanne Koong
1
-182
/
+11
2022-06-08
tcp: use alloc_large_system_hash() to allocate table_perturb
Muchun Song
1
-4
/
+6
2022-05-20
net: Add a second bind table hashed by port and address
Joanne Koong
1
-11
/
+182
2022-05-16
inet: rename INET_MATCH()
Eric Dumazet
1
-4
/
+4
2022-05-16
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
1
-1
/
+1
2022-05-13
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
1
-10
/
+5
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
1
-38
/
+9
2022-05-12
net: inet: Open code inet_hash2 and inet_unhash2
Martin KaFai Lau
1
-55
/
+33
2022-05-12
net: inet: Remove count from inet_listen_hashbucket
Martin KaFai Lau
1
-6
/
+0
2022-05-04
tcp: drop the hash_32() part from the index calculation
Willy Tarreau
1
-1
/
+1
2022-05-04
tcp: increase source port perturb table to 2^16
Willy Tarreau
1
-4
/
+5
2022-05-04
tcp: dynamically allocate the perturb table used by source ports
Willy Tarreau
1
-2
/
+10
2022-05-04
tcp: add small random increments to the source port
Willy Tarreau
1
-4
/
+5
2022-05-04
tcp: use different parts of the port_offset for index and offset
Willy Tarreau
1
-1
/
+1
2022-05-04
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
1
-4
/
+6
2022-02-09
tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.
Sebastian Andrzej Siewior
1
-21
/
+32
2021-11-10
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
1
-4
/
+4
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
1
-1
/
+1
2021-10-07
net: prefer socket bound to interface when not in VRF
Mike Manning
1
-1
/
+3
2021-06-15
tcp: Keep TCP_CLOSE sockets in the reuseport group.
Kuniyuki Iwashima
1
-1
/
+1
2021-02-11
tcp: add some entropy in __inet_hash_connect()
Eric Dumazet
1
-0
/
+5
2021-02-11
tcp: change source port randomizarion at connect() time
Eric Dumazet
1
-3
/
+17
2020-11-23
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-11
net: initialize fastreuse on inet_inherit_port
Tim Froidcoeur
1
-0
/
+1
[next]