summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mucurses] Implement curs_set() to control cursor visibilityMichael Brown2013-12-021-0/+7
* [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
* [mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screenMichael Brown2013-11-281-5/+8
* [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
* [dhcp] Remove obsolete dhcp() functionMichael Brown2013-11-051-1/+0Star
* [cmdline] Make "dhcp" command a synonym for "ifconf"Michael Brown2013-11-051-0/+1
* [ifmgmt] Add ifconf() to carry out network device configurationMichael Brown2013-11-051-0/+3
* [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] Allow "if<xxx>" commands to take optionsMichael Brown2013-11-051-5/+38
* [ifmgmt] Rewrite iflinkwait() to use monojob_wait()Michael Brown2013-11-051-1/+1
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-012-4/+26
* [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-014-3/+4
* [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 top-level ping() function to ping a hostMichael Brown2013-10-211-0/+16
* [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-252-0/+58
* [ipv6] Add inet6_aton()Michael Brown2013-09-111-1/+2
* [tcp] Reduce path MTU to 1280 bytesMichael Brown2013-09-041-3/+12
* [ipv6] Replace IPv6 stackMichael Brown2013-09-036-172/+391
* [ipv4] Abstract out protocol-specific portions of "route" commandMichael Brown2013-09-031-1/+22
* [neighbour] Generalise concept of neighbour discoveryMichael Brown2013-09-033-3/+66
* [tcpip] Pass through network device to transport layer protocolsMichael Brown2013-09-031-3/+5
* [netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown2013-09-032-0/+10