summaryrefslogtreecommitdiffstats
path: root/net/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* net: tftp: Avoid sending extra ack on completionRamon Fried2021-02-181-5/+6
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen2021-01-191-1/+3
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-3/+6
* net: tftp: Fix load_block offset calculationLey Foon Tan2020-09-301-1/+2
* net: tftp: Fix store_block offset calculationLey Foon Tan2020-09-301-2/+3
* net: tftp: Fix tftp_prev_block counter updateLey Foon Tan2020-09-301-0/+1
* net: tftp: Add client support for RFC 7440Ramon Fried2020-08-041-7/+72
* net: tftp: fix option validation as per RFCsRavik Hasija2020-06-121-7/+52
* net: tftp: fix progress marker for file transferRavik Hasija2020-06-121-7/+9
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* net: tftp: remove TFTP_MTU_BLOCKSIZEPatrick Delaunay2020-04-271-6/+1
* net: tftp: use correct printf codesHeinrich Schuchardt2020-03-091-1/+1
* common: Move the image globals into image.hSimon Glass2020-01-171-0/+1
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-171-7/+7
* net: tftp: Fix tftp store address check in store_block()Bin Meng2019-12-091-1/+6
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+1
* lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt2019-01-261-1/+1
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-219/+0
* tftp: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-10/+63
* net: Consolidate the parsing of bootfileJoe Hershberger2018-07-261-12/+1
* net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause2017-09-221-0/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-5/+5
* net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy2017-08-071-2/+2
* efi_loader: Add network access supportAlexander Graf2016-05-271-0/+2
* net: TFTP: variables cleanup and additionAlbert ARIBAUD \(3ADEV\)2015-10-281-2/+15
* net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"Bin Meng2015-09-091-5/+5
* net: tftp: Move tftp.h file from ./net to ./include/netLukasz Majewski2015-09-071-1/+1
* tftp: adjust settings to be suitable for 100Mbit ethernetPavel Machek2015-08-211-5/+5
* tftp.c: fix CONFIG_TFTP_TSIZE for small filesMax Krummenacher2015-08-121-0/+2
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-9/+9
* net: cosmetic: Clean up TFTP variables and functionsJoe Hershberger2015-04-181-239/+244
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-14/+15
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-33/+36
* net: Access mapped physmem in net functionsJoe Hershberger2015-04-181-1/+5
* net: Display the size when tftpboot finishesSimon Glass2014-10-221-0/+2
* net: tftpsrv: Get correct client MAC addressAndrew Ruder2013-11-221-0/+3
* net: tftp: Make sure timeout will not effect wrap offsetrockly2013-11-221-1/+1
* net/tftp: sparse fixesKim Phillips2013-06-241-6/+6
* net: Add tftp speed indicationSimon Glass2012-12-151-0/+8
* net: tftp: fix type of block arg to store_blockJayachandran Chandrasekharan Nair2012-07-111-1/+1
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-231-2/+2
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-231-4/+4
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-231-1/+1
* net: cosmetic: tftp.* checkpatch complianceJoe Hershberger2012-05-151-16/+14
* net: Remove volatile from net APIJoe Hershberger2012-05-151-3/+3