summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ehci] Support arbitrarily large transfersMichael Brown2015-09-131-14/+49
* [ehci] Do not treat zero-length NULL pointers as unreachableMichael Brown2015-09-131-0/+2
* [usb] Generalise zero-length packet generation logicMichael Brown2015-09-136-19/+20
* [tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown2015-09-105-4/+61
* [efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2015-09-076-1/+1884
* [efi] Allow efidev_parent() to traverse multiple device generationsMichael Brown2015-09-071-10/+8Star
* [efi] Add USB headers and GUID definitionsMichael Brown2015-09-067-0/+2013
* [usb] Add function to device's function list before attempting probeMichael Brown2015-09-061-6/+4Star
* [usb] Expose usb_find_driver()Michael Brown2015-09-062-43/+57
* [efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown2015-09-024-0/+1627
* [uri] Generalise tftp_uri() to pxe_uri()Michael Brown2015-09-025-117/+159
* [pxe] Populate ciaddr in fake PXE Boot Server ACK packetMichael Brown2015-09-011-0/+4
* [efi] Do not return EFI_NOT_READY from our ReceiveFilters() methodMichael Brown2015-09-011-5/+7
* [efi] Fix order of events on SNP removal pathMichael Brown2015-09-011-1/+2
* [efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown2015-09-012-7/+8
* [tcpip] Allow supported address families to be detected at runtimeMichael Brown2015-09-014-8/+12
* [build] Search for ldlinux.c32 separately from isolinux.binMichael Brown2015-09-013-12/+21
* [efi] Populate debug directory entry FileOffset fieldMichael Brown2015-09-011-0/+19
* [efi] Fix debug directory sizeMichael Brown2015-09-011-1/+1
* [efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown2015-09-015-0/+446
* [pxe] Construct all fake DHCP packets before starting PXE NBPMichael Brown2015-08-293-24/+38
* [efi] Improve efi_wrap debuggingMichael Brown2015-08-273-13/+344
* [efi] Include installed protocol list in unknown handle namesMichael Brown2015-08-271-3/+19
* [efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown2015-08-2711-214/+200Star
* [efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown2015-08-272-6/+9
* [efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown2015-08-276-0/+695
* [dhcp] Do not skip ProxyDHCPREQUEST if next-server is emptyMichael Brown2015-08-261-2/+3
* [settings] Re-add "uristring" setting typeMichael Brown2015-08-255-30/+126
* [autoboot] Display image information as part of the default control flowMichael Brown2015-08-211-0/+1
* [image] Detect image type when image is first registeredMichael Brown2015-08-213-44/+47
* [test] Allow self-tests to report exit status when running under LinuxMichael Brown2015-08-214-18/+23
* [pxe] Warn about PXE NBPs that may be EFI executablesMichael Brown2015-08-211-4/+42
* [dhcp] Ignore ProxyDHCPACKs without PXE optionsMichael Brown2015-08-181-0/+4
* [dhcp] Allow pseudo-DHCP servers to use pseudo-identifiersMichael Brown2015-08-181-27/+54
* [efi] Work around bugs in Emulex NII driverFabrice Bacchella2015-08-171-15/+71
* [efi] Improve NII driver loggingFabrice Bacchella2015-08-171-10/+21
* [ipoib] Fix a race when chain-loading undionly.kpxe in IPoIBWissam Shoukair2015-08-173-2/+17
* [peerdist] Add support for PeerDist (aka BranchCache) HTTP content encodingMichael Brown2015-08-173-0/+149
* [peerdist] Add block download multiplexerMichael Brown2015-08-173-0/+461
* [peerdist] Add individual block download mechanismMichael Brown2015-08-174-0/+1523
* [peerdist] Add segment discovery mechanismMichael Brown2015-08-174-0/+671
* [http] Rewrite HTTP core to support content encodingsMichael Brown2015-08-1714-1246/+3021
* [block] Add generic block device translatorMichael Brown2015-08-163-0/+300
* [prefix] Use correct register for KEEP_IT_REAL physical address conversionDaniel Pieczko2015-08-141-2/+2
* [efi] Add missing "ULL" suffix on 64-bit constantMichael Brown2015-08-031-1/+1
* [efi] Hold off watchdog timer while runningMichael Brown2015-08-035-0/+126
* [crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown2015-08-0216-146/+613
* [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-022-0/+28
* [tls] Do not access beyond the end of a 24-bit integerMichael Brown2015-08-011-22/+29