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