summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [efi] Default to using raw x86 I/OMichael Brown2012-07-171-1/+1
* [ioapi] Generalise i386 raw I/O API to x86Michael Brown2012-07-174-21/+22
* [b44] Eliminate call to get_memmap()Michael Brown2012-07-171-26/+31
* [pxe] Reopen network device if NBP exitsMichael Brown2012-07-121-0/+7
* [settings] Expose exit status of failed command via ${errno}Michael Brown2012-07-121-0/+120
* [cmdline] Store exit status of failed command in errnoMichael Brown2012-07-121-6/+22
* [pxeprefix] Fetch command line (if any) via PXENV_FILE_CMDLINEMichael Brown2012-07-111-0/+38
* [pxe] Add PXENV_FILE_CMDLINE API callMichael Brown2012-07-114-0/+69
* [pxeprefix] Place temporary stack after iPXE binaryMichael Brown2012-07-101-3/+18
* [intel] Explicitly enable descriptor queuesMichael Brown2012-07-102-0/+10
* [intel] Refill receive ring only after enabling receiverMichael Brown2012-07-101-3/+3
* [bzimage] Update setup_move_size only for protocol versions 2.00 and 2.01Michael Brown2012-07-091-1/+2
* [tcp] Increase maximum window size to 256kBMichael Brown2012-07-091-22/+24
* [malloc] Increase heap size to 512kBMichael Brown2012-07-091-2/+2
* [tcp] Truncate TCP window to prevent future packet discardsMichael Brown2012-07-091-3/+20
* [arp] Try to avoid discarding ARP cache entriesMichael Brown2012-07-094-5/+21
* [malloc] Discard cached items less aggressivelyMichael Brown2012-07-091-3/+5
* [iobuf] Allocate I/O buffer descriptor separately to conserve aligned memoryMichael Brown2012-07-081-13/+53
* [netdevice] Process all received packets in net_poll()Michael Brown2012-07-041-7/+2Star
* [cmdline] Do not ignore empty initial arguments in concat_args()Michael Brown2012-07-041-1/+1
* [util] Avoid compiler warning on gcc 4.6Michael Brown2012-07-031-1/+1
* [menu] Truncate menu title when necessaryChristian Hesse2012-07-031-2/+3
* [arp] Prevent ARP cache entries from being deleted mid-transmissionMichael Brown2012-07-011-11/+38
* [tcp] Avoid potential NULL pointer dereferenceMichael Brown2012-06-301-1/+3
* [tcp] Use a zero window size for RST packetsMichael Brown2012-06-301-1/+1
* [iobuf] Relax alignment requirement for small I/O buffersMichael Brown2012-06-292-16/+13Star
* [tls] Request a maximum fragment length of 2048 bytesMichael Brown2012-06-292-1/+19
* [tcp] Add support for TCP window scalingMichael Brown2012-06-292-3/+58
* [undi] Align the received frame payload for faster processingMichael Brown2012-06-291-8/+16
* [monojob] Check for keypresses only once per timer tickMichael Brown2012-06-281-11/+25
* [tcpip] Add faster algorithm for calculating the TCP/IP checksumMichael Brown2012-06-282-0/+174
* [test] Add self-tests for TCP/IP checksum calculationMichael Brown2012-06-272-0/+214
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-273-4/+24
* [libc] Simplify memcpy() implementationMichael Brown2012-06-271-16/+10Star
* [test] Add memcpy() self-testsMichael Brown2012-06-272-34/+257
* [cmdline] Increase resolution of "time" commandMichael Brown2012-06-271-3/+6
* [realtek] Add missing cpu_to_le16()Michael Brown2012-06-271-1/+1
* [ui] Allow colours to be configured via config/colour.hChristian Hesse2012-06-274-10/+45
* [ui] Change "login" colours to match other UIsMichael Brown2012-06-271-7/+7
* [sky2] Fix invalid memory accessValentine Barshak2012-06-271-1/+1
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-203-8/+57
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-203-8/+9
* [crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2012-06-204-12/+12
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-203-1/+10
* [romprefix] Treat 0xffffffff as an error return from PMMMichael Brown2012-06-191-9/+13
* [util] Update mergerom.pl to handle .mrom imagesMichael Brown2012-06-121-3/+6
* [romprefix] Allow .mrom image to be placed anywhere within the BARMichael Brown2012-06-121-0/+12
* [romprefix] Add a dummy ROM header to cover the .mrom payloadMichael Brown2012-06-125-73/+197
* [util] Rewrite catrom.pl to use Option::ROM libraryMichael Brown2012-06-121-34/+15Star
* [util] Allow Option::ROM to access multiple ROM imagesMichael Brown2012-06-123-53/+129