aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
Commit message (Expand)AuthorAgeFilesLines
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-0/+9
* [iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown2009-02-201-2/+9
* [crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()Michael Brown2009-02-191-8/+56
* [crypto] Add our own general-purpose cipher-block chaining routinesMichael Brown2009-02-191-0/+50
* [crypto] Change cipher_{en,de}crypt() to void functionsMichael Brown2009-02-191-9/+20
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-188-60/+85
* [crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown2009-02-181-1/+1
* [pxeprefix] Add .kkpxe image type and ability to return via PXE stackMichael Brown2009-02-181-0/+1
* [login] Add "login" command and UIMichael Brown2009-02-172-0/+13
* [editbox] Allow for password widgets that do not display their contentsMichael Brown2009-02-171-2/+10
* [icmp] Add support for responding to pingsMichael Brown2009-02-172-0/+24
* [comboot] Fix reference counting on replacement imagesMichael Brown2009-02-171-1/+6
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-171-0/+14
* [image] Allow multiple embedded imagesMichael Brown2009-02-163-9/+2
* [base64] Add base64 encoding functionsMichael Brown2009-02-131-0/+24
* [tls] Use our own ASN.1 routines for certificate parsingMichael Brown2009-02-104-7/+45
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-051-1/+17
* [pxe] Skip PXE boot server discovery if directed to do soMichael Brown2009-02-051-0/+15
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-011-0/+20
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-012-1/+4
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-015-15/+123
* [dns] Append local domain to relative namesStefan Hajnoczi2009-01-271-0/+1
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-271-0/+3
* [dhcp] Include support for PXE boot menusMichael Brown2009-01-251-1/+4
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-251-16/+13
* [dhcp] Clarify language surrounding ProxyDHCPMichael Brown2009-01-231-5/+5
* [dhcp] Pass PXE boot menu item to PXE Boot ServerMichael Brown2009-01-231-2/+11
* [dhcp] Add preliminary support for PXE Boot ServersMichael Brown2009-01-211-0/+6
* [tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown2009-01-211-1/+4
* [efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interfaceMichael Brown2009-01-121-0/+74
* [efi] Provide component name protocol and device path protocol interfacesMichael Brown2009-01-121-0/+174
* [dhcp] Include gPXE version number within DHCP requestMichael Brown2009-01-082-10/+16
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-081-0/+601
* [efi] Allow for .efidrv images as well as .efi imagesMichael Brown2009-01-071-0/+1
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-071-0/+2
* [build] Avoid strict-aliasing warnings when building with gcc 4.4Michael Brown2009-01-056-7/+6
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-021-21/+4
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-052-0/+251
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-044-0/+193
* [efi] Allow use of EFI configuration tablesMichael Brown2008-12-041-0/+33
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-211-0/+1
* [netdevice] Provide function to retrieve the most recently opened net deviceMichael Brown2008-11-211-0/+3
* [aoe] Use an AoE config query to identify the target MAC addressMichael Brown2008-11-191-5/+28
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-191-6/+14
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-192-5/+51
* [virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier2008-11-191-18/+18
* [virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier2008-11-191-0/+6
* [virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier2008-11-192-0/+187
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-191-4/+8
* [efi] Add efi_strerror()Michael Brown2008-11-191-0/+2