summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [intel] Report receive overruns via network device errorsMichael Brown2012-10-242-1/+6
* [efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown2012-10-232-0/+75
* [autoboot] Avoid excess backspacing after displaying Ctrl-B promptMichael Brown2012-10-231-1/+3
* [efi] Add missing RC_TO_EFIRC() conversionMichael Brown2012-10-221-1/+1
* [util] Fix uninitialised-variable warning in einfo.cMichael Brown2012-10-221-2/+3
* [test] Remove self-test for empty formatted setting valueMichael Brown2012-10-201-2/+0Star
* [arp] Increase robustness of ARP discarderMichael Brown2012-10-201-7/+10
* [efi] Expose net device non-volatile settings via HIIMichael Brown2012-10-163-339/+1143
* [efi] Split SNP HII functionality into a separate fileMichael Brown2012-10-164-418/+508
* [nvo] Expose nvo_applies()Michael Brown2012-10-152-2/+3
* [nvo] Expose non-volatile options block nameMichael Brown2012-10-152-1/+5
* [settings] Treat an empty formatted value as meaning "delete setting"Michael Brown2012-10-151-2/+2
* [settings] Expose find_child_settings()Michael Brown2012-10-152-2/+4
* [libc] Add wcslen() functionMichael Brown2012-10-152-0/+45
* [serial] Don't enable serial console without serial supportShao Miller2012-10-053-4/+13
* [int13] Do not zero %edx when jumping to a boot sectorMichael Brown2012-10-051-1/+1
* [efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown2012-10-052-2/+8
* [tls] Fix potential memory leakMichael Brown2012-09-281-0/+1
* [tls] Fix uninitialised variableMichael Brown2012-09-281-2/+1Star
* [tls] Split received records over multiple I/O buffersMichael Brown2012-09-272-168/+304
* [crypto] Allow in-place CBC decryptionMichael Brown2012-09-271-1/+3
* [test] Add speed tests for cipher algorithmsMichael Brown2012-09-263-4/+94
* [test] Add speed tests for digest algorithmsMichael Brown2012-09-265-0/+54
* [efi] Provide guaranteed space in transmitted packetsMichael Brown2012-09-141-6/+7
* [int13] Zero all possible registers when jumping to a boot sectorMichael Brown2012-09-141-1/+14
* [int13] Use correct size when estimating floppy disk geometryMichael Brown2012-09-141-1/+1
* [console] Add support for the bochs/qemu debug port consoleMichael Brown2012-09-103-0/+90
* [cmdline] Add standalone "nslookup" commandPatrick Plenefisch2012-09-106-0/+283
* [smbios] Default to "hex" type for non-string SMBIOS settingsMichael Brown2012-09-101-3/+10
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-104-9/+59
* [sdi] Add support for SDI imagesMichael Brown2012-09-056-0/+181
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-318-293/+425
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-3111-22/+55
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-3111-153/+159
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-316-10/+48
* [iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown2012-08-312-15/+32
* [malloc] Allow allocation of memory with a specified alignment offsetMichael Brown2012-08-312-8/+29
* [retry] Expose retry_poll() to explicitly poll all running timersMichael Brown2012-08-312-3/+12
* [ethernet] Expose eth_broadcast as a global constantMichael Brown2012-08-313-6/+4Star
* [build] Add missing #include <config/local/sideband.h>Anton D. Kachalov2012-08-271-0/+2
* [build] Display commands for dependency generation when building with V=1Anton D. Kachalov2012-08-271-1/+1
* [tls] Disambiguate most error causesMichael Brown2012-08-251-32/+140
* [realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2012-08-242-3/+32
* [bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown2012-08-243-1/+48
* [realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown2012-08-231-7/+72
* [mii] Add separate mii_restart() functionMichael Brown2012-08-232-4/+33
* [realtek] Enable DAC only when built as a 64-bit binaryMichael Brown2012-08-231-2/+7
* [realtek] Use read-modify-write to check for C+ Command registerMichael Brown2012-08-231-3/+4
* [realtek] Use explicit value for TCR.MXDMAMichael Brown2012-08-232-0/+13
* [realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown2012-08-232-2/+10