| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix all warnings, and better separate code that should not be mixedsyslinux-6.04-pre3 | H. Peter Anvin (Intel) | 2019-02-07 | 1 | -273/+0 |
* | core: readd gPXE/iPXE support for HTTP on pxelinux.0 | Gene Cumm | 2015-09-27 | 1 | -1/+5 |
* | core/pxe: extend parse_dhcp() for packet type | Gene Cumm | 2015-06-20 | 1 | -1/+1 |
* | pxe: Re-add support for embedded DHCP optionssyslinux-6.03-pre15 | H. Peter Anvin | 2014-06-16 | 1 | -0/+1 |
* | efi, udp: use single local port for each connectionsyslinux-6.01-pre2 | Matt Fleming | 2013-06-26 | 1 | -0/+1 |
* | efi: Add network supportsyslinux-6.00-pre5 | Matt Fleming | 2013-04-23 | 1 | -2/+8 |
* | Merge remote-tracking branch 'zytor/elflink' into for-hpa/elflink/firmware | Matt Fleming | 2013-04-11 | 1 | -10/+22 |
|\ |
|
| * | pxe: disentangle the legacy and lwip stacks without #ifdef | H. Peter Anvin | 2013-03-28 | 1 | -10/+22 |
* | | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmware | Matt Fleming | 2013-03-22 | 1 | -74/+84 |
|\| |
|
| * | net: Return of the legacy network stack | Matt Fleming | 2013-03-06 | 1 | -11/+33 |
| * | Merge branch 'lwip' into elflink | Matt Fleming | 2013-02-26 | 1 | -79/+67 |
| |\ |
|
| | * | pxe, tftp: make TimeoutTable static | H. Peter Anvin | 2012-04-26 | 1 | -1/+0 |
| | * | pxeisr: Use nonspecific EOI; add pxe_poll routine; CLD | H. Peter Anvin | 2012-03-30 | 1 | -0/+1 |
| | * | pxe: fix the cleanup routinesyslinux-4.10-pre14 | H. Peter Anvin | 2011-05-09 | 1 | -1/+1 |
| | * | pxe: try to mimic the policy of iPXE with respect to interrupts | H. Peter Anvin | 2011-05-08 | 1 | -0/+3 |
| | * | pxe, ftp: support readdir for FTP | H. Peter Anvin | 2011-05-03 | 1 | -0/+3 |
| | * | pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12 | H. Peter Anvin | 2011-05-02 | 1 | -0/+4 |
| | * | pxe, tftp: remove global buffers, double buffering | H. Peter Anvin | 2011-05-01 | 1 | -2/+1 |
| | * | pxe: remove a stray inline | H. Peter Anvin | 2011-05-01 | 1 | -12/+0 |
| | * | pxe: move the per-connection-type operations into a structure | H. Peter Anvin | 2011-05-01 | 1 | -2/+7 |
| | * | pxe: push the open flags down into individual methods | H. Peter Anvin | 2011-05-01 | 1 | -3/+6 |
| | * | pxe: start the poll thread when we would have started the ISR | H. Peter Anvin | 2011-04-26 | 1 | -1/+1 |
| | * | Additional sysappend strings from DMI; pre-bake the http cookies | H. Peter Anvin | 2011-04-26 | 1 | -0/+1 |
| | * | Generalize ipappend handling as "sysappend", and move to PM code | H. Peter Anvin | 2011-04-25 | 1 | -3/+0 |
| | * | pxe: remove non-lwIP definition of DNS_MAX_SERVERS | H. Peter Anvin | 2011-04-25 | 1 | -4/+0 |
| | * | PXE Cleanups, allow for 128 open files | H. Peter Anvin | 2011-04-25 | 1 | -14/+2 |
| | * | pxe: use a separate poll thread instead of using an idle thread hook | H. Peter Anvin | 2011-04-24 | 1 | -1/+1 |
| | * | pxe, tftp: unbreak the TFTP state machinesyslinux-4.10-pre4 | H. Peter Anvin | 2011-04-24 | 1 | -1/+0 |
| | * | pxe, tftp: let lwIP manage port numberssyslinux-4.10-pre3 | H. Peter Anvin | 2011-04-24 | 1 | -7/+2 |
| | * | pxe: make url_set_ip() static | H. Peter Anvin | 2011-04-24 | 1 | -1/+0 |
| | * | pxe: move redirect processing to the URL-parsing level | H. Peter Anvin | 2011-04-24 | 1 | -3/+3 |
| | * | pxe: add support for FTP | H. Peter Anvin | 2011-04-24 | 1 | -2/+7 |
| | * | pxe: make tftp_pktbuf a dynamic buffer | H. Peter Anvin | 2011-04-23 | 1 | -3/+1 |
| | * | pxe: move operations common to TCP-based protocols to a common file | H. Peter Anvin | 2011-04-23 | 1 | -2/+6 |
| | * | pxe: use the unified URL parsing frameworksyslinux-4.10-pre2 | H. Peter Anvin | 2011-04-23 | 1 | -34/+5 |
| | * | lwip: handle UNDI stacks which need to be polled | H. Peter Anvin | 2011-04-22 | 1 | -1/+0 |
| | * | pxe: Cleanup interrupt handling making it reliabe and in spec | Eric W. Biederman | 2011-04-12 | 1 | -1/+1 |
| | * | lwip: Clean up the initialization sequence | Eric W. Biederman | 2011-04-12 | 1 | -0/+3 |
| | * | core: pxe: Improve the situation with installing and uninstalling irq handlers | Eric W. Biederman | 2011-04-12 | 1 | -0/+8 |
| | * | core: pxe Add native support for http urls | Eric W. Biederman | 2011-04-12 | 1 | -0/+3 |
| | * | core: pxe: Add general support for pluggable url handlers. | Eric W. Biederman | 2011-04-12 | 1 | -0/+4 |
| | * | core: pxe: Factor out pxe_poll from pxe_receive_thread | Eric W. Biederman | 2011-04-12 | 1 | -0/+1 |
| | * | core: pxe: Add a netconn socket to the pxe private inode | Eric W. Biederman | 2011-04-12 | 1 | -0/+2 |
| | * | core pxe: Cleanup the call to pxe_isr_init | Eric W. Biederman | 2011-04-12 | 1 | -0/+3 |
| | * | pxe: Move the gpxe url reading code into it's own file. | Eric W. Biederman | 2011-04-12 | 1 | -0/+4 |
| | * | pxe: Move the tftp implementation into it's own file | Eric W. Biederman | 2011-04-12 | 1 | -0/+5 |
| | * | pxe: Add methods to abstract out the connection type. | Eric W. Biederman | 2011-04-12 | 1 | -0/+2 |
* | | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3 | Matt Fleming | 2012-12-07 | 1 | -1/+0 |
|\| | |
|
| * | | Reduce the number of global variables | Matt Fleming | 2012-12-05 | 1 | -1/+0 |
* | | | Create derivative-specific files | Matt Fleming | 2012-09-04 | 1 | -12/+2 |
|/ / |
|