summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [802.11] Use correct name for sec80211_detect()Joshua Oreman2010-08-011-3/+3
* [tcp] Fix a 64bit compile time errorPiotr Jaroszyński2010-07-221-1/+1
* [efi] Fix the 32-bit version of elf2efi64Geoff Lywood2010-07-212-12/+12
* [tcp] Allow out-of-order receive queue to be discardedMichael Brown2010-07-212-3/+50
* [malloc] Add cache discard mechanismMichael Brown2010-07-212-46/+85
* [tcp] Handle out-of-order received packetsMichael Brown2010-07-212-35/+180
* [netdevice] Provide a test mechanism for discarding packets at randomMichael Brown2010-07-202-1/+20
* [virtio] Replace virtio-net with native iPXE driverStefan Hajnoczi2010-07-175-238/+350
* [errcode] Remove unused contrib/errcode scriptsStefan Hajnoczi2010-07-175-413/+0Star
* [settings] Unregister the children when unregistering the parentPiotr Jaroszyński2010-07-151-1/+8
* [tcp] Treat ACKs as sent only when successfully transmittedMichael Brown2010-07-151-21/+20Star
* [tcp] Merge boolean flags into a single "flags" fieldMichael Brown2010-07-151-8/+15
* [tcp] Use a dedicated timer for the TIME_WAIT stateMichael Brown2010-07-151-9/+32
* [build] Speed up rebuilding on header file changesMichael Brown2010-07-141-43/+62
* [build] Standardise variable naming for inter-build state filesMichael Brown2010-07-141-9/+9
* [build] Avoid unnecessary "rm" and "touch" in dependency generationMichael Brown2010-07-141-5/+1Star
* [build] Mark weak functions noinlineStefan Hajnoczi2010-07-141-2/+9
* [hci] Continue processing while prompting for shell bannerMichael Brown2010-07-143-14/+5Star
* [davicom] Use iPXE debugging infrastructureMichael Brown2010-07-141-25/+6Star
* [tulip] Use iPXE debugging infrastructureMichael Brown2010-07-141-209/+79Star
* [debug] Expose pause() and more() debugging functionsMichael Brown2010-07-142-28/+88
* [debug] Remove unused guard_region() and check_region() functionsMichael Brown2010-07-141-53/+0Star
* [build] Remove some obsolete header filesMichael Brown2010-07-143-125/+0Star
* [console] Remove never-used putline() methodMichael Brown2010-07-141-15/+4Star
* [cmdline] Fix inconsistent and ugly code formatting in shell_banner()Michael Brown2010-07-141-3/+4
* [tcp] Randomise local TCP portGuo-Fu Tseng2010-07-131-3/+5
* [tcp] Fix typos by changing ntohl() to htonl() where appropriateMichael Brown2010-07-131-2/+2
* [tcp] Store local port in host byte orderMichael Brown2010-07-131-9/+9
* [image] Fix a memory leak in free_image()Piotr Jaroszyński2010-07-111-0/+1
* [pcnet32] Fix pcnet32_wio_reset() bugAndrei Faur2010-07-111-1/+1
* [tcp] Fix potential use-after-free when accessing timestamp optionMichael Brown2010-07-071-4/+7
* [refcnt] Fix embedded image buildingAlessandro Salvatori2010-07-051-3/+3
* [pcnet32] Fix uninitialised variableMichael Brown2010-06-251-1/+1
* [myri10ge] Add NonVolatile Option (nvo) supportGlenn Brown2010-06-251-11/+314
* [settings] Add setting deletion (Ctrl-D) interfaceGlenn Brown2010-06-251-0/+7
* [settings] Enable jump scroll in config UIGlenn Brown2010-06-251-38/+77
* [pci] Define Vendor Specific capability IDGlenn Brown2010-06-251-0/+1
* [romprefix] Do not check for BBS compatibilityMichael Brown2010-06-241-29/+3Star
* [build] Fix broken build caused by implied dependency upon "perl"Michael Brown2010-06-243-14/+14
* [build] Avoid hard-coding the path to perlMichael Brown2010-06-241-1/+1
* [efi] Build iPXE script support into EFI binaries by defaultGeoff Lywood2010-06-231-0/+1
* [r8169] Remove driver cfg lookup, use pci_device_id->driver_data insteadAndrei Faur2010-06-232-66/+11Star
* [tls] Handle multiple handshake recordsMichael Brown2010-06-231-39/+54
* [refcnt] Add ref_no_free handlerJoshua Oreman2010-06-233-11/+14
* [http] Pass through unknown interface method callsMichael Brown2010-06-221-2/+4
* [interface] Allow for non-pass-through interface methodsMichael Brown2010-06-223-10/+46
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-2231-1511/+764Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-224-260/+169Star
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-228-293/+88Star
* [interface] Expand object interface to allow for polymorphic interfacesMichael Brown2010-06-225-44/+413