mbox series

[net-next,0/2] inet: better inet_sock_set_state() for passive flows

Message ID 20250212131328.1514243-1-edumazet@google.com (mailing list archive)
Headers show
Series inet: better inet_sock_set_state() for passive flows | expand

Message

Eric Dumazet Feb. 12, 2025, 1:13 p.m. UTC
Small series to make inet_sock_set_state() more interesting for 
LISTEN -> TCP_SYN_RECV changes : The 4-tuple parts are now correct.

First patch is a cleanup.

Eric Dumazet (2):
  inet: reduce inet_csk_clone_lock() indent level
  inet: consolidate inet_csk_clone_lock()

 net/dccp/ipv4.c                 |  3 --
 net/dccp/ipv6.c                 |  9 ++---
 net/ipv4/inet_connection_sock.c | 66 +++++++++++++++++++++------------
 net/ipv4/tcp_ipv4.c             |  4 --
 net/ipv6/tcp_ipv6.c             |  8 +---
 5 files changed, 48 insertions(+), 42 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 14, 2025, 9:50 p.m. UTC | #1
Hello:

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

On Wed, 12 Feb 2025 13:13:26 +0000 you wrote:
> Small series to make inet_sock_set_state() more interesting for
> LISTEN -> TCP_SYN_RECV changes : The 4-tuple parts are now correct.
> 
> First patch is a cleanup.
> 
> Eric Dumazet (2):
>   inet: reduce inet_csk_clone_lock() indent level
>   inet: consolidate inet_csk_clone_lock()
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] inet: reduce inet_csk_clone_lock() indent level
    https://git.kernel.org/netdev/net-next/c/55250b83b02a
  - [net-next,2/2] inet: consolidate inet_csk_clone_lock()
    https://git.kernel.org/netdev/net-next/c/a3a128f611a9

You are awesome, thank you!