index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_hashtables.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
inet: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
2024-08-06
1
-5
/
+5
*
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
/
+2
*
tcp: Fix refcnt handling in __inet_hash_connect().
Kuniyuki Iwashima
2024-03-14
1
-1
/
+1
*
inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata
Eric Dumazet
2024-03-08
1
-2
/
+1
*
dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished().
Kuniyuki Iwashima
2024-02-16
1
-1
/
+24
*
tcp: Remove dead code and fields for bhash2.
Kuniyuki Iwashima
2023-12-22
1
-2
/
+1
*
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
2023-12-22
1
-4
/
+4
*
tcp: Unlink sk from bhash.
Kuniyuki Iwashima
2023-12-22
1
-3
/
+0
*
tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).
Kuniyuki Iwashima
2023-12-22
1
-3
/
+3
*
tcp: Link bhash2 to bhash.
Kuniyuki Iwashima
2023-12-22
1
-10
/
+11
*
tcp: Rename tb in inet_bind2_bucket_(init|create)().
Kuniyuki Iwashima
2023-12-22
1
-16
/
+16
*
tcp: Save address type in inet_bind2_bucket.
Kuniyuki Iwashima
2023-12-22
1
-16
/
+13
*
tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.
Kuniyuki Iwashima
2023-12-22
1
-17
/
+17
*
tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().
Kuniyuki Iwashima
2023-12-22
1
-13
/
+12
*
tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
2023-12-22
1
-1
/
+2
*
tcp/dccp: change source port selection at connect() time
Eric Dumazet
2023-12-16
1
-11
/
+16
*
net: set SOCK_RCU_FREE before inserting socket into hashtable
Stanislav Fomichev
2023-11-10
1
-1
/
+1
*
tcp: Fix listen() warning with v4-mapped-v6 address.
Kuniyuki Iwashima
2023-10-13
1
-15
/
+9
*
tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
2023-09-13
1
-1
/
+6
*
tcp: Fix bind() regression for v4-mapped-v6 wildcard address.
Kuniyuki Iwashima
2023-09-13
1
-1
/
+2
*
tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...
Kuniyuki Iwashima
2023-09-13
1
-15
/
+13
*
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
-13
/
+13
*
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
-7
/
+13
*
net: export inet_lookup_reuseport and inet6_lookup_reuseport
Lorenz Bauer
2023-07-25
1
-7
/
+8
*
Revert "tcp: avoid the lookup process failing to get sk in ehash table"
Kuniyuki Iwashima
2023-07-20
1
-15
/
+2
*
ipv6: Remove in6addr_any alternatives.
Kuniyuki Iwashima
2023-03-29
1
-7
/
+4
*
tcp: Fix bind() conflict check for dual-stack wildcard address.
Kuniyuki Iwashima
2023-03-15
1
-1
/
+7
*
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
2023-01-26
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-20
1
-2
/
+15
|
\
|
*
tcp: avoid the lookup process failing to get sk in ehash table
Jason Xing
2023-01-19
1
-2
/
+15
*
|
inet: fix fast path in __inet_hash_connect()
Pietro Borrello
2023-01-17
1
-11
/
+1
|
/
*
tcp: Add TIME_WAIT sockets in bhash2.
Kuniyuki Iwashima
2022-12-30
1
-3
/
+5
*
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-13
1
-1
/
+1
|
\
|
*
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-1
/
+1
*
|
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
2022-11-23
1
-4
/
+34
*
|
dccp/tcp: Update saddr under bhash's lock.
Kuniyuki Iwashima
2022-11-23
1
-6
/
+39
*
|
dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().
Kuniyuki Iwashima
2022-11-23
1
-7
/
+4
*
|
tcp: configurable source port perturb table size
Gleb Mazovetskiy
2022-11-16
1
-5
/
+5
|
/
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
once: rename _SLOW to _SLEEPABLE
Jason A. Donenfeld
2022-10-04
1
-2
/
+2
*
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
2022-10-03
1
-2
/
+2
*
net: Fix incorrect address comparison when searching for a bind2 bucket
Martin KaFai Lau
2022-09-29
1
-0
/
+10
*
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
2022-09-20
1
-0
/
+47
*
tcp: Access &tcp_hashinfo via net.
Kuniyuki Iwashima
2022-09-20
1
-1
/
+1
*
tcp: Set NULL to sk->sk_prot->h.hashinfo.
Kuniyuki Iwashima
2022-09-20
1
-7
/
+7
*
tcp: Clean up some functions.
Kuniyuki Iwashima
2022-09-20
1
-14
/
+15
*
net: Add a bhash2 table hashed by port and address
Joanne Koong
2022-08-25
1
-13
/
+255
[next]