summaryrefslogtreecommitdiff
path: root/include/net/rstreason.h
AgeCommit message (Expand)Author
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...Jason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active resetJason Xing
2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active resetJason Xing
2024-05-13tcp: rstreason: fully support in tcp_check_req()Jason Xing
2024-05-13tcp: rstreason: handle timewait cases in the receive pathJason Xing
2024-05-13tcp: rstreason: fully support in tcp_rcv_state_process()Jason Xing
2024-05-13tcp: rstreason: fully support in tcp_ack()Jason Xing
2024-05-13tcp: rstreason: fully support in tcp_rcv_synsent_state_process()Jason Xing
2024-04-26tcp: support rstreason for passive resetJason Xing
2024-04-26net: introduce rstreason to detect why the RST is sentJason Xing