]> git.ipfire.org Git - people/ms/dnsmasq.git/history - src/radv.c
Upply --bridge-interface aliasing to solicited router advertisements.
[people/ms/dnsmasq.git] / src / radv.c
2015-06-10  Neil JerramUpply --bridge-interface aliasing to solicited router...
2015-06-10  Neil JerramAllow router advertisements to have the "off-link"...
2015-03-11  Simon KelleyFix boilerplate code for re-running system calls on...
2015-01-31  Simon KelleyUpdate copyrights for dawn of 2015.
2014-09-13  Simon KelleyRevert route-information option in RA. There are proble...
2014-09-09  Ilya PonetaevRFC4191 route information option.
2014-05-20  Simon KelleyMerge branch 'mobile-ra'
2014-04-25  Simon Kelleyra-advrouter mode for RFC-3775 mobile IPv6 support.
2014-01-15  Simon KelleyMerge branch 'master' of ssh://central/var/cache/git...
2014-01-12  Simon KelleyMerge branch 'master' of ssh://central/var/cache/git...
2014-01-11  Simon Kelley[fd00::} and [fe80::] special addresses in DHCPv6 options.
2014-01-10  Simon KelleyFix missing RA RDNS option with --dhcp-option=option6...
2014-01-08  Simon KelleyUpdate copyright for 2014.
2013-12-19  Simon KelleySend correct O and M bits when advertising only depreca...
2013-12-12  Simon KelleyMerge branch 'master' into dnssec
2013-12-03  Vladislav GrishenkoRelax rules in prefix length in (IPv6) dhcp-range.
2013-11-17  Simon KelleyMerge branch 'master' into dnssec
2013-11-15  Simon KelleyWhen advertising ONLY deleted IPv6 prefixes, set router...
2013-11-15  Simon KelleyMerge branch 'master' into dnssec
2013-11-15  Simon KelleyFix problems when advertising deleted IPv6 prefixes.
2013-10-25  Simon KelleyMerge branch 'master' into dnssec
2013-10-14  Simon KelleyBetter defaults for address and lifetime of RDNS option...
2013-10-11  Kevin Darbyshire... Add --quiet-* options.
2013-10-11  Simon KelleyMerge branch 'edns0'
2013-10-10  Simon KelleyAdd --ra-param and remove --force-fast-ra
2013-09-30  Simon KelleyDo multicast interface selection portably for router...
2013-09-20  Simon KelleySupport MAC addresses in dhcp-host and dhcp-mac for...
2013-07-29  Simon KelleyAdd --force-fast-ra option.
2013-07-27  Simon KelleyMerge branch 'master' of ssh://thekelleys.org.uk/var...
2013-07-26  Simon KelleyAdvertise lost prefixes with pref_time == 0 for 2 hours.
2013-07-25  Simon KelleyTweak parameter lifetimes in Router advertisements.
2013-04-30  Simon KelleyOnly use ourselves as default DNS server for RA if...
2013-03-15  Simon KelleyAllow trailing '*' wildcard in interface names.
2013-01-31  Simon KelleyChange copyright messages to include 2013.
2012-12-29  Simon KelleyUse RA_INTERVAL for lifetimes.
2012-12-29  Simon KelleyAdd RA_INTERVAL parameter in config.h
2012-12-28  Simon KelleyUse /proc/sys/net/ipv6/conf/<iface>/mtu for RA advertis...
2012-12-28  Simon KelleyMore work on lease and router lifetime calculation.
2012-12-22  Simon KelleyDon't cap prefx lifetimes below RA retransmit interval.
2012-12-21  Simon KelleyDefault to global, not link-local address in RA DNS...
2012-12-21  Simon KelleySimplify and fix RA lifetime calculation.
2012-12-20  Simon Kelleyadd general flag param to iface_enumerate IPv6 callback
2012-12-18  Simon KelleyPer-context control over ra short period.
2012-12-18  Simon KelleyIgnore template contexts where appropriate.
2012-12-18  Simon KelleyFix periodic loop
2012-12-18  Simon KelleyFirst checkin of interface-address constructor mode...
2012-12-04  Simon KelleyTidy merge.
2012-12-04  Simon KelleyMerge branch 'auth'
2012-12-03  Simon KelleyDon't send RAs to the wrong place when DAD in progress.
2012-12-02  Simon KelleyForgot --dhcp-except check in previous commit.
2012-12-01  Simon KelleyCheck interface for router advertisements.
2012-11-28  Simon KelleyInitial code to do authoritative DNS.
2012-08-12  Simon KelleySet prefix on-link bit in RAs
2012-07-10  Simon KelleyMerge branch 'access_control'
2012-07-03  Simon KelleyRemove libvirt-inspired but never used access control...
2012-06-04  Simon KelleyFix RA when interface has more than one address on...
2012-05-29  Simon KelleyFix access control when DHCPv6 but no RA in use.
2012-05-21  Simon KelleyMake libvirt-style access control work when only doing RA.
2012-05-12  Simon KelleyCope with router-solicit packets without valid source...
2012-04-04  Simon KelleyRemove redundant send_from logging code.
2012-03-31  Simon KelleyRDNSS and DNSSL data in router advertisements.
2012-03-30  Simon KelleyMore RA flag evolution.
2012-03-30  Simon KelleySet managed RA flag always when doing DHCP.
2012-03-30  Simon KelleyTidying radv
2012-03-29  Simon Kelleyradv.c tidying.
2012-03-28  Simon KelleyFix preprocessor checks, IP_TOS -> IPV6_TCLASS
2012-03-28  Simon Kelley"deprecated" lease-time keyword for IPv6
2012-03-25  Simon KelleyMore flexible RA configuration.
2012-03-25  Simon Kelleytweak ra timer code to avoid missing events.
2012-03-23  Simon KelleyMerge branch 'bind'
2012-03-22  Simon KelleyHandle errors when sending ICMP6 pings better.
2012-03-20  Simon KelleyRA managed-bit and use-SLAAC bit tweaks.
2012-03-19  Simon KelleyCheck assumed SLAAC addresses by pinging them.
2012-03-09  Simon KelleyMerge branch 'ra-names'
2012-03-08  Simon KelleyFix prefix-map build code logic.
2012-03-06  Simon KelleyAdd ra-names SLAAC-hostnames from DHCPv4 option.
2012-03-01  Simon KelleyFix socklen_t/size_t confusion in radv.c
2012-02-29  Simon KelleyRA configuration tweaks and documentation improvements.
2012-02-27  Simon KelleyMake RA without DHCPv6 possible.
2012-02-26  Simon KelleyFix RA on *BSD (missing sa_len)
2012-02-25  Simon KelleyTidy up RA scheduling.
2012-02-24  Simon KelleyDon't send hoplimit 1 when multicasting RAs
2012-02-24  Simon KelleyRouter Advertisement