aboutsummaryrefslogtreecommitdiff
path: root/src/include/gpxe
AgeCommit message (Expand)AuthorFilesLines
2008-10-01[crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>Michael Brown1-3/+3
2008-10-01[i2c] Generalise i2c bit-bashing support to addressless devicesMichael Brown1-5/+63
2008-09-26[settings] Expose MAC address setting for general useMichael Brown1-0/+1
2008-09-25[dhcp] Accept BOOTP as well as DHCPMichael Brown1-0/+1
2008-09-24[uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown1-0/+2
2008-08-28[comboot] Add COMBOOT and COM32 supportDaniel Verkamp1-0/+1
2008-08-20[undi] Fill in ProtType correctly in PXENV_UNDI_ISRMichael Brown1-11/+15
2008-08-18[pcbios] Support arbitrary splits of the e820 memory mapMichael Brown1-10/+2
2008-08-12[retry] Added configurable timeouts to retry timerAndrew Schran2-0/+20
2008-08-11[iSCSI] Add support for mutual CHAPMichael Brown3-15/+49
2008-08-11[libc] Add missing __attribute__ (( format ( printf ) )) to ssnprintf()Michael Brown1-1/+2
2008-07-31[autoboot] Retain initial-slash (if present) when constructing TFTP URIsMichael Brown1-0/+1
2008-07-24[tg3] Added support for tg3-5754.Andrew Schran1-0/+1
2008-07-17[iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown4-8/+25
2008-07-08[bzimage] Kill off the initrd image typeMichael Brown1-14/+0
2008-07-04[phantom] Add support for NetXen Phantom NICsMichael Brown1-0/+1
2008-06-30[GDB] Provide functions to manually enter GDB stub.Stefan Hajnoczi2-0/+41
2008-06-30[GDB] Add watch and rwatch hardware watchpointsStefan Hajnoczi1-0/+9
2008-06-30[GDB] Remote debugging over UDPStefan Hajnoczi1-0/+64
2008-06-27[nvs] Add support for ST M25P32 SPI flash devicesMichael Brown1-0/+9
2008-06-12[cleanup] Remove long-obsolete gpxe/async.h header fileMichael Brown2-229/+0
2008-06-11[retry] Add start_timer_fixed()Michael Brown1-1/+13
2008-06-10[slam] Add Scalable Local Area Multicast (SLAM) protocol supportMichael Brown2-0/+2
2008-06-10[udp] Verify local socket address (if specified) for UDP socketsMichael Brown1-0/+9
2008-06-09[ELF] Add ability to boot ELF images generated by wraplinux and mkelfImageMichael Brown1-0/+1
2008-06-05[Serial] Split serial console from serial driverStefan Hajnoczi2-2/+17
2008-06-03[iSCSI] Produce meaningful errors on login failureMichael Brown1-4/+8
2008-05-20[SMBIOS] Interpret UUIDs as being in network-endian orderMichael Brown1-3/+3
2008-04-22[MTNIC] Minor cleanups of vendor-provided driver for Mellanox 10GigE cardsMichael Brown1-0/+1
2008-04-22[NETDEV] Add notion of link stateMichael Brown2-0/+35
2008-04-21[Infiniband] Move event-queue process from driver to Infiniband coreMichael Brown1-1/+33
2008-04-18[Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2-0/+21
2008-03-31[Drivers-r8169] Add support for newer rtl8169 variants from Hilko BengenMarty Connor1-0/+3
2008-03-28[Settings] Expose SMBIOS via settings APIMichael Brown2-3/+5
2008-03-27[DHCP] Add support for ProxyDHCP requestsMichael Brown1-3/+7
2008-03-25[Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown5-87/+122
2008-03-23[Settings] copy_settings() should not fail if some settings are missing!Michael Brown1-2/+0
2008-03-23[IPv4] Use default netmasks when no subnet mask is specified.Michael Brown1-1/+7
2008-03-23[IPv4] Tidy up some header files.Michael Brown3-9/+23
2008-03-23[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown1-7/+5
2008-03-22[Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2-4/+30
2008-03-21[Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown6-115/+102
2008-03-21[DHCP] Kill off some no-longer-used DHCP functionsMichael Brown1-10/+0
2008-03-21[Settings] Use a settings applicator to set the default TFTP URI.Michael Brown1-3/+0
2008-03-21[Settings] Use a settings applicator to configure IPv4 routes.Michael Brown3-8/+11
2008-03-20[Settings] Convert code in src/usr to use settings API.Michael Brown1-0/+3
2008-03-20[Settings] Introduce settings applicators.Michael Brown2-31/+18
2008-03-20[Settings] Add per-netdevice settings blockMichael Brown4-1/+17
2008-03-20[Settings] Add settings hierarchyMichael Brown1-46/+85
2008-03-20[Settings] Start revamping the configuration settings API.Michael Brown2-82/+124