summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Expose RSA_CTX_SIZE constantMichael Brown2017-06-201-0/+3
* [usb] Allow for USB network devices with no interrupt endpointMichael Brown2017-06-141-1/+13
* [acpi] Expose ACPI tables via settings mechanismMichael Brown2017-05-231-0/+1
* [efi] Provide access to ACPI tablesMichael Brown2017-05-233-0/+67
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-232-16/+69
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-221-1/+1
* [hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown2017-04-282-0/+29
* [block] Provide abstraction to allow system to be quiescedMichael Brown2017-04-261-0/+31
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-6/+4Star
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-123-1/+10
* [efi] Add efi_sprintf() and efi_vsprintf()Michael Brown2017-04-121-0/+23
* [sfc] Add driver for Solarflare SFC8XXX adaptersMartin Habets2017-04-101-0/+2
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-286-31/+131
* [block] Allow SAN retry count to be reconfiguredMichael Brown2017-03-272-0/+9
* [time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown2017-03-271-0/+1
* [block] Add basic multipath supportMichael Brown2017-03-261-11/+35
* [block] Add dummy SAN deviceMichael Brown2017-03-263-0/+20
* [iobuf] Increase minimum I/O buffer size to 128 bytesMichael Brown2017-03-231-1/+1
* [malloc] Track maximum heap usageMichael Brown2017-03-221-0/+2
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-221-2/+3
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-221-8/+10
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-0/+2
* [efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown2017-03-102-0/+130
* [efi] Update to current EDK2 headersMichael Brown2017-03-1014-44/+1233
* [block] Centralise "san-drive" settingMichael Brown2017-03-073-21/+1Star
* [block] Centralise SAN device abstractionMichael Brown2017-03-072-1/+124
* [block] Remove spurious commentsMichael Brown2017-03-071-7/+0Star
* [interface] Provide the ability to shut down multiple interfacesMichael Brown2017-02-021-0/+5
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-263-104/+52Star
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-251-1/+8
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-231-0/+3
* [af_packet] Add new AF_PACKET driver for LinuxDavid Decotigny2017-01-221-0/+1
* [build] Return const char * from uuid_ntoa()David Decotigny2017-01-221-1/+1
* [virtio] Remove queue size limit in legacy virtioLadi Prosek2017-01-222-4/+4
* [virtio] Cap queue size to MAX_QUEUE_NUMLadi Prosek2017-01-221-3/+3
* [efi] Work around temporal anomaly encountered during ExitBootServices()Michael Brown2016-12-071-0/+1
* [efi] Add basic EFI SAN booting capabilityMichael Brown2016-11-173-0/+29
* [interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown2016-11-161-0/+18
* [efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definitionMichael Brown2016-10-172-0/+209
* [efi] Update to current EDK2 headersMichael Brown2016-10-1615-46/+401
* [efi] Mark AppleNetBoot.h as a native iPXE headerMichael Brown2016-10-161-3/+3
* [cmdline] Add certificate management commandsMichael Brown2016-08-311-0/+1
* [crypto] Allow certificates to be marked as having been added explicitlyMichael Brown2016-08-311-0/+4
* [crypto] Expose certstore_del() to explicitly remove stored certificatesMichael Brown2016-08-311-0/+1
* [list] Add list_next_entry() and list_prev_entry()Michael Brown2016-08-311-0/+28
* [crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown2016-08-251-3/+18
* [crypto] Add image_x509() to extract X.509 certificates from imageMichael Brown2016-08-251-0/+4
* [pixbuf] Enable PNG format by defaultMichael Brown2016-07-291-0/+1
* [crypto] Add PEM image formatMichael Brown2016-07-292-0/+23
* [crypto] Add DER image formatMichael Brown2016-07-292-0/+17