aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-13[efi] Include a copy of the device path within struct efi_deviceMichael Brown1-0/+2
2015-09-13[efi] Provide efi_devpath_len()Michael Brown1-0/+1
2015-09-13[usb] Generalise zero-length packet generation logicMichael Brown1-2/+2
2015-09-10[tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown1-2/+36
2015-09-07[efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2-1/+5
2015-09-06[efi] Add USB headers and GUID definitionsMichael Brown5-0/+1992
2015-09-06[usb] Expose usb_find_driver()Michael Brown1-0/+5
2015-09-02[efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown2-0/+18
2015-09-02[uri] Generalise tftp_uri() to pxe_uri()Michael Brown1-2/+2
2015-09-01[efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown1-3/+3
2015-09-01[tcpip] Allow supported address families to be detected at runtimeMichael Brown1-0/+3
2015-09-01[efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown3-0/+358
2015-08-27[efi] Improve efi_wrap debuggingMichael Brown1-0/+4
2015-08-27[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown1-3/+5
2015-08-27[efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown4-0/+667
2015-08-25[settings] Re-add "uristring" setting typeMichael Brown1-1/+4
2015-08-21[image] Detect image type when image is first registeredMichael Brown1-1/+0
2015-08-21[test] Allow self-tests to report exit status when running under LinuxMichael Brown1-1/+1
2015-08-17[peerdist] Add block download multiplexerMichael Brown2-0/+74
2015-08-17[peerdist] Add individual block download mechanismMichael Brown2-0/+145
2015-08-17[peerdist] Add segment discovery mechanismMichael Brown2-0/+117
2015-08-17[http] Rewrite HTTP core to support content encodingsMichael Brown2-5/+487
2015-08-16[block] Add generic block device translatorMichael Brown2-0/+39
2015-08-03[efi] Hold off watchdog timer while runningMichael Brown2-0/+32
2015-08-02[crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown2-0/+26
2015-08-02[crypto] Add ASN.1 OIDs for sha{224,384,512}WithRsaEncryptionTufan Karadere1-0/+18
2015-08-02[tls] Report supported signature algorithms in ClientHelloMichael Brown1-0/+3
2015-07-31[serial] Check for UART existence in uart_select()Michael Brown1-0/+1
2015-07-29[elf] Reject ELFBoot images requiring virtual addressingMichael Brown1-0/+11
2015-07-28[linebuf] Support buffering of multiple linesMichael Brown1-6/+6
2015-07-28[pool] Add a generic concept of a pooled connectionMichael Brown1-0/+127
2015-07-28[peerdist] Add support for constructing and decoding retrieval messagesMichael Brown1-0/+376
2015-07-28[peerdist] Add support for constructing and decoding discovery messagesMichael Brown2-0/+48
2015-07-28[peerdist] Include trimmed range within content information blockMichael Brown1-0/+2
2015-07-28[netdevice] Allow network devices to disclaim IRQ support at runtimeMichael Brown1-1/+10
2015-07-28[ipv4] Allow IPv4 socket addresses to include a scope IDMichael Brown2-3/+17
2015-07-28[ipv4] Redefine IP address constants to avoid unnecessary byte swappingMichael Brown1-9/+15
2015-07-28[ipv6] Treat a missing network device name as "netX"Michael Brown1-0/+3
2015-07-27[crypto] Replace AES implementationMichael Brown2-13/+32
2015-07-27[crypto] Add ECB block cipher mode (for debug and self-tests only)Michael Brown2-0/+56
2015-07-27[crypto] Add bit-rotation functions for 8-bit and 16-bit valuesMichael Brown1-0/+20
2015-07-22[xferbuf] Add xfer_buffer() to provide direct access to underlying bufferMichael Brown1-0/+5
2015-07-22[xferbuf] Generalise to handle umalloc()-based buffersMichael Brown1-1/+70
2015-07-22[xfer] Add xfer_check_order() utility functionMichael Brown1-0/+2
2015-07-22[interface] Add intf_poke() helperMichael Brown1-0/+5
2015-07-22[profile] Add profile_custom() for profiling with arbitrary time unitsMichael Brown1-0/+14
2015-07-22[fault] Add inject_corruption() to randomly corrupt dataMichael Brown1-0/+21
2015-07-22[fault] Generalise NETDEV_DISCARD_RATE fault injection mechanismMichael Brown2-0/+33
2015-07-22[efi] Fix receive and transmit completion reportingMichael Brown1-14/+13
2015-07-04[tcp] Gracefully close connections during shutdownMichael Brown1-0/+7