summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [netdevice] Add concept of a network device indexMichael Brown2013-09-031-0/+2
* [netdevice] Increase maximum network-layer address lengthMichael Brown2013-09-031-1/+1
* [ipv4] Generalise fragment reassembly mechanismMichael Brown2013-08-272-12/+68
* [linux] Give tap devices a name and bus typeMichael Brown2013-08-271-0/+3
* [settings] Make built-in settings a linker tableMichael Brown2013-08-271-0/+22
* [uri] Allow URIs to incorporate a parameter listMichael Brown2013-08-191-0/+4
* [cmdline] Add "params" and "param" commands to manage form parameter listsMichael Brown2013-08-191-0/+1
* [params] Add support for the general concept of a form parameter listMichael Brown2013-08-192-0/+48
* [settings] Expose memory map via settings mechanismMichael Brown2013-08-121-0/+1
* [tcpip] Allow binding to unspecified privileged ports (below 1024)Michael Brown2013-08-062-7/+41
* [ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6Michael Brown2013-08-061-2/+2
* [pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown2013-08-051-0/+2
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-5/+40
* [settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown2013-07-221-7/+0Star
* [parseopt] Add parse_setting()Michael Brown2013-07-221-1/+15
* [parseopt] Move parse_settings() to parseopt.cMichael Brown2013-07-221-1/+2
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-221-9/+9
* [settings] Remove now-unused store_named_setting()Michael Brown2013-07-191-13/+0Star
* [settings] Add fetchf_setting_copy()Michael Brown2013-07-191-0/+2
* [settings] Expose parse_setting_name()Michael Brown2013-07-191-1/+8