[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240510122502.27850-1-kerneljasonxing@gmail.com>
Date: Fri, 10 May 2024 20:24:57 +0800
From: Jason Xing <kerneljasonxing@...il.com>
To: edumazet@...gle.com,
dsahern@...nel.org,
kuba@...nel.org,
pabeni@...hat.com,
davem@...emloft.net
Cc: netdev@...r.kernel.org,
kerneljasonxing@...il.com,
Jason Xing <kernelxing@...cent.com>
Subject: [PATCH net-next v2 0/5] tcp: support rstreasons in the passive logic
From: Jason Xing <kernelxing@...cent.com>
In this series, I split all kinds of reasons into five part which, I
think, can be easily reviewed. I respectively implement corresponding
rstreasons in those functions. After this, we can trace the whole tcp
passive reset with clear reasons.
v2
1. add more comments and adjust the titles.
Jason Xing (5):
tcp: rstreason: fully support in tcp_rcv_synsent_state_process()
tcp: rstreason: fully support in tcp_ack()
tcp: rstreason: fully support in tcp_rcv_state_process()
tcp: rstreason: handle timewait cases in the receive path
tcp: rstreason: fully support in tcp_check_req()
include/net/rstreason.h | 61 ++++++++++++++++++++++++++++++++++++++++
net/ipv4/tcp_ipv4.c | 2 +-
net/ipv4/tcp_minisocks.c | 2 +-
net/ipv6/tcp_ipv6.c | 2 +-
4 files changed, 64 insertions(+), 3 deletions(-)
--
2.37.3
Powered by blists - more mailing lists