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
main
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_lf_v2026.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
Age
Commit message (
Expand
)
Author
2026-06-23
net: cdp: reject CDP TLVs with a length below the 4-byte header
Piyush Paliwal
2026-06-23
net: lwip: introduce net_lwip_eth_stop() function
David Lechner
2026-06-23
net: lwip: wget: return errno codes from wget_do_request()
David Lechner
2026-06-23
net: lwip: wget: fix error handling in wget_do_request()
David Lechner
2026-06-23
net: clear IP defragmentation state after returning a complete packet
Mateusz Furdyna
2026-06-03
net: bootp: Prevent out-of-bounds read in dhcp_message_type
Francois Berder
2026-06-03
net: dhcpv6: Prevent out-of-bounds reads while parsing options
Francois Berder
2026-06-03
net: dhcpv6: Prevent buffer overflow during BOOTFILE_URL parsing
Francois Berder
2026-06-03
net: sntp: Check packet length in sntp_handler
Francois Berder
2026-05-06
net: lwip/wget: don't print progress bar when silent
Heinrich Schuchardt
2026-05-06
net: lwip/wget: don't print content size twice
Heinrich Schuchardt
2026-05-06
net: lwip/wget: missing linefeed in diagnostic output
Heinrich Schuchardt
2026-05-06
net: nfs: fix buffer overflow in nfs_readlink_reply()
Sebastian Josue Alba Vives
2026-04-27
simplify NET_LEGACY || NET_LWIP condition with NET condition
Quentin Schulz
2026-04-27
net: make NET a menuconfig (and downgrade NO_NET to a simple config)
Quentin Schulz
2026-04-27
rename NET to NET_LEGACY
Quentin Schulz
2026-04-27
move networking menu in net/Kconfig
Quentin Schulz
2026-03-31
net: lwip: tftp: update image_load_addr after successful transfer
Pranav Sanwal
2026-03-31
net: bootp: Drop unused code
Marek Vasut
2026-03-31
net: lwip: nfs: fix buffer overflow when using symlinks
Pranav Tilak
2026-03-18
Merge patch series "led: remove legacy API"
Tom Rini
2026-03-18
led: migrate last legacy LED user (olinuxino+net) to modern LED framework
Quentin Schulz
2026-02-17
Merge patch series "treewide: Clean up usage of DECLARE_GLOBAL_DATA_PTR"
Tom Rini
2026-02-17
treewide: Clean up DECLARE_GLOBAL_DATA_PTR usage
Peng Fan
2026-02-06
net: lwip: wget: rework the '#' printing
Marek Vasut
2026-02-06
net: lwip: tftp: add support of tsize option to client
Marek Vasut
2026-02-06
net: tftp: Fix TFTP Transfer Size data type
Yuya Hamamachi
2026-02-06
net: Stop conflating return value with file size in net_loop()
Yuya Hamamachi
2026-02-04
net: lwip: nfs: Prefer nfsserverip over serverip when set
Jonas Karlman
2026-02-04
net: lwip: dhcp: Save DHCP siaddr field to tftpserverip env var
Jonas Karlman
2026-02-04
net: lwip: Use ipaddr helpers
Jonas Karlman
2026-02-04
net: lwip: dns: Call env_set() from dns loop instead of found callback
Jonas Karlman
2026-02-04
net: lwip: nfs: Print device name based on current udevice
Jonas Karlman
2026-02-04
net: lwip: dns: Fix print of resolved IP address
Jonas Karlman
2026-02-04
net: lwip: add TFTPSERVERIP Kconfig option
Jonas Karlman
2026-02-04
net: lwip: dhcp: Do not write past end of buffer
Andrew Goodbody
2026-01-15
net: tftpput: Rework to exclude code from xPL phases
Tom Rini
2026-01-15
net: lwip: nfs: Port the NFS code to work with lwIP
Andrew Goodbody
2026-01-15
net: nfs: Move most NFS code to common files
Andrew Goodbody
2026-01-15
net: nfs: Add licence header
Andrew Goodbody
2026-01-15
net: Move some variables to net-common files
Andrew Goodbody
2026-01-15
net: move net_state to net-common
Andrew Goodbody
2026-01-15
net:lwip: Add debug line to net-lwip
Andrew Goodbody
2025-12-22
Merge tag 'v2026.01-rc5' into next
Tom Rini
2025-12-18
net: lwip: tftp: Fix filename handling
Andrew Goodbody
2025-12-05
net: remove unreachable legacy LED code
Quentin Schulz
2025-12-01
net: tftp: Remove tftp_init_load_addr error path
Leonard Anderweit
2025-10-24
bootstd: make it possible to use tftp for netboot with standardboot
Benjamin Hahn
2025-10-22
net: bootp: Prevent buffer overflow to avoid leaking the RAM content
Paul HENRYS
2025-10-22
net: make dhcp_run() common for NET and NET_LWIP
Jerome Forissier
[next]