aboutsummaryrefslogtreecommitdiff
path: root/src/net/ndp.c
AgeCommit message (Expand)AuthorFilesLines
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