summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-181-1/+1
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-182-0/+18
* [infiniband] Create a general management agentMichael Brown2009-07-184-0/+91
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-182-11/+14
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-183-18/+11Star
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-184-10/+9Star
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-182-3/+5
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-182-0/+39
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-183-43/+4Star
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-182-0/+3
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-182-9/+7Star
* [pxe] Improve pxe_undi debug messagesMichael Brown2009-06-271-0/+1
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-8/+13
* [netdevice] Adjust maximum link-layer header length for 802.11Joshua Oreman2009-06-231-4/+5
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-231-4/+8
* [nvs] Add init function for Atmel 93C66 EEPROMJoshua Oreman2009-06-231-0/+13
* [tcp] Improve robustness in the presence of duplicated received packetsMichael Brown2009-06-231-0/+10
* [netdevice] Fix incorrect value for MAX_LL_HEADER_LENMichael Brown2009-06-051-3/+11
* [spi] Add address-length autodetection to the SPI bit-bashing codeMichael Brown2009-05-282-0/+9
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-262-20/+40
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-18128-0/+256
* [smbios] Add asset tag settingTimothy Stack2009-04-151-0/+19
* [efi] Fix compilation on Mac OS X.Michael Brown2009-03-311-0/+1
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-0/+2
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-4/+7
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-262-10/+92
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-1322-119/+175
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-1322-48/+193
* [settings] Allow for autovivification of settings blocksMichael Brown2009-03-061-2/+0Star
* [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/+2Star
* [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