summaryrefslogtreecommitdiffstats
path: root/src/ipv6nd.c
Commit message (Expand)AuthorAge
* privsep: Implement pledge(2) support as found on OpenBSDRoy Marples2020-05-10
* DHCP: Use correct buffer for receiving UDPRoy Marples2020-05-05
* privsep: Add --chroot configurableRoy Marples2020-04-30
* inet6: Set default ND timers before a RA arrives after preservationRoy Marples2020-04-29
* inet6: Expire ND on the second, not after itRoy Marples2020-04-29
* inet6: Apply the best RA which is still valid.Roy Marples2020-04-29
* Align more CMSG foo.Roy Marples2020-04-26
* DHCP6: Implement DECLINE support for duplicated addressesRoy Marples2020-04-26
* align CMSG bufferRoy Marples2020-04-21
* inet6: Add 'temporary' directive to the slaac optionRoy Marples2020-04-19
* inet6: Only log RA's when they are from a new serverRoy Marples2020-04-17
* Linux: Note router preference when adding routesRoy Marples2020-04-09
* Note that setting pltime to zero for stale addresses isn't RFC compliantRoy Marples2020-04-01
* ND: Improve stale detection for >1 routerRoy Marples2020-04-01
* ND: Check matching iface to make stale and add commentaryRoy Marples2020-04-01
* ND: If a secondary router adds the same prefix, use it's addressRoy Marples2020-03-31
* ND: Only deprecate prefixes when all staleRoy Marples2020-03-31
* script: Start RA addresses from 1, not 0.Roy Marples2020-03-28
* RA: Prefer older routers at the preferenceRoy Marples2020-03-11
* IPv6ND: Mark stale addresses/prefixes with a pltime of zero.Roy Marples2020-03-10
* IPv6ND: ap -> ia rototillRoy Marples2020-03-10
* Be pedantic and move syslog.h into the right placeRoy Marples2020-02-11
* logerr: Use macros to call log functionsSergey Nikiforov2020-02-11
* inet6: Swap between DISCOVER and INFORM betterRoy Marples2020-02-06
* inet6: Ensure expired routers are cleared after a carrier lossRoy Marples2020-02-06
* eloop: define eloop queue numbers in common.hRoy Marples2020-02-06
* inet6: fix forced RA expiration for a given interfaceRoy Marples2020-01-21
* inet6: Check if we can try a new address on DAD failure.Roy Marples2020-01-17
* inet6: Log expiration of a prefix if autoconf is not setRoy Marples2020-01-17
* inet6: Temporary addresses only work if prefix + ifidlen == 128Roy Marples2020-01-17
* inet6: Use milliseconds rather than timespec for calcuating delaysRoy Marples2020-01-04
* inet6: Don't compare router dates when sortingRoy Marples2020-01-07
* eloop: reduce timers rather than calculating expiryRoy Marples2020-01-07
* eloop: Allow for for timeouts greater than time_t and time wrappingRoy Marples2020-01-01
* Welcome to 2020!Roy Marples2020-01-03
* inet6: Adjust prior so that we don't support old kernelsRoy Marples2020-01-01
* IPv6ND: Fix reachable testRoy Marples2019-12-10
* privsep: prefer IN_PRIVSEP macrosRoy Marples2019-12-10
* dhcpcd: Rework daemonisationRoy Marples2019-11-29
* Solaris: start privsep supportRoy Marples2019-11-29
* Solaris: Fix non PRIVSEP compileRoy Marples2019-11-29
* privsep: Add support for priviledge separationRoy Marples2019-11-28
* RA: Set mtu to zero and then pull in the MTU option if anyRoy Marples2019-11-10
* IPv6ND: If a router is reachable again, don't solicit another.Roy Marples2019-11-10
* RA: Warn if advertised MTU is greater than link MTURoy Marples2019-11-10
* INET6: Apply hoplimit, reachable and retrans timer values from RA.Roy Marples2019-11-09
* INET6: Sort routers when reachability changesRoy Marples2019-11-09
* Fix prior on other osRoy Marples2019-10-25
* Solaris: Fix prior by receving IP6_PKTINFORoy Marples2019-10-25
* Split *_recv() into *_recv() and *_recvmsg() functionsRoy Marples2019-10-25