summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-25Merge tag 'v2025.01-rc3' into nextTom Rini
2024-11-22net: lwip: dhcp: support arguments for TFTP file downloadJerome Forissier
2024-11-22net: lwip: provide entropy to MBed TLS in one goIlias Apalodimas
2024-11-22net: lwip: fix get_udev_ipv4_info()Jerome Forissier
2024-11-22net: lwip: fix dhcp_loop()Jerome Forissier
2024-11-18Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERTJerome Forissier
2024-11-18net: lwip/wget: correct SERVER_NAME_SIZEHeinrich Schuchardt
2024-11-18net: net_utils: Move ip_to_string to lib/net_utils.cAdriano Cordova
2024-11-16net/lwip: wget: integrate struct wget_info into wget codeAdriano Cordova
2024-11-16net/lwip: wget: put server_name and port into wget_ctxAdriano Cordova
2024-11-16net: wget: make wget_with_dns return value compatible with its lwip versionAdriano Cordova
2024-11-16net: wget: integrate struct wget_info into legacy wget codeAdriano Cordova
2024-11-16net: wget: Add interface to issue wget_requests using wget_http_infoAdriano Cordova
2024-11-16net: Kconfig: add CONFIG_WGET symbolAdriano Cordova
2024-11-14lwip: fix code style issuesJerome Forissier
2024-11-12Merge patch series "Enable https for wget"Tom Rini
2024-11-12net: lwip: Enable https:// support for wgetIlias Apalodimas
2024-11-12net: wget: drop Content-Length processingJerome Forissier
2024-10-16net: lwip: add TFTP_BLOCKSIZEJerome Forissier
2024-10-16net: lwip: add wget commandJerome Forissier
2024-10-16net: lwip: add dns commandJerome Forissier
2024-10-16net: lwip: add ping commandJerome 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
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-10-15net: correct wget_connected debug messagesHeinrich Schuchardt
2024-10-15net/wget: set filesizeHeinrich Schuchardt
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-10tftp: implement support for LED activityChristian Marangi
2024-09-24Merge patch series "Miscellaneous fixes"Tom Rini
2024-09-24net: wget: allow EFI bootJerome Forissier
2024-09-24net: wget: removed unused function wget_success()Jerome Forissier
2024-09-20wget: rework the logic to validate the load addressSughosh Ganu
2024-09-20tftp: rework the logic to validate the load addressSughosh Ganu
2024-09-12include: export uuid.hCaleb Connolly
2024-09-10net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)Jerome Forissier
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: allow lmb module to be used in SPLSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-08-15sandbox: Enable wget commandYasuharu Shibata
2024-08-01net/tftp: make tftpput working with servers that do not use OACKMikhail Kshevetskiy
2024-07-31net: remove duplicate eth_env_set_enetaddr_by_index() declarationAlexander Sverdlin
2024-07-15net: Remove duplicate newlinesMarek Vasut
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini