summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [epic100] Fix wrong field used as rx packet lengthAlexey2012-07-231-2/+2
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-20345-347/+690
* [qib7322] Fix compiler warning on gcc 4.7Michael Brown2012-07-201-0/+3
* [isa] Avoid spurious compiler warning on gcc 4.7Michael Brown2012-07-201-3/+3
* [build] Include git commit within version string when availableMichael Brown2012-07-201-2/+6
* [image] Automatically free autobooted imagesMichael Brown2012-07-201-0/+1
* [image] Add "--replace" optionMichael Brown2012-07-202-11/+64
* [image] Add "--autofree" optionMichael Brown2012-07-204-14/+38
* [libc] Add missing wchar.h headerMichael Brown2012-07-191-0/+27
* [skel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [myson] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [natsemi] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [realtek] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [intel] Add missing iounmap()Michael Brown2012-07-191-0/+2
* [libc] Add support for "%lc" and "%ls" format specifiersMichael Brown2012-07-192-5/+32
* [efi] Add EFI_LOAD_FILE_PROTOCOL headerMichael Brown2012-07-191-0/+90
* [efi] Update to current EDK2 headersMichael Brown2012-07-1924-156/+8026
* [efi] Standardise #include guard in ipxe_download.hMichael Brown2012-07-191-4/+4
* [pxeprefix] Ignore errors from PXENV_FILE_CMDLINEMichael Brown2012-07-181-4/+2Star
* [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