Commit Graph

79 Commits (049a95a7759c0e384c1fc7b8575d968d56a33997)

Author SHA1 Message Date
Joe Hershberger 049a95a775 net: cosmetic: Change IPaddr_t to struct in_addr 9 years ago
Joe Hershberger 55d5fd9a84 net: Access mapped physmem in net functions 9 years ago
Simon Glass 8104f54629 net: Display the size when tftpboot finishes 10 years ago
Andrew Ruder 8e52533d10 net: tftpsrv: Get correct client MAC address 11 years ago
rockly f754f5dc6f net: tftp: Make sure timeout will not effect wrap offset 11 years ago
Kim Phillips 61fdd4f7c3 net/tftp: sparse fixes 11 years ago
Simon Glass 85b1980273 net: Add tftp speed indication 12 years ago
Jayachandran Chandrasekharan Nair bc46dfac2f net: tftp: fix type of block arg to store_block 12 years ago
Joe Hershberger ece223b52a net: Refactor to separate the UDP handler from the ARP handler 12 years ago
Joe Hershberger 22f6e99d5b net: Refactor to protect access to the NetState variable 12 years ago
Joe Hershberger 594c26f8a7 net: cosmetic: Un-typedef IP_t 12 years ago
Joe Hershberger 13dfe94379 net: cosmetic: tftp.* checkpatch compliance 12 years ago
Joe Hershberger db288a9602 net: Remove volatile from net API 12 years ago
Matthias Weisser ea45cb0adc net: Make sure IPaddr_t is 32 bits in size 13 years ago
Simon Glass 8c6914f10f net: Add more #ifdefs for tftpput to reduce code size 13 years ago
Simon Glass 165099e753 net: Make net_transfer() a static function 13 years ago
Simon Glass 39bccd21d0 net: Hide more code behind CONFIG_CMD_TFTPPUT 13 years ago
Simon Glass 1fb7cd498e net: tftpput: implement tftp logic 13 years ago
Simon Glass 58f317d182 net: tftpput: Support selecting get/put for tftp 13 years ago
Simon Glass e4cde2f70d net: tftpput: Factor out start, restart and next block functions 13 years ago
Simon Glass f5329bbc3f net: tftpput: move common code into separate functions 13 years ago
Mike Frysinger e2a53458a7 net: drop !NET_MULTI code 13 years ago
Luca Ceresoli 4d69e98c06 net/tftp.c: fix typo 13 years ago
Luca Ceresoli e59e35620a TFTP: net/tftp.c: add server mode receive 13 years ago
Luca Ceresoli e3fb0abe2b TFTP: rename STATE_RRQ to STATE_SEND_RRQ 13 years ago
Luca Ceresoli 20478ceaa2 TFTP: replace "server" with "remote" in local variable names 13 years ago
Luca Ceresoli 9bb0a1bf98 net/tftp.c: cosmetic: do not initialise statics to 0 or NULL 13 years ago
Luca Ceresoli 0bdd8acc35 net/tftp.c: cosmetic: fix indentation 13 years ago
Luca Ceresoli 6d2231e8fa net/tftp.c: cosmetic: trailing statements should be on next line 13 years ago
Luca Ceresoli 7bc325a1b2 net/tftp.c: cosmetic: fix brace issues 13 years ago
Luca Ceresoli 2cb5360807 net/tftp.c: cosmetic: do not use assignment in if condition 13 years ago
Luca Ceresoli 2e320257c8 net/tftp.c: cosmetic: fix pointer syntax issues 13 years ago
Luca Ceresoli c718b1439b net/tftp.c: cosmetic: fix whitespace issues 13 years ago
Luca Ceresoli 2f09413fd9 net/tftp.c: cosmetic: fix lines over 80 characters 13 years ago
Luca Ceresoli 03eb129f8a NET: pass source IP address to packet handlers 13 years ago
Wolfgang Denk c96f86eefc TFTP: allow for adjustable retransmission timout 14 years ago
Remy Bohmer aafda38fb2 Add error codes/handling for TFTP-server 15 years ago
Mike Frysinger 6ac59c5518 net: pull CONFIG checks out of source and into makefile 15 years ago
Robin Getz 4fccb818e7 Add Transfer Size Option to tftp 15 years ago
Alessandro Rubini 89ba81d107 tftp: get the tftp block size from config file and from the environment 15 years ago
Wolfgang Denk d371708a1b net/tftp.c: fix warning: pointer targets differ in signedness 15 years ago
Robin Getz 0ebf04c607 minor debug cleanups in ./net 15 years ago
Mike Frysinger b6446b6775 convert print_IPaddr() to %pI4 15 years ago
Peter Tyser 6a86bb6c25 net: Fix TftpStart() ip:filename bug 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Bartlomiej Sieka e83cc06375 net: Make TFTP server timeout configurable 16 years ago
Bartlomiej Sieka 49f3bdbba8 net: express the first argument to NetSetTimeout() in milliseconds 16 years ago
Jochen Friedrich be1b0d2777 Don't tftp to unknown flash 16 years ago
Andrew Klossner dc4b0b38d4 Fix printf errors. 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 38cc09c55b TFTP: fix search of ':' in BootFile 17 years ago