summaryrefslogtreecommitdiff
path: root/net/tftp.c
AgeCommit message (Expand)Author
2025-05-23net: tftp: don't call stop callback from UDP handlerAlexander Sverdlin
2025-01-01net: tftpput: reset timeout_count when an ACK is receivedJerome Forissier
2025-01-01net: tftpboot: clear timeout_count on every successful blockMikhail Kshevetskiy
2024-10-10tftp: implement support for LED activityChristian Marangi
2024-09-20tftp: rework the logic to validate the load addressSughosh Ganu
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-01net/tftp: make tftpput working with servers that do not use OACKMikhail Kshevetskiy
2024-07-15net: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06net: Remove <common.h> and add needed includesTom Rini
2024-01-17net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro
2023-02-02net: ipv6: Fixed IPv6 string to address conversion off-by-one errorEhsan Mohandesi
2023-02-02net: tftp: Fix for DATA ACK for block count out of orderSean Edmond
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov
2022-11-28net: tftp: sanitize tftp block size, especially for TXRasmus Villemoes
2022-11-28net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #ifRasmus Villemoes
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-04net: Remove CONFIG_SYS_DIRECT_FLASH_TFTPTom Rini
2022-04-12net: tftp: fix tftp server initializationArjan Minzinga Zijlstra
2022-03-18Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-19net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt
2020-09-30net: tftp: Fix load_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix store_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix tftp_prev_block counter updateLey Foon Tan
2020-08-04net: tftp: Add client support for RFC 7440Ramon Fried
2020-06-12net: tftp: fix option validation as per RFCsRavik Hasija
2020-06-12net: tftp: fix progress marker for file transferRavik Hasija
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-04-27net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay
2020-03-09net: tftp: use correct printf codesHeinrich Schuchardt
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2019-12-09net: tftp: Fix tftp store address check in store_block()Bin Meng
2019-08-11env: Move env_get() to env.hSimon Glass
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-16tftp: prevent overwriting reserved memorySimon Goldschmidt
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger
2017-09-22net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause