aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-13[efi] Include a copy of the device path within struct efi_deviceMichael Brown3-23/+38
2015-09-13[efi] Provide efi_devpath_len()Michael Brown6-17/+19
2015-09-13[xhci] Support arbitrarily large transfersMichael Brown1-11/+45
2015-09-13[ehci] Support arbitrarily large transfersMichael Brown1-14/+49
2015-09-13[ehci] Do not treat zero-length NULL pointers as unreachableMichael Brown1-0/+2
2015-09-13[usb] Generalise zero-length packet generation logicMichael Brown6-19/+20
2015-09-10[tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown5-4/+61
2015-09-07[efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown6-1/+1884
2015-09-07[efi] Allow efidev_parent() to traverse multiple device generationsMichael Brown1-10/+8
2015-09-06[efi] Add USB headers and GUID definitionsMichael Brown7-0/+2013
2015-09-06[usb] Add function to device's function list before attempting probeMichael Brown1-6/+4
2015-09-06[usb] Expose usb_find_driver()Michael Brown2-43/+57
2015-09-02[efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown4-0/+1627
2015-09-02[uri] Generalise tftp_uri() to pxe_uri()Michael Brown5-117/+159
2015-09-01[pxe] Populate ciaddr in fake PXE Boot Server ACK packetMichael Brown1-0/+4
2015-09-01[efi] Do not return EFI_NOT_READY from our ReceiveFilters() methodMichael Brown1-5/+7
2015-09-01[efi] Fix order of events on SNP removal pathMichael Brown1-1/+2
2015-09-01[efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nestedMichael Brown2-7/+8
2015-09-01[tcpip] Allow supported address families to be detected at runtimeMichael Brown4-8/+12
2015-09-01[build] Search for ldlinux.c32 separately from isolinux.binMichael Brown3-12/+21
2015-09-01[efi] Populate debug directory entry FileOffset fieldMichael Brown1-0/+19
2015-09-01[efi] Fix debug directory sizeMichael Brown1-1/+1
2015-09-01[efi] Add definitions of GUIDs observed when booting wdsmgfw.efiMichael Brown5-0/+446
2015-08-29[pxe] Construct all fake DHCP packets before starting PXE NBPMichael Brown3-24/+38
2015-08-27[efi] Improve efi_wrap debuggingMichael Brown3-13/+344
2015-08-27[efi] Include installed protocol list in unknown handle namesMichael Brown1-3/+19
2015-08-27[efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown11-214/+200
2015-08-27[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))Michael Brown2-6/+9
2015-08-27[efi] Add definitions of GUIDs observed when booting shim.efi and grub.efiMichael Brown6-0/+695
2015-08-26[dhcp] Do not skip ProxyDHCPREQUEST if next-server is emptyMichael Brown1-2/+3
2015-08-25[settings] Re-add "uristring" setting typeMichael Brown5-30/+126
2015-08-21[autoboot] Display image information as part of the default control flowMichael Brown1-0/+1
2015-08-21[image] Detect image type when image is first registeredMichael Brown3-44/+47
2015-08-21[test] Allow self-tests to report exit status when running under LinuxMichael Brown4-18/+23
2015-08-21[pxe] Warn about PXE NBPs that may be EFI executablesMichael Brown1-4/+42
2015-08-18[dhcp] Ignore ProxyDHCPACKs without PXE optionsMichael Brown1-0/+4
2015-08-18[dhcp] Allow pseudo-DHCP servers to use pseudo-identifiersMichael Brown1-27/+54
2015-08-17[efi] Work around bugs in Emulex NII driverFabrice Bacchella1-15/+71
2015-08-17[efi] Improve NII driver loggingFabrice Bacchella1-10/+21
2015-08-17[ipoib] Fix a race when chain-loading undionly.kpxe in IPoIBWissam Shoukair3-2/+17
2015-08-17[peerdist] Add support for PeerDist (aka BranchCache) HTTP content encodingMichael Brown3-0/+149
2015-08-17[peerdist] Add block download multiplexerMichael Brown3-0/+461
2015-08-17[peerdist] Add individual block download mechanismMichael Brown4-0/+1523
2015-08-17[peerdist] Add segment discovery mechanismMichael Brown4-0/+671
2015-08-17[http] Rewrite HTTP core to support content encodingsMichael Brown14-1246/+3021
2015-08-16[block] Add generic block device translatorMichael Brown3-0/+300
2015-08-14[prefix] Use correct register for KEEP_IT_REAL physical address conversionDaniel Pieczko1-2/+2
2015-08-03[efi] Add missing "ULL" suffix on 64-bit constantMichael Brown1-1/+1
2015-08-03[efi] Hold off watchdog timer while runningMichael Brown5-0/+126
2015-08-02[crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown16-146/+613