summaryrefslogtreecommitdiff
path: root/core/fs/pxe/tftp.c
Commit message (Expand)AuthorAgeFilesLines
* libupload: Reworking tftp support to use core functionsErwan Velu2015-09-041-0/+170
* tftp: Report server IP address on debug messageErwan Velu2015-09-041-1/+10
* Merge remote-tracking branch 'origin/elflink' into firmwareH. Peter Anvin2013-12-111-35/+11
|\
| * pxe, efi: Bad read of file size over TFTP on EFI64Celelibi2013-12-111-35/+11
* | Merge branch 'elflink-pxe-fixes-for-mfleming-2' of git://github.com/geneC/sys...Matt Fleming2013-09-301-8/+5
|\ \ | |/
| * PXELINUX: Use sendto() instead of connect()/send()/disconnect()Gene Cumm2013-09-231-8/+6
* | efi: Add network supportsyslinux-6.00-pre5Matt Fleming2013-04-231-13/+13
|/
* net: Return of the legacy network stackMatt Fleming2013-03-061-92/+36
* Merge remote-tracking branch 'genec/lwip-1.4.0-test-2' into lwipH. Peter Anvin2012-05-291-4/+5
|\
| * core/pxe: lwip changes to netconn_recvGene Cumm2012-04-271-4/+5
* | pxe, tftp: Handle block number wraparoundH. Peter Anvin2012-04-261-1/+1
* | pxe, tftp: make TimeoutTable staticH. Peter Anvin2012-04-261-1/+1
* | pxe, tftp: Unify UDP send and use pbuf memoryH. Peter Anvin2012-04-261-20/+37
|/
* pxe, tftp: remove global buffers, double bufferingH. Peter Anvin2011-05-011-24/+29
* pxe: move the per-connection-type operations into a structureH. Peter Anvin2011-05-011-2/+6
* pxe: push the open flags down into individual methodsH. Peter Anvin2011-05-011-1/+3
* pxe, tftp: unbreak the TFTP state machinesyslinux-4.10-pre4H. Peter Anvin2011-04-241-8/+10
* pxe, tftp: let lwIP manage port numberssyslinux-4.10-pre3H. Peter Anvin2011-04-241-4/+5
* pxe: continue to bounce URLs with unknown schemes to gPXEH. Peter Anvin2011-04-241-3/+0
* pxe: move redirect processing to the URL-parsing levelH. Peter Anvin2011-04-241-1/+3
* pxe: make tftp_pktbuf a dynamic bufferH. Peter Anvin2011-04-231-9/+20
* pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-231-7/+17
* pxe: fix gcc 4.6 problemsH. Peter Anvin2011-04-211-2/+0
* core: pxe: Rewrite the tftp implementation to use lwipEric W. Biederman2011-04-121-59/+78
* pxe: Send tftp acks after we reach our timeoutEric W. Biederman2011-04-121-0/+1
* pxe: Move the tftp implementation into it's own fileEric W. Biederman2011-04-121-0/+429