summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [efi] Expose unused USB devices via EFI_USB_IO_PROTOCOLMichael Brown2015-09-142-0/+81
* [usb] Allow for wildcard USB class IDsMichael Brown2015-09-141-3/+42
* [usb] Select preferred USB device configuration based on driver scoreMichael Brown2015-09-141-9/+39
* [efi] Include a copy of the device path within struct efi_deviceMichael Brown2015-09-131-0/+2
* [efi] Provide efi_devpath_len()Michael Brown2015-09-131-0/+1
* [usb] Generalise zero-length packet generation logicMichael Brown2015-09-131-2/+2
* [tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown2015-09-101-2/+36
* [efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2015-09-072-1/+5
* [efi] Add USB headers and GUID definitionsMichael Brown2015-09-065-0/+1992
* [usb] Expose usb_find_driver()Michael Brown2015-09-061-0/+5
* [efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown2015-09-022-0/+18
* [uri] Generalise tftp_uri() to pxe_uri()Michael Brown2015-09-021-2/+2
* [efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown2015-09-011-3/+3
* [tcpip] Allow supported address families to be detected at runtimeMichael Brown2015-09-011-0/+3
* [efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown2015-09-013-0/+358
* [efi] Improve efi_wrap debuggingMichael Brown2015-08-271-0/+4
* [efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown2015-08-271-3/+5
* [efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown2015-08-274-0/+667
* [settings] Re-add "uristring" setting typeMichael Brown2015-08-251-1/+4
* [image] Detect image type when image is first registeredMichael Brown2015-08-211-1/+0Star
* [test] Allow self-tests to report exit status when running under LinuxMichael Brown2015-08-211-1/+1
* [peerdist] Add block download multiplexerMichael Brown2015-08-172-0/+74
* [peerdist] Add individual block download mechanismMichael Brown2015-08-172-0/+145
* [peerdist] Add segment discovery mechanismMichael Brown2015-08-172-0/+117
* [http] Rewrite HTTP core to support content encodingsMichael Brown2015-08-172-5/+487
* [block] Add generic block device translatorMichael Brown2015-08-162-0/+39
* [efi] Hold off watchdog timer while runningMichael Brown2015-08-032-0/+32
* [crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown2015-08-022-0/+26
* [crypto] Add ASN.1 OIDs for sha{224,384,512}WithRsaEncryptionTufan Karadere2015-08-021-0/+18
* [tls] Report supported signature algorithms in ClientHelloMichael Brown2015-08-021-0/+3
* [serial] Check for UART existence in uart_select()Michael Brown2015-07-311-0/+1
* [elf] Reject ELFBoot images requiring virtual addressingMichael Brown2015-07-291-0/+11
* [linebuf] Support buffering of multiple linesMichael Brown2015-07-281-6/+6
* [pool] Add a generic concept of a pooled connectionMichael Brown2015-07-281-0/+127
* [peerdist] Add support for constructing and decoding retrieval messagesMichael Brown2015-07-281-0/+376
* [peerdist] Add support for constructing and decoding discovery messagesMichael Brown2015-07-282-0/+48
* [peerdist] Include trimmed range within content information blockMichael Brown2015-07-281-0/+2
* [netdevice] Allow network devices to disclaim IRQ support at runtimeMichael Brown2015-07-281-1/+10
* [ipv4] Allow IPv4 socket addresses to include a scope IDMichael Brown2015-07-282-3/+17
* [ipv4] Redefine IP address constants to avoid unnecessary byte swappingMichael Brown2015-07-281-9/+15
* [ipv6] Treat a missing network device name as "netX"Michael Brown2015-07-281-0/+3
* [crypto] Replace AES implementationMichael Brown2015-07-272-13/+32
* [crypto] Add ECB block cipher mode (for debug and self-tests only)Michael Brown2015-07-272-0/+56
* [crypto] Add bit-rotation functions for 8-bit and 16-bit valuesMichael Brown2015-07-271-0/+20
* [xferbuf] Add xfer_buffer() to provide direct access to underlying bufferMichael Brown2015-07-221-0/+5
* [xferbuf] Generalise to handle umalloc()-based buffersMichael Brown2015-07-221-1/+70
* [xfer] Add xfer_check_order() utility functionMichael Brown2015-07-221-0/+2
* [interface] Add intf_poke() helperMichael Brown2015-07-221-0/+5
* [profile] Add profile_custom() for profiling with arbitrary time unitsMichael Brown2015-07-221-0/+14
* [fault] Add inject_corruption() to randomly corrupt dataMichael Brown2015-07-221-0/+21