Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
77354e9d502837c156149109f4dd36b7bc12d6b3
/
net
/
tftp.c
61fdd4f
net/tftp: sparse fixes
by Kim Phillips
· 12 years ago
85b1980
net: Add tftp speed indication
by Simon Glass
· 12 years ago
bc46dfa
net: tftp: fix type of block arg to store_block
by Jayachandran Chandrasekharan Nair
· 12 years ago
ece223b
net: Refactor to separate the UDP handler from the ARP handler
by Joe Hershberger
· 12 years ago
22f6e99
net: Refactor to protect access to the NetState variable
by Joe Hershberger
· 12 years ago
594c26f
net: cosmetic: Un-typedef IP_t
by Joe Hershberger
· 12 years ago
13dfe94
net: cosmetic: tftp.* checkpatch compliance
by Joe Hershberger
· 12 years ago
db288a9
net: Remove volatile from net API
by Joe Hershberger
· 12 years ago
ea45cb0
net: Make sure IPaddr_t is 32 bits in size
by Matthias Weisser
· 13 years ago
8c6914f
net: Add more #ifdefs for tftpput to reduce code size
by Simon Glass
· 13 years ago
165099e
net: Make net_transfer() a static function
by Simon Glass
· 13 years ago
39bccd2
net: Hide more code behind CONFIG_CMD_TFTPPUT
by Simon Glass
· 13 years ago
1fb7cd4
net: tftpput: implement tftp logic
by Simon Glass
· 13 years ago
58f317d
net: tftpput: Support selecting get/put for tftp
by Simon Glass
· 13 years ago
e4cde2f
net: tftpput: Factor out start, restart and next block functions
by Simon Glass
· 13 years ago
f5329bb
net: tftpput: move common code into separate functions
by Simon Glass
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
4d69e98
net/tftp.c: fix typo
by Luca Ceresoli
· 13 years ago
e59e356
TFTP: net/tftp.c: add server mode receive
by Luca Ceresoli
· 13 years ago
e3fb0ab
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
by Luca Ceresoli
· 13 years ago
20478ce
TFTP: replace "server" with "remote" in local variable names
by Luca Ceresoli
· 13 years ago
9bb0a1b
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
by Luca Ceresoli
· 13 years ago
0bdd8ac
net/tftp.c: cosmetic: fix indentation
by Luca Ceresoli
· 13 years ago
6d2231e
net/tftp.c: cosmetic: trailing statements should be on next line
by Luca Ceresoli
· 13 years ago
7bc325a
net/tftp.c: cosmetic: fix brace issues
by Luca Ceresoli
· 13 years ago
2cb5360
net/tftp.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 13 years ago
2e32025
net/tftp.c: cosmetic: fix pointer syntax issues
by Luca Ceresoli
· 13 years ago
c718b14
net/tftp.c: cosmetic: fix whitespace issues
by Luca Ceresoli
· 13 years ago
2f09413
net/tftp.c: cosmetic: fix lines over 80 characters
by Luca Ceresoli
· 13 years ago
03eb129
NET: pass source IP address to packet handlers
by Luca Ceresoli
· 14 years ago
c96f86e
TFTP: allow for adjustable retransmission timout
by Wolfgang Denk
· 15 years ago
aafda38
Add error codes/handling for TFTP-server
by Remy Bohmer
· 15 years ago
6ac59c5
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· 15 years ago
4fccb81
Add Transfer Size Option to tftp
by Robin Getz
· 15 years ago
89ba81d
tftp: get the tftp block size from config file and from the environment
by Alessandro Rubini
· 15 years ago
d371708
net/tftp.c: fix warning: pointer targets differ in signedness
by Wolfgang Denk
· 15 years ago
0ebf04c
minor debug cleanups in ./net
by Robin Getz
· 15 years ago
b6446b6
convert print_IPaddr() to %pI4
by Mike Frysinger
· 16 years ago
6a86bb6
net: Fix TftpStart() ip:filename bug
by Peter Tyser
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
e83cc06
net: Make TFTP server timeout configurable
by Bartlomiej Sieka
· 16 years ago
49f3bdb
net: express the first argument to NetSetTimeout() in milliseconds
by Bartlomiej Sieka
· 16 years ago
be1b0d2
Don't tftp to unknown flash
by Jochen Friedrich
· 16 years ago
dc4b0b3
Fix printf errors.
by Andrew Klossner
· 16 years ago
38cc09c
TFTP: fix search of ':' in BootFile
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
a93907c
TFTP: add host ip addr support
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
079c2c4
Fix warning differ in signedness in net/net.c and net/nfs.c
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
6017474
Fix TFTP OACK code for short packets.
by Wolfgang Denk
· 17 years ago
ff13ac8
Backout commit 8f1bc284 as it causes TFTP to fail.
by Wolfgang Denk
· 17 years ago
8f1bc28
tftp: don't implicity trust the format of recevied packets
by Grant Likely
· 17 years ago
ef8f207
Fix: TFTP is not working on little endian systems
by stefano babic
· 17 years ago
30b52df
86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
by Jon Loeliger
· 17 years ago
85eb5ca
Coding style cleanup; rebuild CHANGELOG
by Wolfgang Denk
· 17 years ago
53a5c42
multicast tftp: RFC2090
by David Updegraff
· 17 years ago
610f2e9
net/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
643d1ab
net/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
6e2115a
net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
ddd5d9d
Fix typo. Patch by Andreas Engel, 28 Nov 2005
by Wolfgang Denk
· 18 years ago
84bd92b
Merge with /home/m8/git/u-boot
by Wolfgang Denk
· 19 years ago
77ddac9
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
e6f2e90
Added support for TQM834x boards.
by Marian Balakowicz
· 19 years ago
28cb937
Update for TFTP using a fixed UDP port
by Wolfgang Denk
· 19 years ago
ecb0ccd
Allow to force TFTP to use a fixed UDP port
by Wolfgang Denk
· 19 years ago
7bc5ee0
Prepare U-Boot for gcc-4.x
by Wolfgang Denk
· 19 years ago
c43352c
Fix endianess problem in TFTP / NFS default filenames
by Wolfgang Denk
· 19 years ago
a3d991b
Patches by Pantelis Antoniou, 30 Mar 2004:
by wdenk
· 21 years ago
4b9206e
* Patches by Thomas Viehweger, 16 Mar 2004:
by wdenk
· 21 years ago
cd0a9de
* Patch by Laurent Mohin, 10 Feb 2004: Fix buffer overflow in common/usb.c
by wdenk
· 21 years ago
3f85ce2
* CVS add missing files
by wdenk
· 21 years ago
5bb226e
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools
by wdenk
· 21 years ago
fbe4b5c
* Update TRAB auto update code
by wdenk
· 21 years ago
LABEL_2003_10_06_2355
e0ac62d
* Make Ethernet autonegotiation on INCA-IP work for all clock rates;
by wdenk
· 21 years ago
U-Boot-0_4_6
73a8b27
* Add support for RMU board
by wdenk
· 21 years ago
fe8c280
Initial revision
by wdenk
· 22 years ago