summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [slam] Request all remaining blocks if we run out of space for the blocklistMichael Brown2008-06-101-22/+41
* [slam] Speed up NACK transmission by restricting the block-list lengthMichael Brown2008-06-101-20/+62
* [slam] Fix multicast address parsingMichael Brown2008-06-101-8/+11
* [undi] Ask for promiscuous packet reception when using UNDI driverMichael Brown2008-06-101-2/+6
* [slam] Add Scalable Local Area Multicast (SLAM) protocol supportMichael Brown2008-06-104-541/+751
* [udp] Verify local socket address (if specified) for UDP socketsMichael Brown2008-06-102-22/+38
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-096-29/+120
* [Makefile] Add $(BIN)/undionly.kpxe as default build targetMarty Connor2008-06-091-1/+1
* [Makefile] Add "+" to end of version string for git-generated imagesMarty Connor2008-06-061-1/+1
* [Makefile] Use .PRECIOUS instead of .SECONDARY for bin/%.tmp targetsMichael Brown2008-06-061-1/+1
* [DHCP] Add "dhcp-server" setting to help end-user diagnosticsMichael Brown2008-06-051-0/+8
* [GDB] Test suite for the GDB stubStefan Hajnoczi2008-06-052-0/+109
* [GDB] Add GDB stub for remote debuggingStefan Hajnoczi2008-06-056-11/+626
* [Serial] Split serial console from serial driverStefan Hajnoczi2008-06-055-32/+62
* [util] config-local.h to avoid accidental commitsStefan Hajnoczi2008-06-054-12/+32
* [GDBSYM] Remove unused gdbsym.cStefan Hajnoczi2008-06-053-37/+0Star
* [TCP] Avoid shrinking TCP windowMichael Brown2008-06-051-17/+50
* [embed] Add missing register_image() to image/embedded.cMichael Brown2008-06-041-0/+1
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-043-14/+52
* [Makefile] Remove obsolete SRCDIRSMichael Brown2008-05-232-4/+0Star
* [prefix] Prompt for entering gPXE shell during POSTMichael Brown2008-05-221-10/+61
* [prefix] Add PCI bus:dev.fn to ROM product stringMichael Brown2008-05-213-95/+131
* [Contribs] Fix multi-line POSIX errno definitions.Stefan Hajnoczi2008-05-201-8/+7Star
* [Contribs] Fix parsing bug in errcode.pyStefan Hajnoczi2008-05-201-1/+4
* [Contribs] Add simple IRC bot for looking up error codes.Stefan Hajnoczi2008-05-203-2/+126
* [Contribs] Add README, license text, and invert error code dictionaries.Stefan Hajnoczi2008-05-204-13/+106
* [Contribs] Add a web interface for looking up error codes.Stefan Hajnoczi2008-05-201-0/+65
* [Contribs] Add command-line utility for looking up gPXE error codes.Stefan Hajnoczi2008-05-202-0/+129
* [SMBIOS] Interpret UUIDs as being in network-endian orderMichael Brown2008-05-202-6/+6
* [libc] Fix isdigit(), islower() and isupper().Michael Brown2008-05-193-16/+9Star
* [tg3] Add support for tg3-5721Michael Brown2008-05-192-1/+4
* [IPv4] Fix multicast address checkingMichael Brown2008-05-191-1/+1
* [iSCSI] Offer CHAP authentication only if we have a username and passwordMichael Brown2008-04-241-4/+5
* [Makefile] Quick hack: always define pci_{vendor,device}_idMichael Brown2008-04-231-2/+2
* [MTNIC] Minor cleanups of vendor-provided driver for Mellanox 10GigE cardsMichael Brown2008-04-223-88/+78Star
* [NETDEV] Add notion of link stateMichael Brown2008-04-2213-2/+110
* [Infiniband] Fix event queue doorbell ringing on ArbelMichael Brown2008-04-222-2/+14
* [Infiniband] Add multiport support for Arbel cardsMichael Brown2008-04-223-18/+304
* [Infiniband] Move event-queue process from driver to Infiniband coreMichael Brown2008-04-215-256/+348
* [Hermon] Fix event queue doorbells.Michael Brown2008-04-182-24/+60
* [Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2008-04-186-141/+577
* [HCI] Display "Not an executable image" when appropriateMichael Brown2008-04-082-0/+9
* [Drivers-r8169] Add support for newer rtl8169 variants from Hilko BengenMarty Connor2008-03-312-221/+363
* [http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 clientH. Peter Anvin2008-03-311-1/+1
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-289-138/+329
* [DHCP] Add support for ProxyDHCP requestsMichael Brown2008-03-273-351/+557
* [Settings] find_child_settings() accepts a NULL parentMichael Brown2008-03-271-0/+4
* [DHCP] Treat empty fields in DHCP packets as non-existent.Michael Brown2008-03-271-10/+48
* [usr] Offer user a second chance to enter the shell on boot failureMichael Brown2008-03-272-21/+32
* [libc] Whitespace cleanup in errno.hMichael Brown2008-03-261-1/+1