summaryrefslogtreecommitdiffstats
path: root/src/include/pxe.h
Commit message (Expand)AuthorAgeFilesLines
* [PXEXT] Add FILE_API_CHECK API functionH. Peter Anvin2008-03-261-0/+1
* [PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API.Michael Brown2008-03-041-0/+1
* Add pxe_set_cached_filename() so that pxe_tftp.c can also update theMichael Brown2008-01-221-0/+2
* Add PXE FILE API.Michael Brown2007-08-041-0/+5
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-021-0/+2
* Remove types and prototypes now provided in the undi*.h headers.Michael Brown2007-01-081-90/+2Star
* Partial implementation of UNDI loader caller.Michael Brown2007-01-051-1/+1
* Add PXE driver-scanning code, capable of locating all PXE ROMs in a systemMichael Brown2007-01-051-2/+113
* Added PXE bus driver (with support only for using PXE structures foundMichael Brown2007-01-041-27/+45
* Added pxe_netdev; a slight hack for now, but will need to be doneMichael Brown2006-08-091-0/+2
* Updated PXE UDP implementation to use the new Etherboot UDP API.Michael Brown2006-08-031-21/+9Star
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-1/+2
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-6/+21
* Rearranging PXE header filesMichael Brown2005-05-241-742/+47Star
* Error numbers moved to errno.hMichael Brown2005-05-181-143/+2Star
* Initial revisionMichael Brown2005-03-081-0/+929