summaryrefslogtreecommitdiff
path: root/core/fs/pxe/pxe.h
Commit message (Expand)AuthorAgeFilesLines
* core: readd gPXE/iPXE support for HTTP on pxelinux.0Gene Cumm2015-09-271-1/+5
* core/pxe: extend parse_dhcp() for packet typeGene Cumm2015-06-201-1/+1
* pxe: Re-add support for embedded DHCP optionssyslinux-6.03-pre15H. Peter Anvin2014-06-161-0/+1
* efi, udp: use single local port for each connectionsyslinux-6.01-pre2Matt Fleming2013-06-261-0/+1
* efi: Add network supportsyslinux-6.00-pre5Matt Fleming2013-04-231-2/+8
* Merge remote-tracking branch 'zytor/elflink' into for-hpa/elflink/firmwareMatt Fleming2013-04-111-10/+22
|\
| * pxe: disentangle the legacy and lwip stacks without #ifdefH. Peter Anvin2013-03-281-10/+22
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-74/+84
|\ \ | |/
| * net: Return of the legacy network stackMatt Fleming2013-03-061-11/+33
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-79/+67
| |\
| | * pxe, tftp: make TimeoutTable staticH. Peter Anvin2012-04-261-1/+0
| | * pxeisr: Use nonspecific EOI; add pxe_poll routine; CLDH. Peter Anvin2012-03-301-0/+1
| | * pxe: fix the cleanup routinesyslinux-4.10-pre14H. Peter Anvin2011-05-091-1/+1
| | * pxe: try to mimic the policy of iPXE with respect to interruptsH. Peter Anvin2011-05-081-0/+3
| | * pxe, ftp: support readdir for FTPH. Peter Anvin2011-05-031-0/+3
| | * pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12H. Peter Anvin2011-05-021-0/+4
| | * pxe, tftp: remove global buffers, double bufferingH. Peter Anvin2011-05-011-2/+1
| | * pxe: remove a stray inlineH. Peter Anvin2011-05-011-12/+0
| | * pxe: move the per-connection-type operations into a structureH. Peter Anvin2011-05-011-2/+7
| | * pxe: push the open flags down into individual methodsH. Peter Anvin2011-05-011-3/+6
| | * pxe: start the poll thread when we would have started the ISRH. Peter Anvin2011-04-261-1/+1
| | * Additional sysappend strings from DMI; pre-bake the http cookiesH. Peter Anvin2011-04-261-0/+1
| | * Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-251-3/+0
| | * pxe: remove non-lwIP definition of DNS_MAX_SERVERSH. Peter Anvin2011-04-251-4/+0
| | * PXE Cleanups, allow for 128 open filesH. Peter Anvin2011-04-251-14/+2
| | * pxe: use a separate poll thread instead of using an idle thread hookH. Peter Anvin2011-04-241-1/+1
| | * pxe, tftp: unbreak the TFTP state machinesyslinux-4.10-pre4H. Peter Anvin2011-04-241-1/+0
| | * pxe, tftp: let lwIP manage port numberssyslinux-4.10-pre3H. Peter Anvin2011-04-241-7/+2
| | * pxe: make url_set_ip() staticH. Peter Anvin2011-04-241-1/+0
| | * pxe: move redirect processing to the URL-parsing levelH. Peter Anvin2011-04-241-3/+3
| | * pxe: add support for FTPH. Peter Anvin2011-04-241-2/+7
| | * pxe: make tftp_pktbuf a dynamic bufferH. Peter Anvin2011-04-231-3/+1
| | * pxe: move operations common to TCP-based protocols to a common fileH. Peter Anvin2011-04-231-2/+6
| | * pxe: use the unified URL parsing frameworksyslinux-4.10-pre2H. Peter Anvin2011-04-231-34/+5
| | * lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-221-1/+0
| | * pxe: Cleanup interrupt handling making it reliabe and in specEric W. Biederman2011-04-121-1/+1
| | * lwip: Clean up the initialization sequenceEric W. Biederman2011-04-121-0/+3
| | * core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-121-0/+8
| | * core: pxe Add native support for http urlsEric W. Biederman2011-04-121-0/+3
| | * core: pxe: Add general support for pluggable url handlers.Eric W. Biederman2011-04-121-0/+4
| | * core: pxe: Factor out pxe_poll from pxe_receive_threadEric W. Biederman2011-04-121-0/+1
| | * core: pxe: Add a netconn socket to the pxe private inodeEric W. Biederman2011-04-121-0/+2
| | * core pxe: Cleanup the call to pxe_isr_initEric W. Biederman2011-04-121-0/+3
| | * pxe: Move the gpxe url reading code into it's own file.Eric W. Biederman2011-04-121-0/+4
| | * pxe: Move the tftp implementation into it's own fileEric W. Biederman2011-04-121-0/+5
| | * pxe: Add methods to abstract out the connection type.Eric W. Biederman2011-04-121-0/+2
* | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-1/+0
|\ \ \ | |/ /
| * | Reduce the number of global variablesMatt Fleming2012-12-051-1/+0
* | | Create derivative-specific filesMatt Fleming2012-09-041-12/+2
|/ /
* | Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-201-2/+0