index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tcp.c
Age
Commit message (
Expand
)
Author
2025-08-01
net: Incorrect NOP macro used for test
Andrew Goodbody
2024-12-28
net/tcp: define a fallback value for rcv_wnd size
Mikhail Kshevetskiy
2024-12-28
net/tcp: simplify tcp header filling code
Mikhail Kshevetskiy
2024-12-28
net/tcp: improve tcp framework, use better state machine
Mikhail Kshevetskiy
2024-12-28
net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs
Mikhail Kshevetskiy
2024-12-28
net/tcp: add connection info to tcp_stream structure
Mikhail Kshevetskiy
2024-12-28
net/tcp: put connection specific data into a tcp_stream structure
Mikhail Kshevetskiy
2024-12-28
net/tcp: fix selective acknowledge
Mikhail Kshevetskiy
2024-12-28
net/tcp: fix TCP options processing
Mikhail Kshevetskiy
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
net: Remove <common.h> and add needed includes
Tom Rini
2023-05-05
net: support being a TCP server to unblock TCP fastboot
Dmitrii Merkurev
2022-11-28
net: Add TCP protocol
Ying-Chun Liu (PaulLiu)