Commit Graph

59 Commits (f5329bbc3f951f01c39c24f06a57c34d865f5a16)

Author SHA1 Message Date
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
Jean-Christophe PLAGNIOL-VILLARD a93907c43f TFTP: add host ip addr support 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 079c2c4fa7 Fix warning differ in signedness in net/net.c and net/nfs.c 17 years ago
Wolfgang Denk 60174746c6 Fix TFTP OACK code for short packets. 17 years ago
Wolfgang Denk ff13ac8c7b Backout commit 8f1bc284 as it causes TFTP to fail. 17 years ago
Grant Likely 8f1bc28408 tftp: don't implicity trust the format of recevied packets 17 years ago
stefano babic ef8f207527 Fix: TFTP is not working on little endian systems 17 years ago
Jon Loeliger 30b52df9e9 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h 17 years ago
Jon Loeliger 8662577fe3 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h 17 years ago
Wolfgang Denk 85eb5caf6b Coding style cleanup; rebuild CHANGELOG 17 years ago
David Updegraff 53a5c424bf multicast tftp: RFC2090 17 years ago
Jon Loeliger 610f2e9c28 net/: Remove lingering references to CFG_CMD_* symbols. 17 years ago
Jon Loeliger 643d1ab239 net/: Remove obsolete references to CONFIG_COMMANDS 17 years ago
Jon Loeliger 6e2115acb6 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 17 years ago
Wolfgang Denk ddd5d9daf0 Fix typo. 18 years ago
Wolfgang Denk 77ddac9480 Cleanup for GCC-4.x 19 years ago
Marian Balakowicz e6f2e90233 Added support for TQM834x boards. 19 years ago
Wolfgang Denk 28cb937584 Update for TFTP using a fixed UDP port 19 years ago
Wolfgang Denk ecb0ccd9c2 Allow to force TFTP to use a fixed UDP port 19 years ago
Wolfgang Denk 7bc5ee0785 Prepare U-Boot for gcc-4.x 19 years ago
Wolfgang Denk c43352ccfa Fix endianess problem in TFTP / NFS default filenames 19 years ago