summaryrefslogtreecommitdiffstats
path: root/src/net/ndp.c
Commit message (Expand)AuthorAgeFilesLines
* [ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2016-07-211-1/+1
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-201-53/+2Star
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-191-2/+17
* [ipv6] Expose IPv6 settings acquired through NDPMichael Brown2016-07-191-5/+246
* [ipv6] Allow settings to comprise arbitrary subsets of NDP optionsMichael Brown2016-07-191-35/+67
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-151-1/+1
* [ipv6] Perform SLAAC only during autoconfigurationMichael Brown2016-07-151-8/+14
* [ipv6] Do not set sin6_scope_id on source addressMichael Brown2014-05-231-1/+0Star
* [dns] Support DNS search listsMichael Brown2014-02-051-0/+10
* [ipv6] Expose NDP-provided settings (including the DNS server)Michael Brown2013-12-051-9/+197
* [ipv6] Separate the concepts of prefix and address creationMichael Brown2013-11-151-34/+63
* [dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown2013-11-141-5/+36
* [ipv6] Add IPv6 network device configuratorMichael Brown2013-11-071-26/+217
* [ipv6] Add ndp_tx_router_solicitation() to send router solicitationsMichael Brown2013-10-251-33/+65
* [ipv6] Treat sin6_scope_id consistentlyMichael Brown2013-10-251-2/+2
* [ipv6] Support stateless address autoconfiguration (SLAAC)Michael Brown2013-10-231-52/+112
* [ipv6] Extract link layer addresses from router advertisementsMichael Brown2013-10-231-47/+144
* [ipv6] Fix uninitialised-variable warningMichael Brown2013-09-031-0/+3
* [ipv6] Replace IPv6 stackMichael Brown2013-09-031-129/+319
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-6/+6
* Kill off some warnings-problematic debug statements in ndp.c; the codeMichael Brown2007-12-071-4/+2Star
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-3/+3
* make add_ndp_entry staticHolger Lubitz2007-07-271-2/+3
* pkbuff->iobuf changeoverMichael Brown2007-05-191-6/+6
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-2/+3
* IP6 supportNikhil Chandru Rao2006-08-191-0/+181