aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-20[image] Add "--autofree" optionMichael Brown4-14/+38
2012-07-19[libc] Add missing wchar.h headerMichael Brown1-0/+27
2012-07-19[skel] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[myson] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[natsemi] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[realtek] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[intel] Add missing iounmap()Michael Brown1-0/+2
2012-07-19[libc] Add support for "%lc" and "%ls" format specifiersMichael Brown2-5/+32
2012-07-19[efi] Add EFI_LOAD_FILE_PROTOCOL headerMichael Brown1-0/+90
2012-07-19[efi] Update to current EDK2 headersMichael Brown24-156/+8026
2012-07-19[efi] Standardise #include guard in ipxe_download.hMichael Brown1-4/+4
2012-07-18[pxeprefix] Ignore errors from PXENV_FILE_CMDLINEMichael Brown1-4/+2
2012-07-17[efi] Default to using raw x86 I/OMichael Brown1-1/+1
2012-07-17[ioapi] Generalise i386 raw I/O API to x86Michael Brown4-21/+22
2012-07-17[b44] Eliminate call to get_memmap()Michael Brown1-26/+31
2012-07-12[pxe] Reopen network device if NBP exitsMichael Brown1-0/+7
2012-07-12[settings] Expose exit status of failed command via ${errno}Michael Brown1-0/+120
2012-07-12[cmdline] Store exit status of failed command in errnoMichael Brown1-6/+22
2012-07-11[pxeprefix] Fetch command line (if any) via PXENV_FILE_CMDLINEMichael Brown1-0/+38
2012-07-11[pxe] Add PXENV_FILE_CMDLINE API callMichael Brown4-0/+69
2012-07-10[pxeprefix] Place temporary stack after iPXE binaryMichael Brown1-3/+18
2012-07-10[intel] Explicitly enable descriptor queuesMichael Brown2-0/+10
2012-07-10[intel] Refill receive ring only after enabling receiverMichael Brown1-3/+3
2012-07-09[bzimage] Update setup_move_size only for protocol versions 2.00 and 2.01Michael Brown1-1/+2
2012-07-09[tcp] Increase maximum window size to 256kBMichael Brown1-22/+24
2012-07-09[malloc] Increase heap size to 512kBMichael Brown1-2/+2
2012-07-09[tcp] Truncate TCP window to prevent future packet discardsMichael Brown1-3/+20
2012-07-09[arp] Try to avoid discarding ARP cache entriesMichael Brown4-5/+21
2012-07-09[malloc] Discard cached items less aggressivelyMichael Brown1-3/+5
2012-07-08[iobuf] Allocate I/O buffer descriptor separately to conserve aligned memoryMichael Brown1-13/+53
2012-07-04[netdevice] Process all received packets in net_poll()Michael Brown1-7/+2
2012-07-04[cmdline] Do not ignore empty initial arguments in concat_args()Michael Brown1-1/+1
2012-07-03[util] Avoid compiler warning on gcc 4.6Michael Brown1-1/+1
2012-07-03[menu] Truncate menu title when necessaryChristian Hesse1-2/+3
2012-07-01[arp] Prevent ARP cache entries from being deleted mid-transmissionMichael Brown1-11/+38
2012-06-30[tcp] Avoid potential NULL pointer dereferenceMichael Brown1-1/+3
2012-06-30[tcp] Use a zero window size for RST packetsMichael Brown1-1/+1
2012-06-29[iobuf] Relax alignment requirement for small I/O buffersMichael Brown2-16/+13
2012-06-29[tls] Request a maximum fragment length of 2048 bytesMichael Brown2-1/+19
2012-06-29[tcp] Add support for TCP window scalingMichael Brown2-3/+58
2012-06-29[undi] Align the received frame payload for faster processingMichael Brown1-8/+16
2012-06-28[monojob] Check for keypresses only once per timer tickMichael Brown1-11/+25
2012-06-28[tcpip] Add faster algorithm for calculating the TCP/IP checksumMichael Brown2-0/+174
2012-06-27[test] Add self-tests for TCP/IP checksum calculationMichael Brown2-0/+214
2012-06-27[tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown3-4/+24
2012-06-27[libc] Simplify memcpy() implementationMichael Brown1-16/+10
2012-06-27[test] Add memcpy() self-testsMichael Brown2-34/+257
2012-06-27[cmdline] Increase resolution of "time" commandMichael Brown1-3/+6
2012-06-27[realtek] Add missing cpu_to_le16()Michael Brown1-1/+1
2012-06-27[ui] Allow colours to be configured via config/colour.hChristian Hesse4-10/+45