Message ID | 20240510122502.27850-1-kerneljasonxing@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | tcp: support rstreasons in the passive logic | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 10 May 2024 20:24:57 +0800 you wrote: > From: Jason Xing <kernelxing@tencent.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. > > [...] Here is the summary with links: - [net-next,v2,1/5] tcp: rstreason: fully support in tcp_rcv_synsent_state_process() https://git.kernel.org/netdev/net-next/c/2b9669d63400 - [net-next,v2,2/5] tcp: rstreason: fully support in tcp_ack() https://git.kernel.org/netdev/net-next/c/459a2b37a41c - [net-next,v2,3/5] tcp: rstreason: fully support in tcp_rcv_state_process() https://git.kernel.org/netdev/net-next/c/f6d5e2cc291f - [net-next,v2,4/5] tcp: rstreason: handle timewait cases in the receive path https://git.kernel.org/netdev/net-next/c/22a32557758a - [net-next,v2,5/5] tcp: rstreason: fully support in tcp_check_req() https://git.kernel.org/netdev/net-next/c/11f46ea9814d You are awesome, thank you!
From: Jason Xing <kernelxing@tencent.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(-)