summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-078-144/+290
* Revert "Replace natsemi driver with Indolent's updated one that uses the gPXE...Michael Brown2007-07-071-507/+571
* Merge branch 'zalloc'Michael Brown2007-07-075-5/+10
|\
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* | Revert "convert to zalloc"Michael Brown2007-07-071-1/+2
|/
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-6/+3Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Apply global DHCP options when register_dhcp_options() is called. DoMichael Brown2007-07-063-7/+13
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-066-57/+17Star
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-064-14/+75
| |\
| * | Rename .lilo extension to .lkrn and updated dependenciesMarty Connor2007-07-066-57/+17Star
* | | Added PXENV_GET_FILE_SIZE.Michael Brown2007-07-061-1/+43
* | | Add strlen_user() (will be needed for PXE API extensions)Michael Brown2007-07-061-0/+12
| |/ |/|
* | Add .pdsk target (padded .dsk, suitable for qemu).Michael Brown2007-07-062-3/+9
* | Pad ROM images to 512 bytes, not powers of twoMichael Brown2007-07-061-1/+1
* | Allocate heap at first usage, rather than assuming we can fit it inMichael Brown2007-07-051-10/+65
|/
* Remap EBADF to PXENV_STATUS_TFTP_FILE_NOT_FOUND; the only user isMichael Brown2007-07-051-1/+1
* Add concept of DHCP option applicators.Michael Brown2007-07-054-28/+97
* First draft of PXE extensions API.Michael Brown2007-07-051-0/+151
* Use netdev_rx_err() to report receive errors.Michael Brown2007-07-052-2/+5
* Allow recording of TX and RX errors to aid in end-user debugging.Michael Brown2007-07-054-28/+92
* Use partition type 0xeb ("EtherBoot"), to avoid any attempts to mountMichael Brown2007-07-051-1/+1
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-051-571/+507Star
|\
| * Replace natsemi driver with Indolent's updated one that uses the gPXE APIMarty Connor2007-07-051-571/+507Star
* | Add .usb targetMichael Brown2007-07-052-0/+34
* | Working with multi-sector readsMichael Brown2007-07-051-8/+40