mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] tftp: prepare for picotcp
@ 2015-06-28 16:19 Antony Pavlov
  2015-06-28 16:19 ` [PATCH 1/3] fs/tftp: handle incoming packets in the separate tftp_recv() function Antony Pavlov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Antony Pavlov @ 2015-06-28 16:19 UTC (permalink / raw)
  To: barebox

This patchseries makes it much easier to run barebox tftp client
on top of picotcp network stack in the future.

Antony Pavlov (3):
  fs/tftp: handle incoming packets in the separate tftp_recv() function
  tftp_recv(): according to RFC1350 minimal tftp packet length is 4
    bytes
  tftp_recv(): handle opcode field in a more natural way

 fs/tftp.c | 47 ++++++++++++++++++++++++++---------------------
 1 file changed, 26 insertions(+), 21 deletions(-)

-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-29  5:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-28 16:19 [PATCH 0/3] tftp: prepare for picotcp Antony Pavlov
2015-06-28 16:19 ` [PATCH 1/3] fs/tftp: handle incoming packets in the separate tftp_recv() function Antony Pavlov
2015-06-28 16:19 ` [PATCH 2/3] tftp_recv(): according to RFC1350 minimal tftp packet length is 4 bytes Antony Pavlov
2015-06-28 16:19 ` [PATCH 3/3] tftp_recv(): handle opcode field in a more natural way Antony Pavlov
2015-06-29  5:25 ` [PATCH 0/3] tftp: prepare for picotcp Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox