summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Allow signed timestamp error margin to be configured at build timeMichael Brown2014-03-301-8/+0Star
* [crypto] Generalise X.509 cache to a full certificate storeMichael Brown2014-03-286-65/+63Star
* [crypto] Add pubkey_match() to check for matching public/private key pairsMichael Brown2014-03-271-0/+18
* [crypto] Remove dynamically-allocated storage for certificate OCSP URIMichael Brown2014-03-251-1/+1
* [crypto] Remove dynamically-allocated storage for certificate nameMichael Brown2014-03-251-1/+4
* [efi] Disable SNP devices when running iPXE as the applicationMichael Brown2014-03-141-0/+4
* [netdevice] Notify upper-layer drivers when RX processing is (un)frozenMichael Brown2014-03-141-20/+2Star
* [efi] Allow driver to be unloadedMichael Brown2014-03-101-0/+1
* [efi] Allow for 64-bit EFI_STATUS codesMichael Brown2014-03-101-10/+15
* [mii] Add mii_dump() to dump all MII registersMichael Brown2014-03-101-0/+31
* [tcp] Calculate correct MSS from peer addressMichael Brown2014-03-041-10/+0Star
* [tcpip] Provide tcpip_mtu() to determine the maximum transmission unitMichael Brown2014-03-041-0/+3
* [tcpip] Provide tcpip_netdev() to determine the transmitting network deviceMichael Brown2014-03-041-0/+8
* [tcpip] Add IP statistics collection as per RFC 4293Michael Brown2014-03-023-1/+194
* [image] Ensure every image has a fully resolved URIMichael Brown2014-02-271-2/+1Star
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-37/+41
* [params] Use reference counters for form parameter listsMichael Brown2014-02-271-2/+39
* [dns] Support DNS search listsMichael Brown2014-02-053-61/+121
* [cmdline] Rename "console" command's --bpp option to --depthMichael Brown2014-01-221-1/+1
* [fbcon] Allow for an arbitrary margin around the text areaMichael Brown2014-01-222-0/+9
* [fbcon] Centre background picture on consoleMichael Brown2014-01-221-8/+0Star
* [png] Add support for PNG imagesMichael Brown2014-01-122-0/+180
* [uaccess] Add memcmp_user()Michael Brown2014-01-123-0/+43
* [deflate] Add support for DEFLATE decompressionMichael Brown2014-01-062-0/+284
* [test] Add okx() macro taking an explicit file name and line numberMichael Brown2014-01-061-3/+6
* [ipv6] Fix compilation under FreeBSDMichael Brown2013-12-211-1/+1
* [console] Add concept of a "magic" colourMichael Brown2013-12-091-0/+11
* [console] Add centralised concept of colours and colour pairsMichael Brown2013-12-092-0/+75
* [console] Allow consoles to update the recorded console sizeMichael Brown2013-12-061-0/+20
* [ipv6] Expose NDP-provided settings (including the DNS server)Michael Brown2013-12-051-0/+37
* [dhcpv6] Add DHCPv6 "filename" settingMichael Brown2013-12-051-0/+6
* [settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown2013-12-051-19/+17Star
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-052-18/+36
* [dhcpv6] Use DUID-UUID form of client DUIDMichael Brown2013-12-051-8/+7Star
* [linux] Provide access to SMBIOS via /dev/memMichael Brown2013-12-051-0/+2
* [syslog] Add support for IPv6 syslog serverMichael Brown2013-12-051-0/+7
* [socket] Ensure socket address structure sizes are fixedMichael Brown2013-12-054-5/+5
* [dns] Add support for resolving IPv6 addresses via AAAA recordsMichael Brown2013-12-052-2/+9
* [settings] Add fetch_ipv6_setting()Michael Brown2013-12-051-0/+7
* [settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown2013-12-053-10/+25
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-053-83/+102
* [fbcon] Add support for displaying a cursorMichael Brown2013-12-021-0/+2
* [console] Allow '?' as an intermediate byte in ANSI escape sequencesMichael Brown2013-12-021-0/+6
* [fbcon] Add generic concept of a frame buffer consoleMichael Brown2013-11-283-1/+162
* [console] Add concept of generic console configurationMichael Brown2013-11-281-0/+17
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-281-33/+44
* [pnm] Add support for PNM imagesMichael Brown2013-11-272-0/+87
* [image] Add image_pixbuf() to create pixel buffer from imageMichael Brown2013-11-271-3/+14
* [pixbuf] Add generic concept of a pixel bufferMichael Brown2013-11-271-0/+55
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-271-1/+5