aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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-271-4/+8
* [crypto] Remove AXTLS headersMichael Brown2015-07-275-526/+0
* [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/+192
* [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/+18
* [xferbuf] Add xfer_buffer() to provide direct access to underlying bufferMichael Brown2015-07-222-0/+44
* [xferbuf] Generalise to handle umalloc()-based buffersMichael Brown2015-07-223-25/+268
* [xfer] Add xfer_check_order() utility functionMichael Brown2015-07-222-0/+33
* [xfer] Use intf_poke() to implement xfer_window_changed()Michael Brown2015-07-221-11/+1
* [interface] Add intf_poke() helperMichael Brown2015-07-222-0/+30
* [profile] Add profile_custom() for profiling with arbitrary time unitsMichael Brown2015-07-221-0/+14
* [fault] Add inject_corruption() to randomly corrupt dataMichael Brown2015-07-222-0/+50
* [fault] Generalise NETDEV_DISCARD_RATE fault injection mechanismMichael Brown2015-07-226-8/+110
* [tcp] Ensure FIN is actually sent if connection is closed while idleMichael Brown2015-07-221-0/+1
* [build] Add named configuration for qemuMichael Brown2015-07-228-0/+10
* [efi] Allow user experience to be downgradedMichael Brown2015-07-222-0/+35
* [efi] Fix receive and transmit completion reportingMichael Brown2015-07-222-80/+79
* [bios] Add ANSI blink attributeChristian Nilsson2015-07-221-0/+6
* [tg3] Add support for BCM57766Bernd Wiebelt2015-07-063-0/+3
* [ipoib] Transmit multicast packets as broadcastsMichael Brown2015-07-061-2/+4
* [tcp] Gracefully close connections during shutdownMichael Brown2015-07-042-1/+63
* [xen] Wait for and clear XenStore event before receiving dataMichael Brown2015-06-302-0/+23
* [gdb] Allow gdbstub to be started on an arbitrary serial portMichael Brown2015-06-292-7/+44