Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ad2bf65d1afa4d74faaacea7efa49299c74aa235
/
net
/
tftp.c
7510a56
lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size
by Simon Goldschmidt
· 6 years ago
a55ef7f
net: remove CONFIG_MCAST_TFTP
by Chris Packham
· 6 years ago
a96cf8f
tftp: prevent overwriting reserved memory
by Simon Goldschmidt
· 6 years ago
9cb7b02
net: Consolidate the parsing of bootfile
by Joe Hershberger
· 6 years ago
6f341f5
net/tftp: fix build if CMD_BOOTEFI is not set
by Jörg Krause
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
04cc290
net: tftp: silence a subscript above array bounds compile time warning
by Vladimir Zapolskiy
· 7 years ago
94c4b99
efi_loader: Add network access support
by Alexander Graf
· 9 years ago
8300685
net: TFTP: variables cleanup and addition
by Albert ARIBAUD \(3ADEV\)
· 9 years ago
e67eaa8
net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"
by Bin Meng
· 9 years ago
2118592
net: tftp: Move tftp.h file from ./net to ./include/net
by Lukasz Majewski
· 9 years ago
74154e1
tftp: adjust settings to be suitable for 100Mbit ethernet
by Pavel Machek
· 9 years ago
dd081cc
tftp.c: fix CONFIG_TFTP_TSIZE for small files
by Max Krummenacher
· 9 years ago
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· 10 years ago
6470159
net: cosmetic: Clean up TFTP variables and functions
by Joe Hershberger
· 10 years ago
a8ca4f6
net: cosmetic: Cleanup internal packet buffer names
by Joe Hershberger
· 10 years ago
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· 10 years ago
290c899
net: cosmetic: Fixup var names related to boot file
by Joe Hershberger
· 10 years ago
5874dec
net: cosmetic: Change IPaddr_t to struct in_addr
by Joe Hershberger
· 10 years ago
ed19185
net: Access mapped physmem in net functions
by Joe Hershberger
· 10 years ago
c8f0a5c
net: Display the size when tftpboot finishes
by Simon Glass
· 10 years ago
91393c5
net: tftpsrv: Get correct client MAC address
by Andrew Ruder
· 11 years ago
0d75736
net: tftp: Make sure timeout will not effect wrap offset
by rockly
· 11 years ago
878dad0
net/tftp: sparse fixes
by Kim Phillips
· 12 years ago
cab9a8d
net: Add tftp speed indication
by Simon Glass
· 12 years ago
a5d451b
net: tftp: fix type of block arg to store_block
by Jayachandran Chandrasekharan Nair
· 12 years ago
f50357b
net: Refactor to separate the UDP handler from the ARP handler
by Joe Hershberger
· 13 years ago
d4bb76a
net: Refactor to protect access to the NetState variable
by Joe Hershberger
· 13 years ago
6fe8b45
net: cosmetic: Un-typedef IP_t
by Joe Hershberger
· 13 years ago
3a29e5a
net: cosmetic: tftp.* checkpatch compliance
by Joe Hershberger
· 13 years ago
4b7747e
net: Remove volatile from net API
by Joe Hershberger
· 13 years ago
6cc6326
net: Make sure IPaddr_t is 32 bits in size
by Matthias Weisser
· 13 years ago
4abd0e2
net: Add more #ifdefs for tftpput to reduce code size
by Simon Glass
· 13 years ago
8431332
net: Make net_transfer() a static function
by Simon Glass
· 13 years ago
2928cd8
net: Hide more code behind CONFIG_CMD_TFTPPUT
by Simon Glass
· 13 years ago
6a398d2
net: tftpput: implement tftp logic
by Simon Glass
· 13 years ago
f59675a
net: tftpput: Support selecting get/put for tftp
by Simon Glass
· 13 years ago
bd8a0e0
net: tftpput: Factor out start, restart and next block functions
by Simon Glass
· 13 years ago
b437aad
net: tftpput: move common code into separate functions
by Simon Glass
· 13 years ago
a23230c
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
2f3dc0a
net/tftp.c: fix typo
by Luca Ceresoli
· 14 years ago
b640ed3
TFTP: net/tftp.c: add server mode receive
by Luca Ceresoli
· 14 years ago
562dfe5
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
by Luca Ceresoli
· 14 years ago
5079c76
TFTP: replace "server" with "remote" in local variable names
by Luca Ceresoli
· 14 years ago
4e7a02b
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
by Luca Ceresoli
· 14 years ago
09b1823
net/tftp.c: cosmetic: fix indentation
by Luca Ceresoli
· 14 years ago
6072fcd
net/tftp.c: cosmetic: trailing statements should be on next line
by Luca Ceresoli
· 14 years ago
35dfb18
net/tftp.c: cosmetic: fix brace issues
by Luca Ceresoli
· 14 years ago
c4ffb9f
net/tftp.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 14 years ago
bf6ce41
net/tftp.c: cosmetic: fix pointer syntax issues
by Luca Ceresoli
· 14 years ago
f40538a
net/tftp.c: cosmetic: fix whitespace issues
by Luca Ceresoli
· 14 years ago
c42fc27
net/tftp.c: cosmetic: fix lines over 80 characters
by Luca Ceresoli
· 14 years ago
428ab36
NET: pass source IP address to packet handlers
by Luca Ceresoli
· 14 years ago
b233bd7
TFTP: allow for adjustable retransmission timout
by Wolfgang Denk
· 15 years ago
b46293f
Add error codes/handling for TFTP-server
by Remy Bohmer
· 15 years ago
8c2926d
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· 15 years ago
b3b00ed
Add Transfer Size Option to tftp
by Robin Getz
· 15 years ago
8832f6e
tftp: get the tftp block size from config file and from the environment
by Alessandro Rubini
· 15 years ago
12730c7
net/tftp.c: fix warning: pointer targets differ in signedness
by Wolfgang Denk
· 15 years ago
9e0a4d6
minor debug cleanups in ./net
by Robin Getz
· 15 years ago
d5695f4
convert print_IPaddr() to %pI4
by Mike Frysinger
· 16 years ago
5e58efa
net: Fix TftpStart() ip:filename bug
by Peter Tyser
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
371cde7
net: Make TFTP server timeout configurable
by Bartlomiej Sieka
· 16 years ago
5666846
net: express the first argument to NetSetTimeout() in milliseconds
by Bartlomiej Sieka
· 16 years ago
d31a59b
Don't tftp to unknown flash
by Jochen Friedrich
· 16 years ago
e4ad454
Fix printf errors.
by Andrew Klossner
· 16 years ago
fa1dfde
TFTP: fix search of ':' in BootFile
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
5855541
TFTP: add host ip addr support
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
c1a6164
Fix warning differ in signedness in net/net.c and net/nfs.c
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
8b70f34
Fix TFTP OACK code for short packets.
by Wolfgang Denk
· 17 years ago
83e8e47
Backout commit 8f1bc284 as it causes TFTP to fail.
by Wolfgang Denk
· 17 years ago
4e6c9d4
tftp: don't implicity trust the format of recevied packets
by Grant Likely
· 17 years ago
7192096
Fix: TFTP is not working on little endian systems
by stefano babic
· 17 years ago
5615ef2
86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
by Jon Loeliger
· 17 years ago
627f5c3
Coding style cleanup; rebuild CHANGELOG
by Wolfgang Denk
· 17 years ago
7280da7
multicast tftp: RFC2090
by David Updegraff
· 17 years ago
a9807e5
net/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
54f35c2
net/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
36301de
net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
26442ac
Fix typo. Patch by Andreas Engel, 28 Nov 2005
by Wolfgang Denk
· 18 years ago
bcc5dfc
Merge with /home/m8/git/u-boot
by Wolfgang Denk
· 19 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
513b4a1
Added support for TQM834x boards.
by Marian Balakowicz
· 19 years ago
227b519
Update for TFTP using a fixed UDP port
by Wolfgang Denk
· 19 years ago
e3cfce5
Allow to force TFTP to use a fixed UDP port
by Wolfgang Denk
· 19 years ago
3135c54
Prepare U-Boot for gcc-4.x
by Wolfgang Denk
· 19 years ago
dec9732
Fix endianess problem in TFTP / NFS default filenames
by Wolfgang Denk
· 19 years ago
145d2c1
Patches by Pantelis Antoniou, 30 Mar 2004:
by wdenk
· 21 years ago
42c0547
* Patches by Thomas Viehweger, 16 Mar 2004:
by wdenk
· 21 years ago
f70cbb2
* Patch by Laurent Mohin, 10 Feb 2004: Fix buffer overflow in common/usb.c
by wdenk
· 21 years ago
ef89394
* CVS add missing files
by wdenk
· 21 years ago
c6abb7e
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools
by wdenk
· 21 years ago
7182b0f
* Update TRAB auto update code
by wdenk
· 21 years ago
5d84173
* Make Ethernet autonegotiation on INCA-IP work for all clock rates;
by wdenk
· 21 years ago
e6466f6
* Add support for RMU board
by wdenk
· 21 years ago
fe8c280
Initial revision
by wdenk
· 22 years ago