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
/
include
/
net-common.h
Age
Commit message (
Expand
)
Author
2025-10-24
bootstd: make it possible to use tftp for netboot with standardboot
Benjamin Hahn
2025-10-22
net: make dhcp_run() common for NET and NET_LWIP
Jerome Forissier
2025-07-08
lwip: add sntp command
Jerome Forissier
2025-07-08
net: extract function net_sntp_set_rtc() from sntp_handler()
Jerome Forissier
2025-05-29
Merge patch series "Remove <env.h> from <net.h>"
Tom Rini
2025-05-29
include/net.h: Drop <env.h>
Tom Rini
2025-05-29
net: Remove env_get_ip helper() function
Tom Rini
2025-05-20
net, net-lwip: wget: suppress console output when called by EFI
Jerome Forissier
2025-04-23
net: ping: make do_ping() available via <net.h>
Jerome Forissier
2025-04-23
net: lwip: provide net_start_again()
Jerome Forissier
2025-04-08
Merge branch 'next'
Tom Rini
2025-04-07
Revert "Merge patch series "pxe: Precursor series for supporting read_all() i...
Tom Rini
2025-03-31
net: remove commented out line
Jerome Forissier
2025-03-18
Merge patch series "pxe: Precursor series for supporting read_all() in extlin...
Tom Rini
2025-03-18
net: Provide a function to run network operations
Simon Glass
2025-03-10
efi_loader: expose symbols to be used by the EFI network stack
Adriano Cordova
2025-01-01
net: correct the description of ip_to_string()
Heinrich Schuchardt
2024-12-04
net: wget: let wget_with_dns work with dns disabled
Adriano Cordova
2024-11-25
Merge tag 'v2025.01-rc3' into next
Tom Rini
2024-11-18
net: net_utils: Move ip_to_string to lib/net_utils.c
Adriano Cordova
2024-11-16
net: wget: make wget_with_dns return value compatible with its lwip version
Adriano Cordova
2024-11-16
net: wget: Add interface to issue wget_requests using wget_http_info
Adriano Cordova
2024-11-16
net: wget: add definition of struct wget_http_info
Adriano Cordova
2024-11-14
lwip: fix code style issues
Jerome Forissier
2024-10-16
net: lwip: add TFTP support and tftpboot command
Jerome Forissier
2024-10-16
net: lwip: add DHCP support and dhcp commmand
Jerome Forissier
2024-10-16
net: eth-uclass: add function eth_start_udev()
Jerome Forissier
2024-10-16
net: split net into net{,-common,-legacy,-lwip}
Jerome Forissier