aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-25[crypto] Remove dynamically-allocated storage for certificate nameMichael Brown6-108/+143
2014-03-25[ocsp] Handle OCSP responses that don't provide certificatesAlexander Chernyakhovsky1-2/+7
2014-03-25[http] Accept Content-Length header with trailing whitespaceMichael Brown1-1/+2
2014-03-21[bios] Fix screen clearing on even more buggy BIOSesMichael Brown1-1/+3
2014-03-20[realtek] Clear bit 24 of RCRMichael Brown2-2/+3
2014-03-20[realtek] Add ability to dump all internal registersMichael Brown1-0/+27
2014-03-14[efi] Disable SNP devices when running iPXE as the applicationMichael Brown4-9/+138
2014-03-14[efi] Unload our own image before exiting UEFI applicationMichael Brown1-4/+9
2014-03-14[efi] Avoid accidentally calling main() twiceMichael Brown1-1/+5
2014-03-14[netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown2-20/+30
2014-03-13[lotest] Allow loopback testing on shared networksMichael Brown1-36/+53
2014-03-13[console] Fix display of characters with top bit setMichael Brown2-2/+2
2014-03-12[efi] Connect driver to devices as part of installationMichael Brown1-20/+69
2014-03-10[efi] Allow driver to be unloadedMichael Brown5-4/+159
2014-03-10[efi] Allow for 64-bit EFI_STATUS codesMichael Brown1-10/+15
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown8-21/+44
2014-03-10[monojob] Reset timeout when progress is madeMichael Brown1-11/+18
2014-03-10[realtek] Dump all MII register contents when link status changesMichael Brown1-0/+1
2014-03-10[mii] Add mii_dump() to dump all MII registersMichael Brown1-0/+31
2014-03-07[http] Automatically retry request on a 503 Service UnavailableMichael Brown1-1/+45
2014-03-07[http] Use a retry timer to trigger retried requestsMichael Brown1-15/+44
2014-03-07[linux] Avoid starting currticks() from zero every timeMichael Brown1-1/+7
2014-03-07[tcp] Update window even if ACK does not acknowledge new dataMichael Brown1-2/+4
2014-03-05[netdevice] Mark devices as open before calling open() methodMichael Brown1-4/+8
2014-03-05[romprefix] Do not clobber stack segment when returning to BIOSMichael Brown1-2/+2
2014-03-04[realtek] Include link status register details in debug messagesMichael Brown2-2/+39
2014-03-04[bzimage] Report exact initrd length via bzImage headerMichael Brown1-14/+28
2014-03-04[tcp] Calculate correct MSS from peer addressMichael Brown2-11/+14
2014-03-04[tcpip] Provide tcpip_mtu() to determine the maximum transmission unitMichael Brown4-0/+34
2014-03-04[tcpip] Provide tcpip_netdev() to determine the transmitting network deviceMichael Brown4-10/+94
2014-03-03[prefix] Ignore PCI autoboot device location if set to 00:00.0Michael Brown1-2/+4
2014-03-03[romprefix] Store boot bus:dev.fn address as autoboot device locationAlex Williamson1-1/+11
2014-03-03[prefix] Allow prefix to specify a PCI autoboot device locationAlex Williamson1-0/+44
2014-03-03[autoboot] Enable infrastructure to specify an autoboot device locationAlex Williamson2-18/+29
2014-03-03[romprefix] Allow ROM banner timeout to be configured independentlyAlex Williamson2-11/+18
2014-03-02[cmdline] Add the "ipstat" commandMichael Brown5-0/+150
2014-03-02[tcpip] Add IP statistics collection as per RFC 4293Michael Brown7-22/+296
2014-02-27[image] Ensure every image has a fully resolved URIMichael Brown3-26/+25
2014-02-27[uri] Refactor URI parsing and formattingMichael Brown12-437/+1312
2014-02-26[params] Use reference counters for form parameter listsMichael Brown4-49/+76
2014-02-26[settings] Remove "uristring" setting typeMichael Brown2-62/+5
2014-02-26[dhcp] Copy exactly the required length when resizing DHCP optionsMichael Brown1-3/+1
2014-02-26[dns] Update end-of-name pointer after processing CNAME recordMichael Brown1-2/+12
2014-02-05[dns] Support DNS search listsMichael Brown9-326/+1450
2014-01-29[intel] Add some missing PCI IDsMichael Brown1-0/+2
2014-01-22[cmdline] Always clear screen after reconfiguring consoleMichael Brown1-0/+5
2014-01-22[fbcon] Allow ANSI CUP with missing argumentsMichael Brown1-2/+2
2014-01-22[cmdline] Add margin options to the "console" commandMichael Brown1-0/+8
2014-01-22[cmdline] Rename "console" command's --bpp option to --depthMichael Brown3-4/+4
2014-01-22[vesafb] Allow for an arbitrary margin around the text areaMichael Brown1-11/+31