index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
rstreason.h
Age
Commit message (
Expand
)
Author
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_DISCONNECT_WITH_DATA for active r...
Jason Xing
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active reset
Jason Xing
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active reset
Jason Xing
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active reset
Jason Xing
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_LINGER for active reset
Jason Xing
2024-08-07
tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_CLOSE for active reset
Jason Xing
2024-05-13
tcp: rstreason: fully support in tcp_check_req()
Jason Xing
2024-05-13
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
2024-05-13
tcp: rstreason: fully support in tcp_rcv_state_process()
Jason Xing
2024-05-13
tcp: rstreason: fully support in tcp_ack()
Jason Xing
2024-05-13
tcp: rstreason: fully support in tcp_rcv_synsent_state_process()
Jason Xing
2024-04-26
tcp: support rstreason for passive reset
Jason Xing
2024-04-26
net: introduce rstreason to detect why the RST is sent
Jason Xing