diff options
author | David S. Miller <davem@davemloft.net> | 2023-12-22 22:15:35 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-12-22 22:15:35 +0000 |
commit | 5f12303528da5f369b8c3ecc3fb8e09a64478999 (patch) | |
tree | 4cd74b2f95a306a0a4b015318e8884092ef55a3a /kernel/configs.c | |
parent | 67f440c05dd2fca9f26057e713d8618e23c4e021 (diff) | |
parent | 8191792c18c55ee444588100cf0464bd8c0bf5f3 (diff) |
Merge branch 'tcp-refactor-bhash2'
Kuniyuki Iwashima says:
====================
tcp: Refactor bhash2 and remove sk_bind2_node.
This series refactors code around bhash2 and remove some bhash2-specific
fields; sock.sk_bind2_node, and inet_timewait_sock.tw_bind2_node.
patch 1 : optimise bind() for non-wildcard v4-mapped-v6 address
patch 2 - 4 : optimise bind() conflict tests
patch 5 - 12 : Link bhash2 to bhash and unlink sk from bhash2 to
remove sk_bind2_node
The patch 8 will trigger a false-positive error by checkpatch.
v2: resend of https://lore.kernel.org/netdev/20231213082029.35149-1-kuniyu@amazon.com/
* Rebase on latest net-next
* Patch 11
* Add change in inet_diag_dump_icsk() for recent bhash dump patch
v1: https://lore.kernel.org/netdev/20231023190255.39190-1-kuniyu@amazon.com/
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/configs.c')
0 files changed, 0 insertions, 0 deletions