summaryrefslogtreecommitdiff
path: root/core/fs/pxe/pxe.c
Commit message (Expand)AuthorAgeFilesLines
* pxe.c: fix stray line-end garbageH. Peter Anvin2016-04-061-1/+1
* libupload: use url_set_ip()H. Peter Anvin2016-04-061-3/+15
* pxe_dns: remove obsolete pxe_dns.c wrapperH. Peter Anvin2016-04-061-1/+1
* Add filesystem UUID to SYSAPPEND for FATSerj Kalichev2014-03-131-0/+1
* Merge branch 'elflink-pxe-fixes-for-mfleming-2' of git://github.com/geneC/sys...Matt Fleming2013-09-301-3/+3
|\
| * PXE: use ddprintf macroGene Cumm2013-09-231-15/+15
* | efi: Add network supportsyslinux-6.00-pre5Matt Fleming2013-04-231-395/+1
|/
* pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-281-14/+0
* pxe: Fix compiler warnings and real bugsyslinux-5.10-pre2Matt Fleming2013-03-201-1/+1
* Partially revert "pxe: Pass absolute path to pxe_chdir()"Matt Fleming2013-03-111-16/+27
* net: Return of the legacy network stackMatt Fleming2013-03-061-30/+6
* pxe: Handle closing file with NULL ->inodeMatt Fleming2013-02-261-0/+3
* Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-842/+204
|\
| * pxe: Remove stray debugging messageH. Peter Anvin2012-04-261-2/+1
| * pxe: be more verbose on unload failureH. Peter Anvin2011-05-131-2/+8
| * pxe: fix the cleanup routinesyslinux-4.10-pre14H. Peter Anvin2011-05-091-27/+3
| * pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin2011-05-081-1/+13
| * pxe, ftp: support readdir for FTPH. Peter Anvin2011-05-031-1/+1
| * pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12H. Peter Anvin2011-05-021-2/+16
| * pxe: fix the flags testH. Peter Anvin2011-05-021-1/+1
| * pxe, tftp: remove global buffers, double bufferingH. Peter Anvin2011-05-011-3/+0
| * pxe: move the per-connection-type operations into a structureH. Peter Anvin2011-05-011-3/+3
| * pxe: push the open flags down into individual methodsH. Peter Anvin2011-05-011-8/+10
| * core: pass the file flags down through the stackH. Peter Anvin2011-05-011-4/+6
| * pxe: minor initialization cleanupsH. Peter Anvin2011-04-261-11/+1
| * Additional sysappend strings from DMI; pre-bake the http cookiesH. Peter Anvin2011-04-261-99/+12
| * Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-251-35/+18
| * pxe: remove non-lwIP definition of DNS_MAX_SERVERSH. Peter Anvin2011-04-251-0/+1
| * pxe: use a separate poll thread instead of using an idle thread hookH. Peter Anvin2011-04-241-5/+5
| * pxe, tftp: let lwIP manage port numberssyslinux-4.10-pre3H. Peter Anvin2011-04-241-3/+0
| * pxe: continue to bounce URLs with unknown schemes to gPXEH. Peter Anvin2011-04-241-1/+21
| * pxe: make url_set_ip() staticH. Peter Anvin2011-04-241-1/+1
| * pxe: move redirect processing to the URL-parsing levelH. Peter Anvin2011-04-241-16/+25
| * pxe: add support for FTPH. Peter Anvin2011-04-241-1/+2
| * pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-231-200/+40
| * pxe: put a semaphore around PXE callsH. Peter Anvin2011-04-221-1/+7
| * pxe: Remove the lwip_test codeEric W. Biederman2011-04-121-123/+0
| * lwip: Clean up the initialization sequenceEric W. Biederman2011-04-121-32/+12
| * core: pxe: Cleanup properly when using undi.Eric W. Biederman2011-04-121-1/+4
| * core: pxe Add native support for http urlsEric W. Biederman2011-04-121-0/+1
| * core: pxe: Add general support for pluggable url handlers.Eric W. Biederman2011-04-121-5/+49
| * core pxe: Cleanup the call to pxe_isr_initEric W. Biederman2011-04-121-1/+1
| * lwip: show stats when displaying speedtest resultsH. Peter Anvin2011-04-121-3/+25
| * lwip: better speed testH. Peter Anvin2011-04-121-58/+67
| * lwip: better test caseH. Peter Anvin2011-04-121-9/+39
| * lwip: now to the point we can make a TCP connection...H. Peter Anvin2011-04-121-1/+79
| * core pxe: Ensure all parameters in pxe_get_cached_info are initialized.Eric W. Biederman2011-04-121-1/+1
| * core: pxe: additional work on the lwip portH. Peter Anvin2011-04-121-0/+12
| * pxe: hook up the interrupt routine and the lwip receive routineEric W. Biederman2011-04-121-0/+3
| * pxe: Move the gpxe url reading code into it's own file.Eric W. Biederman2011-04-121-89/+0