aboutsummaryrefslogtreecommitdiff
path: root/src/net/ndp.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-27[ipv6] Expose router address for DHCPv6 leased addressesslash128Michael Brown1-1/+1
2023-01-14[netdevice] Separate concept of scope ID from network device name indexMichael Brown1-2/+2
2022-09-13[ipv6] Ignore SLAAC on prefixes with an incompatible prefix lengthMichael Brown1-11/+25
2021-01-19[ipv6] Defer router discovery timeout while link is blockedMichael Brown1-1/+19
2020-10-14[ipv6] Reduce time spent waiting for router discoveryMichael Brown1-0/+9
2016-07-21[ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown1-1/+1
2016-07-20[ipv6] Create routing table based on IPv6 settingsMichael Brown1-53/+2
2016-07-19[ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown1-2/+17
2016-07-19[ipv6] Expose IPv6 settings acquired through NDPMichael Brown1-5/+246
2016-07-19[ipv6] Allow settings to comprise arbitrary subsets of NDP optionsMichael Brown1-35/+67
2016-07-15[settings] Create space for IPv6 in settings display orderMichael Brown1-1/+1
2016-07-15[ipv6] Perform SLAAC only during autoconfigurationMichael Brown1-8/+14
2014-05-23[ipv6] Do not set sin6_scope_id on source addressMichael Brown1-1/+0
2014-02-05[dns] Support DNS search listsMichael Brown1-0/+10
2013-12-05[ipv6] Expose NDP-provided settings (including the DNS server)Michael Brown1-9/+197
2013-11-15[ipv6] Separate the concepts of prefix and address creationMichael Brown1-34/+63
2013-11-14[dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown1-5/+36
2013-11-07[ipv6] Add IPv6 network device configuratorMichael Brown1-26/+217
2013-10-25[ipv6] Add ndp_tx_router_solicitation() to send router solicitationsMichael Brown1-33/+65
2013-10-25[ipv6] Treat sin6_scope_id consistentlyMichael Brown1-2/+2
2013-10-23[ipv6] Support stateless address autoconfiguration (SLAAC)Michael Brown1-52/+112
2013-10-23[ipv6] Extract link layer addresses from router advertisementsMichael Brown1-47/+144
2013-09-03[ipv6] Fix uninitialised-variable warningMichael Brown1-0/+3
2013-09-03[ipv6] Replace IPv6 stackMichael Brown1-129/+319
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-6/+6
2007-12-07Kill off some warnings-problematic debug statements in ndp.c; the codeMichael Brown1-4/+2
2007-12-07Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown1-3/+3
2007-07-27make add_ndp_entry staticHolger Lubitz1-2/+3
2007-05-19pkbuff->iobuf changeoverMichael Brown1-6/+6
2006-09-27We don't actually have a stdio.h header file. Our printf() functions areMichael Brown1-1/+0
2006-09-27added stdio.h to includes for DBG compilationMarty Connor1-2/+3
2006-08-19IP6 supportNikhil Chandru Rao1-0/+181