Jayachandran Chandrasekharan Nair
|
bc46dfac2f
net: tftp: fix type of block arg to store_block
|
12 gadi atpakaļ |
Joe Hershberger
|
ece223b52a
net: Refactor to separate the UDP handler from the ARP handler
|
13 gadi atpakaļ |
Joe Hershberger
|
22f6e99d5b
net: Refactor to protect access to the NetState variable
|
13 gadi atpakaļ |
Joe Hershberger
|
594c26f8a7
net: cosmetic: Un-typedef IP_t
|
13 gadi atpakaļ |
Joe Hershberger
|
13dfe94379
net: cosmetic: tftp.* checkpatch compliance
|
13 gadi atpakaļ |
Joe Hershberger
|
db288a9602
net: Remove volatile from net API
|
13 gadi atpakaļ |
Matthias Weisser
|
ea45cb0adc
net: Make sure IPaddr_t is 32 bits in size
|
13 gadi atpakaļ |
Simon Glass
|
8c6914f10f
net: Add more #ifdefs for tftpput to reduce code size
|
13 gadi atpakaļ |
Simon Glass
|
165099e753
net: Make net_transfer() a static function
|
13 gadi atpakaļ |
Simon Glass
|
39bccd21d0
net: Hide more code behind CONFIG_CMD_TFTPPUT
|
13 gadi atpakaļ |
Simon Glass
|
1fb7cd498e
net: tftpput: implement tftp logic
|
13 gadi atpakaļ |
Simon Glass
|
58f317d182
net: tftpput: Support selecting get/put for tftp
|
13 gadi atpakaļ |
Simon Glass
|
e4cde2f70d
net: tftpput: Factor out start, restart and next block functions
|
13 gadi atpakaļ |
Simon Glass
|
f5329bbc3f
net: tftpput: move common code into separate functions
|
13 gadi atpakaļ |
Mike Frysinger
|
e2a53458a7
net: drop !NET_MULTI code
|
13 gadi atpakaļ |
Luca Ceresoli
|
4d69e98c06
net/tftp.c: fix typo
|
14 gadi atpakaļ |
Luca Ceresoli
|
e59e35620a
TFTP: net/tftp.c: add server mode receive
|
14 gadi atpakaļ |
Luca Ceresoli
|
e3fb0abe2b
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
|
14 gadi atpakaļ |
Luca Ceresoli
|
20478ceaa2
TFTP: replace "server" with "remote" in local variable names
|
14 gadi atpakaļ |
Luca Ceresoli
|
9bb0a1bf98
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
|
14 gadi atpakaļ |
Luca Ceresoli
|
0bdd8acc35
net/tftp.c: cosmetic: fix indentation
|
14 gadi atpakaļ |
Luca Ceresoli
|
6d2231e8fa
net/tftp.c: cosmetic: trailing statements should be on next line
|
14 gadi atpakaļ |
Luca Ceresoli
|
7bc325a1b2
net/tftp.c: cosmetic: fix brace issues
|
14 gadi atpakaļ |
Luca Ceresoli
|
2cb5360807
net/tftp.c: cosmetic: do not use assignment in if condition
|
14 gadi atpakaļ |
Luca Ceresoli
|
2e320257c8
net/tftp.c: cosmetic: fix pointer syntax issues
|
14 gadi atpakaļ |
Luca Ceresoli
|
c718b1439b
net/tftp.c: cosmetic: fix whitespace issues
|
14 gadi atpakaļ |
Luca Ceresoli
|
2f09413fd9
net/tftp.c: cosmetic: fix lines over 80 characters
|
14 gadi atpakaļ |
Luca Ceresoli
|
03eb129f8a
NET: pass source IP address to packet handlers
|
14 gadi atpakaļ |
Wolfgang Denk
|
c96f86eefc
TFTP: allow for adjustable retransmission timout
|
15 gadi atpakaļ |
Remy Bohmer
|
aafda38fb2
Add error codes/handling for TFTP-server
|
15 gadi atpakaļ |