summaryrefslogtreecommitdiff
path: root/net/tcp.c
AgeCommit message (Expand)Author
2024-12-28net/tcp: define a fallback value for rcv_wnd sizeMikhail Kshevetskiy
2024-12-28net/tcp: simplify tcp header filling codeMikhail Kshevetskiy
2024-12-28net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy
2024-12-28net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irsMikhail Kshevetskiy
2024-12-28net/tcp: add connection info to tcp_stream structureMikhail Kshevetskiy
2024-12-28net/tcp: put connection specific data into a tcp_stream structureMikhail Kshevetskiy
2024-12-28net/tcp: fix selective acknowledgeMikhail Kshevetskiy
2024-12-28net/tcp: fix TCP options processingMikhail Kshevetskiy
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06net: Remove <common.h> and add needed includesTom Rini
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)