summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-282-4/+4
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-272-2/+6
* [dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addressesMichael Brown2013-11-151-6/+24
* [ipv6] Separate the concepts of prefix and address creationMichael Brown2013-11-152-118/+183
* [dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown2013-11-142-5/+991
* [ipv6] Add "ipv6" setting typeMichael Brown2013-11-141-0/+53
* [ipv6] Use given source address only if it is not the unspecified addressMichael Brown2013-11-141-1/+1
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-141-8/+0Star
* [ipv6] Add IPv6 network device configuratorMichael Brown2013-11-071-26/+217
* [dhcp] Add DHCP network device configuratorMichael Brown2013-11-051-0/+6
* [netdevice] Add generic concept of a network device configuratorMichael Brown2013-11-051-5/+203
* [netdevice] Make all net_driver methods optionalMichael Brown2013-11-014-40/+13Star
* [ipv6] Add ndp_tx_router_solicitation() to send router solicitationsMichael Brown2013-10-252-33/+66
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-252-104/+1Star
* [ipv6] Automatically choose source for link-local and multicast destinationsMichael Brown2013-10-251-30/+34
* [ipv6] Treat sin6_scope_id consistentlyMichael Brown2013-10-252-5/+5
* [ipv6] Support stateless address autoconfiguration (SLAAC)Michael Brown2013-10-232-52/+159
* [ipv6] Extract link layer addresses from router advertisementsMichael Brown2013-10-231-47/+144
* [ipv6] Handle IPv6 option length correctlyMichael Brown2013-10-231-1/+1
* [ping] Add concept of a ping socketMichael Brown2013-10-211-0/+273
* [icmp] Add support for sending ICMP echo requestsMichael Brown2013-10-214-96/+331
* [ipv6] Add IPv6 socket address converterMichael Brown2013-10-211-1/+98
* [ipv4] Add IPv4 socket address converterMichael Brown2013-10-211-0/+37
* [socket] Add concept of a generalised socket address converterMichael Brown2013-10-211-0/+65
* [netdevice] Add find_netdev_by_index()Michael Brown2013-10-211-0/+18
* [udp] Add AF_INET6 socket openerMichael Brown2013-10-211-2/+9
* [tcp] Add AF_INET6 socket openerMichael Brown2013-10-211-2/+9
* [neighbour] Add nstat() function to print out neighbour tableMichael Brown2013-09-251-41/+1Star
* [ipv6] Add inet6_aton()Michael Brown2013-09-111-4/+73
* [ipv6] Fix uninitialised-variable warningMichael Brown2013-09-031-0/+3
* [ipv6] Replace IPv6 stackMichael Brown2013-09-034-480/+1097
* [neighbour] Generalise concept of neighbour discoveryMichael Brown2013-09-032-354/+513
* [tcpip] Pass through network device to transport layer protocolsMichael Brown2013-09-037-10/+21
* [ethernet] Add support for generating multicast hash for IPv6 addressesMichael Brown2013-09-031-0/+5
* [netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown2013-09-032-0/+17
* [netdevice] Add concept of a network device indexMichael Brown2013-09-031-2/+3
* [ipv4] Generalise fragment reassembly mechanismMichael Brown2013-08-272-117/+211
* [linux] Give tap devices a name and bus typeMichael Brown2013-08-271-1/+2
* [http] Add support for HTTP POSTMichael Brown2013-08-191-3/+121
* [nfs] Fix an issue with the selection of a local portMarin Hannache2013-08-061-2/+2
* [tcpip] Allow binding to unspecified privileged ports (below 1024)Michael Brown2013-08-063-74/+76
* [ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6Michael Brown2013-08-062-3/+3
* [udp] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2013-08-061-5/+5
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-1/+1
* [nfs] Add support for NFS protocolMarin Hannache2013-07-156-0/+1658
* [cmdline] Accept "netX" in iPXE commandsMichael Brown2013-07-131-0/+5
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-0/+49
* [netdevice] Add "bustype" and "busloc" settingsMichael Brown2013-07-121-0/+60
* [tcp] Fix comment to match code behaviourMichael Brown2013-07-121-1/+1
* [tcp] Do not send RST for unrecognised connectionsMichael Brown2013-07-121-1/+0Star