summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [settings] Expose MAC address setting for general useMichael Brown2008-09-261-0/+1
* [dhcp] Accept BOOTP as well as DHCPMichael Brown2008-09-251-0/+1
* [uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2008-09-241-0/+2
* [comboot] Add COMBOOT and COM32 supportDaniel Verkamp2008-08-291-0/+1
* [undi] Fill in ProtType correctly in PXENV_UNDI_ISRMichael Brown2008-08-201-11/+15
* [pcbios] Support arbitrary splits of the e820 memory mapMichael Brown2008-08-181-10/+2Star
* [retry] Added configurable timeouts to retry timerAndrew Schran2008-08-122-0/+20
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-113-15/+49
* [libc] Add missing __attribute__ (( format ( printf ) )) to ssnprintf()Michael Brown2008-08-111-1/+2
* [autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown2008-07-311-0/+1
* [tg3] Added support for tg3-5754.Andrew Schran2008-07-241-0/+1
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-175-8/+27
* [bzimage] Kill off the initrd image typeMichael Brown2008-07-081-14/+0Star
* [phantom] Add support for NetXen Phantom NICsMichael Brown2008-07-051-0/+1
* [GDB] Provide functions to manually enter GDB stub.Stefan Hajnoczi2008-06-302-0/+41
* [GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi2008-06-301-0/+9
* [GDB] Remote debugging over UDPStefan Hajnoczi2008-06-301-0/+64
* [nvs] Add support for ST M25P32 SPI flash devicesMichael Brown2008-06-271-0/+9
* [legacy] Align legacy drivers' __shared data to the maximum possibleMichael Brown2008-06-141-1/+1
* [cleanup] Remove long-obsolete gpxe/async.h header fileMichael Brown2008-06-122-229/+0Star
* [retry] Add start_timer_fixed()Michael Brown2008-06-111-1/+13
* [slam] Add Scalable Local Area Multicast (SLAM) protocol supportMichael Brown2008-06-102-0/+2
* [udp] Verify local socket address (if specified) for UDP socketsMichael Brown2008-06-101-0/+9
* [ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown2008-06-091-0/+1
* [Serial] Split serial console from serial driverStefan Hajnoczi2008-06-052-2/+17
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-4/+8
* [SMBIOS] Interpret UUIDs as being in network-endian orderMichael Brown2008-05-201-3/+3
* [libc] Fix isdigit(), islower() and isupper().Michael Brown2008-05-191-4/+3Star
* [MTNIC] Minor cleanups of vendor-provided driver for Mellanox 10GigE cardsMichael Brown2008-04-221-0/+1
* [NETDEV] Add notion of link stateMichael Brown2008-04-223-0/+36
* [Infiniband] Move event-queue process from driver to Infiniband coreMichael Brown2008-04-211-1/+33
* [Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2008-04-182-0/+21
* [Drivers-r8169] Add support for newer rtl8169 variants from Hilko BengenMarty Connor2008-03-311-0/+3
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-282-3/+5
* [DHCP] Add support for ProxyDHCP requestsMichael Brown2008-03-271-3/+7
* [libc] Whitespace cleanup in errno.hMichael Brown2008-03-261-1/+1
* [PXEXT] Change the PXE return code for EWOULDBLOCKH. Peter Anvin2008-03-261-2/+2
* [PXEXT] Add FILE_API_CHECK API functionH. Peter Anvin2008-03-262-0/+27
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-255-87/+122
* [libc] Use __builtin_va_list et al in stdarg.hMichael Brown2008-03-241-0/+10
* [Settings] copy_settings() should not fail if some settings are missing!Michael Brown2008-03-241-2/+0Star
* [IPv4] Use default netmasks when no subnet mask is specified.Michael Brown2008-03-231-1/+7
* [IPv4] Tidy up some header files.Michael Brown2008-03-235-61/+23Star
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-7/+5Star
* [Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-222-4/+30
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-216-115/+102Star
* [DHCP] Kill off some no-longer-used DHCP functionsMichael Brown2008-03-211-10/+0Star
* [Settings] Use a settings applicator to set the default TFTP URI.Michael Brown2008-03-211-3/+0Star
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-213-8/+11
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-211-0/+3