summaryrefslogtreecommitdiff
path: root/include/net-common.h
AgeCommit message (Expand)Author
2025-10-24bootstd: make it possible to use tftp for netboot with standardbootBenjamin Hahn
2025-10-22net: make dhcp_run() common for NET and NET_LWIPJerome Forissier
2025-07-08lwip: add sntp commandJerome Forissier
2025-07-08net: extract function net_sntp_set_rtc() from sntp_handler()Jerome Forissier
2025-05-29Merge patch series "Remove <env.h> from <net.h>"Tom Rini
2025-05-29include/net.h: Drop <env.h>Tom Rini
2025-05-29net: Remove env_get_ip helper() functionTom Rini
2025-05-20net, net-lwip: wget: suppress console output when called by EFIJerome Forissier
2025-04-23net: ping: make do_ping() available via <net.h>Jerome Forissier
2025-04-23net: lwip: provide net_start_again()Jerome Forissier
2025-04-08Merge branch 'next'Tom Rini
2025-04-07Revert "Merge patch series "pxe: Precursor series for supporting read_all() i...Tom Rini
2025-03-31net: remove commented out lineJerome Forissier
2025-03-18Merge patch series "pxe: Precursor series for supporting read_all() in extlin...Tom Rini
2025-03-18net: Provide a function to run network operationsSimon Glass
2025-03-10efi_loader: expose symbols to be used by the EFI network stackAdriano Cordova
2025-01-01net: correct the description of ip_to_string()Heinrich Schuchardt
2024-12-04net: wget: let wget_with_dns work with dns disabledAdriano Cordova
2024-11-25Merge tag 'v2025.01-rc3' into nextTom Rini
2024-11-18net: net_utils: Move ip_to_string to lib/net_utils.cAdriano Cordova
2024-11-16net: wget: make wget_with_dns return value compatible with its lwip versionAdriano Cordova
2024-11-16net: wget: Add interface to issue wget_requests using wget_http_infoAdriano Cordova
2024-11-16net: wget: add definition of struct wget_http_infoAdriano Cordova
2024-11-14lwip: fix code style issuesJerome Forissier
2024-10-16net: lwip: add TFTP support and tftpboot commandJerome Forissier
2024-10-16net: lwip: add DHCP support and dhcp commmandJerome Forissier
2024-10-16net: eth-uclass: add function eth_start_udev()Jerome Forissier
2024-10-16net: split net into net{,-common,-legacy,-lwip}Jerome Forissier