summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* [usb] Record USB device speed separately from current port speedMichael Brown2015-12-071-0/+2
* [bitops] Provide BIT_QWORD_PTR()Michael Brown2015-12-021-0/+7
* [smsc95xx] Add driver for SMSC/Microchip LAN95xx USB Ethernet NICsMichael Brown2015-12-011-0/+1
* [bitops] Fix definitions for big-endian devicesMichael Brown2015-11-301-6/+13
* [pci] Add definitions for PCI Express function level reset (FLR)Michael Brown2015-11-301-0/+7
* [infiniband] Add qword accessors for ib_guid and ib_gidMichael Brown2015-11-301-0/+2
* [infiniband] Add definitions for FDR and EDR link speedsMichael Brown2015-11-301-0/+3
* [efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consolesMichael Brown2015-10-161-0/+1
* [fbcon] Move margin calculations to fbcon.cMichael Brown2015-10-141-4/+2Star
* [fbcon] Allow character height to be selected at runtimeMichael Brown2015-10-141-8/+12
* [efi] Import EFI_HII_FONT_PROTOCOL definitionsMichael Brown2015-10-073-0/+831
* [efi] Update to current EDK2 headersMichael Brown2015-10-0728-373/+12442
* [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