From: Kuniyuki Iwashima <kuniyu@google.com>
To: "David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>,
Paolo Abeni <pabeni@redhat.com>,
Neal Cardwell <ncardwell@google.com>,
David Ahern <dsahern@kernel.org>
Cc: Simon Horman <horms@kernel.org>,
Kuniyuki Iwashima <kuniyu@google.com>,
Kuniyuki Iwashima <kuni1840@gmail.com>,
netdev@vger.kernel.org
Subject: [PATCH v1 net-next 0/7] tcp: Follow up for DCCP removal.
Date: Thu, 21 Aug 2025 06:15:11 +0000 [thread overview]
Message-ID: <20250821061540.2876953-1-kuniyu@google.com> (raw)
As I mentioned in [0], TCP still has code for DCCP.
This series cleans up such leftovers.
[0]: https://patch.msgid.link/20250410023921.11307-3-kuniyu@amazon.com
Kuniyuki Iwashima (7):
tcp: Remove sk_protocol test for tcp_twsk_unique().
tcp: Save __module_get() for TIME_WAIT sockets.
tcp: Remove timewait_sock_ops.twsk_destructor().
tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().
tcp: Don't pass hashinfo to socket lookup helpers.
tcp: Don't pass hashinfo to inet_diag helpers.
tcp: Move TCP-specific diag functions to tcp_diag.c.
.../mellanox/mlx5/core/en_accel/ktls_rx.c | 9 +-
.../net/ethernet/netronome/nfp/crypto/tls.c | 9 +-
include/linux/inet_diag.h | 13 -
include/net/inet6_hashtables.h | 18 +-
include/net/inet_hashtables.h | 37 +-
include/net/inet_timewait_sock.h | 1 -
include/net/timewait_sock.h | 7 -
net/core/filter.c | 5 +-
net/ipv4/esp4.c | 4 +-
net/ipv4/inet_diag.c | 479 ------------------
net/ipv4/inet_hashtables.c | 34 +-
net/ipv4/inet_timewait_sock.c | 11 +-
net/ipv4/netfilter/nf_socket_ipv4.c | 3 +-
net/ipv4/netfilter/nf_tproxy_ipv4.c | 5 +-
net/ipv4/tcp_diag.c | 463 ++++++++++++++++-
net/ipv4/tcp_ipv4.c | 17 +-
net/ipv4/tcp_minisocks.c | 1 -
net/ipv4/tcp_offload.c | 3 +-
net/ipv6/esp6.c | 4 +-
net/ipv6/inet6_hashtables.c | 51 +-
net/ipv6/netfilter/nf_socket_ipv6.c | 3 +-
net/ipv6/netfilter/nf_tproxy_ipv6.c | 5 +-
net/ipv6/tcp_ipv6.c | 15 +-
net/ipv6/tcpv6_offload.c | 3 +-
24 files changed, 549 insertions(+), 651 deletions(-)
--
2.51.0.rc1.193.gad69d77794-goog
next reply other threads:[~2025-08-21 6:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-21 6:15 Kuniyuki Iwashima [this message]
2025-08-21 6:15 ` [PATCH v1 net-next 1/7] tcp: Remove sk_protocol test for tcp_twsk_unique() Kuniyuki Iwashima
2025-08-21 6:27 ` Eric Dumazet
2025-08-21 6:50 ` Eric Dumazet
2025-08-21 17:21 ` Kuniyuki Iwashima
2025-08-21 6:15 ` [PATCH v1 net-next 2/7] tcp: Save __module_get() for TIME_WAIT sockets Kuniyuki Iwashima
2025-08-21 6:46 ` Eric Dumazet
2025-08-21 17:16 ` Kuniyuki Iwashima
2025-08-21 6:15 ` [PATCH v1 net-next 3/7] tcp: Remove timewait_sock_ops.twsk_destructor() Kuniyuki Iwashima
2025-08-21 6:53 ` Eric Dumazet
2025-08-21 6:15 ` [PATCH v1 net-next 4/7] tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup() Kuniyuki Iwashima
2025-08-21 7:00 ` Eric Dumazet
2025-08-21 6:15 ` [PATCH v1 net-next 5/7] tcp: Don't pass hashinfo to socket lookup helpers Kuniyuki Iwashima
2025-08-21 6:15 ` [PATCH v1 net-next 6/7] tcp: Don't pass hashinfo to inet_diag helpers Kuniyuki Iwashima
2025-08-21 6:15 ` [PATCH v1 net-next 7/7] tcp: Move TCP-specific diag functions to tcp_diag.c Kuniyuki Iwashima
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250821061540.2876953-1-kuniyu@google.com \
--to=kuniyu@google.com \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=kuni1840@gmail.com \
--cc=ncardwell@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).