From: David S. Miller Date: Fri, 22 Dec 2023 22:15:35 +0000 (+0000) Subject: Merge branch 'tcp-refactor-bhash2' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f12303528da5f369b8c3ecc3fb8e09a64478999;p=linux.git 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 --- 5f12303528da5f369b8c3ecc3fb8e09a64478999