summaryrefslogtreecommitdiff
path: root/cmd/net-common.c
AgeCommit message (Collapse)Author
2026-01-15Add missing “net” prefix in help netLink Mauve
The usage of the net sub-system was missing the complete command for “net stats”. Signed-off-by: Link Mauve <[email protected]> Reviewed-by: Jerome Forissier <[email protected]>
2024-11-14lwip: fix code style issuesJerome Forissier
Fix various code style issues in the lwIP code. Reported-by: Tom Rini <[email protected]> Signed-off-by: Jerome Forissier <[email protected]> Acked-by: Ilias Apalodimas <[email protected]>
2024-10-16net: split cmd/net.c into cmd/net.c and cmd/net-common.cJerome Forissier
Extract some code from cmd/net.c that will be useful in a subsequent commit to implement wget with NET_LWIP. Signed-off-by: Jerome Forissier <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]>