summaryrefslogtreecommitdiffstats
path: root/src/net/udp/dhcpv6.c
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-221-1/+1
* [netdevice] Separate concept of scope ID from network device name indexMichael Brown2023-01-141-1/+1
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-201-16/+1Star
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-191-0/+1
* [dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown2016-07-191-18/+49
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-161-4/+4
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-041-1/+3
* [dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2016-07-041-0/+3
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-041-17/+19
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown2014-05-231-1/+0Star
* [dns] Support DNS search listsMichael Brown2014-02-051-0/+9
* [dhcpv6] Add DHCPv6 "filename" settingMichael Brown2013-12-051-0/+10
* [dhcpv6] Use DUID-UUID form of client DUIDMichael Brown2013-12-051-20/+21
* [dns] Add support for resolving IPv6 addresses via AAAA recordsMichael Brown2013-12-051-1/+1
* [settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown2013-12-051-5/+2Star
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-3/+3
* [dhcpv6] Allow stateful DHCPv6 to apply obtained IPv6 addressesMichael Brown2013-11-151-6/+24
* [dhcpv6] Add basic support for stateful and stateless DHCPv6Michael Brown2013-11-141-0/+955