aboutsummaryrefslogtreecommitdiff
path: root/net/wget.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06net: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-16net: wget: fix TCP sequence number wrap around issueWIP/16Apr2024Yasuharu Shibata1-3/+1
2024-04-16net: wget: Support retransmission a dropped packetYasuharu Shibata1-2/+10
2024-01-03Merge tag 'v2024.01-rc6' into nextTom Rini1-4/+10
2023-12-19net: wget: Support non-default HTTP portMarek Vasut1-4/+10
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima1-0/+71
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima1-0/+54
2023-11-18net: wget: prevent overwriting reserved memoryMasahisa Kojima1-7/+73
2023-09-22net: wget: Avoid packet queue overflowRichard Weinberger1-1/+9
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev1-21/+22
2022-12-29net: wget: fix implicit declarationMichael Walle1-0/+1
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)1-0/+438