mbox series

[v2,net-next,0/6] tcp: misc changes

Message ID 20250301201424.2046477-1-edumazet@google.com (mailing list archive)
Headers show
Series tcp: misc changes | expand

Message

Eric Dumazet March 1, 2025, 8:14 p.m. UTC
Minor changes, following recent changes in TCP stack.

v2: typo for SKB_DROP_REASON_TCP_LISTEN_OVERFLOW kdoc (Jakub)

Eric Dumazet (6):
  tcp: add a drop_reason pointer to tcp_check_req()
  tcp: add four drop reasons to tcp_check_req()
  tcp: convert to dev_net_rcu()
  net: gro: convert four dev_net() calls
  tcp: remove READ_ONCE(req->ts_recent)
  tcp: tcp_set_window_clamp() cleanup

 include/net/dropreason-core.h  |  9 +++++++++
 include/net/inet6_hashtables.h |  2 +-
 include/net/inet_hashtables.h  |  2 +-
 include/net/tcp.h              |  2 +-
 net/ipv4/tcp.c                 | 36 +++++++++++++++++-----------------
 net/ipv4/tcp_input.c           |  5 ++---
 net/ipv4/tcp_ipv4.c            | 17 ++++++++--------
 net/ipv4/tcp_metrics.c         |  6 +++---
 net/ipv4/tcp_minisocks.c       | 17 +++++++++++-----
 net/ipv4/tcp_offload.c         |  2 +-
 net/ipv4/tcp_output.c          |  2 +-
 net/ipv4/udp_offload.c         |  2 +-
 net/ipv6/tcp_ipv6.c            | 27 +++++++++++++------------
 net/ipv6/tcpv6_offload.c       |  2 +-
 net/ipv6/udp_offload.c         |  2 +-
 15 files changed, 75 insertions(+), 58 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 4, 2025, 1 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Sat,  1 Mar 2025 20:14:18 +0000 you wrote:
> Minor changes, following recent changes in TCP stack.
> 
> v2: typo for SKB_DROP_REASON_TCP_LISTEN_OVERFLOW kdoc (Jakub)
> 
> Eric Dumazet (6):
>   tcp: add a drop_reason pointer to tcp_check_req()
>   tcp: add four drop reasons to tcp_check_req()
>   tcp: convert to dev_net_rcu()
>   net: gro: convert four dev_net() calls
>   tcp: remove READ_ONCE(req->ts_recent)
>   tcp: tcp_set_window_clamp() cleanup
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/6] tcp: add a drop_reason pointer to tcp_check_req()
    https://git.kernel.org/netdev/net-next/c/e34100c2ecbb
  - [v2,net-next,2/6] tcp: add four drop reasons to tcp_check_req()
    https://git.kernel.org/netdev/net-next/c/a11a791ca81e
  - [v2,net-next,3/6] tcp: convert to dev_net_rcu()
    https://git.kernel.org/netdev/net-next/c/e7b9ecce562c
  - [v2,net-next,4/6] net: gro: convert four dev_net() calls
    https://git.kernel.org/netdev/net-next/c/9b49f57ccd3a
  - [v2,net-next,5/6] tcp: remove READ_ONCE(req->ts_recent)
    https://git.kernel.org/netdev/net-next/c/5282de17621f
  - [v2,net-next,6/6] tcp: tcp_set_window_clamp() cleanup
    https://git.kernel.org/netdev/net-next/c/863a952eb79a

You are awesome, thank you!