aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mptcp/fastopen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-19mptcp: cleanup mem accountingPaolo Abeni1-1/+1
2025-02-19mptcp: move the whole rx path under msk socket lock protectionPaolo Abeni1-0/+1
2025-02-19mptcp: drop __mptcp_fastopen_gen_msk_ackseq()Paolo Abeni1-22/+2
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)1-2/+2
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni1-4/+2
2023-10-25mptcp: properly account fastopen dataPaolo Abeni1-0/+1
2023-04-13mptcp: fix NULL pointer dereference on fastopen early fallbackPaolo Abeni1-2/+9
2022-11-29mptcp: add subflow_v(4,6)_send_synack()Dmytro Shytyi1-0/+45
2022-11-29mptcp: implement delayed seq generation for passive fastopenDmytro Shytyi1-0/+28