summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [serial] Check for UART existence in uart_select()Michael Brown2015-07-313-15/+41
* [comboot] Avoid dragging in serial console support unconditionallyMichael Brown2015-07-311-1/+3
* [elf] Reject ELFBoot images requiring virtual addressingMichael Brown2015-07-293-52/+131
* [linebuf] Support buffering of multiple linesMichael Brown2015-07-284-45/+358
* [pool] Add a generic concept of a pooled connectionMichael Brown2015-07-282-0/+241
* [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-283-0/+334
* [peerdist] Include trimmed range within content information blockMichael Brown2015-07-283-37/+76
* [netdevice] Allow network devices to disclaim IRQ support at runtimeMichael Brown2015-07-283-1/+18
* [iscsi] Add missing "break" statementsMichael Brown2015-07-281-0/+2
* [ipv4] Allow IPv4 socket addresses to include a scope IDMichael Brown2015-07-283-15/+50
* [ipv4] Redefine IP address constants to avoid unnecessary byte swappingMichael Brown2015-07-283-37/+44
* [netdevice] Avoid using zero as a network device indexMichael Brown2015-07-281-2/+2
* [ipv6] Treat a missing network device name as "netX"Michael Brown2015-07-282-4/+18
* [build] Fix strict-aliasing warning on older gcc versionsMichael Brown2015-07-281-4/+8
* [crypto] Remove AXTLS headersMichael Brown2015-07-275-526/+0Star
* [test] Add NIST self-tests for AES192 in ECB and CBC modesMichael Brown2015-07-271-1/+33
* [crypto] Replace AES implementationMichael Brown2015-07-275-635/+836
* [test] Add NIST self-tests for AES128 and AES256 in ECB modeMichael Brown2015-07-271-0/+38
* [test] Define shortcuts for frequently-used NIST AES test vectorsMichael Brown2015-07-271-25/+30
* [test] Generalise cipher tests and use okx()Michael Brown2015-07-275-213/+192Star
* [crypto] Add ECB block cipher mode (for debug and self-tests only)Michael Brown2015-07-274-1/+142
* [802.11] Use correct SHA1_DIGEST_SIZE constant nameMichael Brown2015-07-271-1/+1
* [crypto] Add bit-rotation functions for 8-bit and 16-bit valuesMichael Brown2015-07-271-0/+20
* [build] Fix compiler warnings on some gcc versionsMichael Brown2015-07-271-1/+1
* [downloader] Provide direct access to the underlying data transfer bufferMichael Brown2015-07-221-0/+14
* [downloader] Use generic data-transfer buffer mechanismMichael Brown2015-07-221-74/+18Star