index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_lf_v2025.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
lwip
Age
Commit message (
Expand
)
Author
2026-01-15
net: lwip: nfs: Port the NFS code to work with lwIP
Andrew Goodbody
2026-01-15
net: Move some variables to net-common files
Andrew Goodbody
2026-01-15
net:lwip: Add debug line to net-lwip
Andrew Goodbody
2025-12-18
net: lwip: tftp: Fix filename handling
Andrew Goodbody
2025-10-22
net: make dhcp_run() common for NET and NET_LWIP
Jerome Forissier
2025-09-30
net: lwip: ensure alignment of packet buffers
Tim Harvey
2025-09-30
net: lwip: dhcp: set ntpserverip environment variable
Jerome Forissier
2025-09-30
net: lwip: dhcp: make NTP servers usable by the sntp command
Jerome Forissier
2025-08-18
net: lwip: ping: set net_try_count to 1
Jerome Forissier
2025-08-18
net: introduce CONFIG_DNS
Jerome Forissier
2025-08-18
net: lwip: add Kconfig option to show ICMP unreachable errors
Jerome Forissier
2025-08-01
net: lwip: remove eth_init from net_init as it is called later
Tim Harvey
2025-08-01
net: lwip: simplify net_lwip_eth_start
Tim Harvey
2025-07-08
lwip: add net_lwip_dns_resolve()
Jerome Forissier
2025-07-08
lwip: split net/lwip/wget.c
Jerome Forissier
2025-07-08
lwip: move net/lwip/ping.c to cmd/lwip
Jerome Forissier
2025-07-08
lwip: move net/lwip/dns.c to cmd/lwip
Jerome Forissier
2025-07-08
lwip: remove net/lwip/eth_internal.h
Jerome Forissier
2025-07-08
net: lwip: wget: initialize dns if a hostname is used in a URL
Tim Harvey
2025-07-08
net: lwip: move dns init to common function
Tim Harvey
2025-07-08
net: lwip: tftp: add support for setting blocksize at runtime
Tim Harvey
2025-07-08
net: lwip: call sys_check_timeouts and schedule on rx
Tim Harvey
2025-05-29
Merge patch series "Remove <env.h> from <net.h>"
Tom Rini
2025-05-29
global: Avoid indirect inclusion of <env.h> from <net.h>
Tom Rini
2025-05-20
net: lwip: tftp: time out if there is no reply from server
Jerome Forissier
2025-05-20
net-lwip: tftp: add LMB and buffer checks
Jerome Forissier
2025-05-20
net-lwip: wget: add LMB and buffer checks
Jerome Forissier
2025-05-20
net, net-lwip: wget: suppress console output when called by EFI
Jerome Forissier
2025-05-20
net-lwip: change static function wget_loop() to be wget_do_request()
Jerome Forissier
2025-04-23
net: lwip: use timer_early_get_count() when CONFIG_SANDBOX_TIMER=y
Jerome Forissier
2025-04-23
net: lwip: add restart support to ping
Jerome Forissier
2025-04-23
net: lwip: provide net_start_again()
Jerome Forissier
2025-04-23
net: lwip: fix initialization sequence before a command
Jerome Forissier
2025-04-11
Merge patch series "Switch to using $(PHASE_) in Makefiles"
Tom Rini
2025-04-11
Kbuild: Always use $(PHASE_)
Tom Rini
2025-04-08
Merge branch 'next'
Tom Rini
2025-03-31
net: lwip: Remove error print on failed tx
Ilias Apalodimas
2025-03-31
net: lwip: do_ping() should return CMD_RET_FAILURE when no device
Jerome Forissier
2025-03-11
net: lwip: add support for built-in root certificates
Jerome Forissier
2025-03-11
net: lwip: extend wget to support CA (root) certificates
Jerome Forissier
2025-03-11
net: lwip: add CONFIG_LWIP_DEBUG_RXTX
Jerome Forissier
2025-03-11
net: lwip: rename linkoutput() as net_lwip_tx()
Jerome Forissier
2025-02-12
net: Kconfig: depend on DM_RNG for WGET_HTTPS
Jerome Forissier
2025-02-12
net: lwip: move eth_init() out of new_netif()
Jerome Forissier
2024-12-25
Merge tag 'v2025.01-rc5' into next
Tom Rini
2024-12-19
net: lwip: check if network device is available in do_dhcp
Heinrich Schuchardt
2024-12-19
net: lwip: do not return CMD_RET_USAGE if no interface
Heinrich Schuchardt
2024-12-09
Merge tag 'v2025.01-rc4' into next
Tom Rini
2024-12-04
efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wget
Adriano Cordova
2024-12-04
net: wget: let wget_with_dns work with dns disabled
Adriano Cordova
[next]