summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [test] Include failing code within failed test result outputMichael Brown2013-11-271-3/+4
* [ipv6] Separate the concepts of prefix and address creationMichael Brown2013-11-151-5/+15
* [dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown2013-11-142-0/+216
* [ipv6] Add "ipv6" setting typeMichael Brown2013-11-141-0/+1
* [ipv6] Use given source address only if it is not the unspecified addressMichael Brown2013-11-141-0/+6
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-141-0/+1
* [ipv6] Add IPv6 network device configuratorMichael Brown2013-11-071-2/+0Star
* [parseopt] Add parse_netdev_configurator()Michael Brown2013-11-051-0/+4
* [netdevice] Add generic concept of a network device configuratorMichael Brown2013-11-051-0/+79
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-011-4/+12
* [monojob] Add timeout parameter to monojob_wait()Michael Brown2013-11-011-1/+1
* [job] Allow job_progress() to return an ongoing job status code, if knownMichael Brown2013-11-011-3/+3
* [parseopt] Add parse_timeout()Michael Brown2013-11-012-1/+2
* [ipv6] Add ndp_tx_router_solicitation() to send router solicitationsMichael Brown2013-10-253-4/+29
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-16/+1Star
* [ipv6] Support stateless address autoconfiguration (SLAAC)Michael Brown2013-10-232-18/+76
* [ipv6] Extract link layer addresses from router advertisementsMichael Brown2013-10-232-7/+44
* [ping] Add generic ping mechanismMichael Brown2013-10-212-0/+24
* [ping] Add concept of a ping socketMichael Brown2013-10-212-0/+9
* [icmp] Add support for sending ICMP echo requestsMichael Brown2013-10-215-25/+71
* [ipv6] Add IPv6 socket address converterMichael Brown2013-10-211-1/+4
* [socket] Add concept of a generalised socket address converterMichael Brown2013-10-212-0/+37
* [netdevice] Add find_netdev_by_index()Michael Brown2013-10-211-0/+1
* [neighbour] Add nstat() function to print out neighbour tableMichael Brown2013-09-251-0/+44
* [ipv6] Add inet6_aton()Michael Brown2013-09-111-1/+2