netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 net-next 0/7] tcp: Follow up for DCCP removal.
@ 2025-08-21  6:15 Kuniyuki Iwashima
  2025-08-21  6:15 ` [PATCH v1 net-next 1/7] tcp: Remove sk_protocol test for tcp_twsk_unique() Kuniyuki Iwashima
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Kuniyuki Iwashima @ 2025-08-21  6:15 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Neal Cardwell, David Ahern
  Cc: Simon Horman, Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-08-21 17:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21  6:15 [PATCH v1 net-next 0/7] tcp: Follow up for DCCP removal Kuniyuki Iwashima
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

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).