]> git.ipfire.org Git - thirdparty/dhcpcd.git/shortlog
thirdparty/dhcpcd.git
2014-12-23  Roy Marplesundef CMSG_SPACE and use our own define for platforms...
2014-12-21  Roy MarplesFix compile warnings without INET or INET6 using gcc.
2014-12-20  Roy MarplesFix compile on QNX. Thanks to Will Miles.
2014-12-20  Roy MarplesGuard against failure in if_discover. Thanks to Will...
2014-12-20  Roy MarplesUse __restrict rather than restrict.
2014-12-20  Roy MarplesAttempt to define CMSG_SPACE for systems which lack...
2014-12-19  Roy MarplesRelease dhcpcd-6.6.7 v6.6.7
2014-12-18  Roy MarplesFix build without INET
2014-12-18  Roy MarplesDon't set RA ownership in test mode.
2014-12-17  Roy MarplesRelease dhcpcd-6.6.6 v6.6.6
2014-12-16  Roy MarplesDocument some BSD systems lacking the ability to announ...
2014-12-16  Roy MarplesStore acquired time for each IPv6 address so we can...
2014-12-16  Roy MarplesFor BSD systems stop polling for IPv6 router reachability.
2014-12-13  Roy MarplesThe noalias directive will now remove any IPv4 addresse...
2014-12-12  Roy MarplesA server should not NAK an INFORM.
2014-12-12  Roy MarplesClarify timeout and reboot timeout, make it more sane.
2014-12-11  Roy MarplesNeed net/route.h
2014-12-10  Roy MarplesInclude linux/rtnetlink.h in config.h rather than each...
2014-12-10  Roy MarplesSpelling
2014-12-09  Roy MarplesRelease dhcpcd-6.6.5 v6.6.5
2014-12-09  Roy MarplesAllow other processes to handle the DHCP port on the...
2014-12-09  Roy MarplesIf we get another carrier event during the poll for...
2014-12-09  Roy MarplesInstead if giving up if we receive a LINK_UP event...
2014-12-04  Roy MarplesIf neither dig nor host are present fall back to getent.
2014-12-03  Roy MarplesIFT type does not cleanly match to ARP type so we have...
2014-12-02  Roy MarplesFix a coverity warning.
2014-11-28  Roy MarplesFix prior patch
2014-11-28  Roy MarplesIf STOPPED, set if_down = true when releasing, otherwis...
2014-11-26  Roy MarplesNote that TEST removes the rapid_commit option from...
2014-11-26  Roy MarplesReport selected profile v6.6.4
2014-11-26  Roy MarplesFix a memory error.
2014-11-26  Roy MarplesRelease dhcpcd-6.6.4
2014-11-26  Roy MarplesInform the hooks if we're running with debug or not.
2014-11-26  Roy MarplesRemove unused variable.
2014-11-26  Roy MarplesRelease dhcpcd-6.6.3 v6.6.3
2014-11-26  Roy MarplesIf a DHCP lease has expired on reboot, don't expire...
2014-11-26  Roy MarplesWith a fake added lease, we cannot assume the subnet...
2014-11-26  Roy MarplesEnter reboot state with a fake lease.
2014-11-26  Roy MarplesFlags fake routes so we can change them when we renew...
2014-11-26  Roy MarplesIf the IP address is still on the interface when readin...
2014-11-25  Roy MarplesFix wording.
2014-11-25  Roy MarplesWhitespace
2014-11-25  Roy MarplesZero length UDP packets are not an error condition...
2014-11-24  Roy MarplesWhen not daemonising, don't exit on timeout.
2014-11-24  Roy MarplesWhitespace
2014-11-18  Roy MarplesIf allowinterfaces is not specified, allow all configur...
2014-11-18  Roy MarplesDisable IPv6RS if a loopback, pointopoint or not a...
2014-11-18  Roy MarplesIf we don't have a hwlen and no clientid has been set,
2014-11-18  Roy MarplesCheck for IFF_LOOPBACK and IFF_POINTOPOINT early to...
2014-11-18  Roy MarplesLoopback interfaces have routes scoped to the host...
2014-11-18  Roy MarplesIf we don't have a hardware address, fallback to creating
2014-11-18  Roy MarplesThis comment no longer applies.
2014-11-18  Roy MarplesReload global config when running per interface commands.
2014-11-16  Roy MarplesOnly free other ARP states if not assinging an IPv4LL...
2014-11-16  Roy MarplesLog which IP address we are ARPing
2014-11-14  Roy MarplesRelease dhcpcd-6.6.2 v6.6.2
2014-11-14  Roy MarplesAdd a guard to IPv4LL probed in case of an ARP race.
2014-11-13  Roy MarplesBackup and restore any DHCP lease offered during the...
2014-11-11  Roy MarplesStop clang complaing about a more complex variant on...
2014-11-11  Roy MarplesIf we don't include sys/queue.h directly the clang...
2014-11-11  Roy MarplesAlign config.h contents better
2014-11-11  Roy MarplesWhen closing the IPv4LL state, close any timers as...
2014-11-10  Roy MarplesReset DHCP state when the interface is departing.
2014-11-10  Roy MarplesRemove all interface timers when stopping.
2014-11-10  Roy Marpleseloop queue 0 is all queues, respect it.
2014-11-10  Roy MarplesRemove the direct include for cdefs.h - it's not needed...
2014-11-10  Roy MarplesTAILQ is now inlcuded via config.h either via sys/queue...
2014-11-07  Roy MarplesRemove dead store
2014-11-07  Roy MarplesRemove RCSIDs from dhcpcd, they belong in the upstream...
2014-11-07  Roy MarplesRelease dhcpcd-6.6.1 v6.6.1
2014-11-07  Roy MarplesWhen stopping interfaces, skip past pseudo interfaces...
2014-11-07  Roy MarplesSupport old Linux kernels where IFLA_AF_SPEC may not...
2014-11-03  Roy MarplesIf the IPv6 LL address is duplicated and using SLAAC...
2014-11-03  Roy MarplesFix disabling IPv6 on start error.
2014-10-29  Roy MarplesRelease dhcpcd-6.6.0 v6.6.0
2014-10-25  Roy MarplesReset DHCP state when carrier goes down.
2014-10-25  Roy MarplesSet IPv4LL ARP state to NULL if freeing it.
2014-10-24  Roy MarplesWhen we transition from REQUEST to DISCOVER in a reboot...
2014-10-24  Roy MarplesFree other ARP states in a better way.
2014-10-24  Roy MarplesWhen binding a non IPv4LL address, kill the IPV4LL...
2014-10-24  Roy MarplesWe should not use a DHCP lease for IPV4LL.
2014-10-24  Roy MarplesClose arp explicity as well.
2014-10-24  Roy MarplesImprove IPv4LL -> DHCP state transitions
2014-10-24  Roy MarplesFix transition from IPv4LL to a valid DHCP state.
2014-10-23  Roy MarplesIs really 5
2014-10-23  Roy MarplesAdd a helper function to report conflicts to shrink...
2014-10-23  Roy MarplesFix timeout
2014-10-23  Roy MarplesRework the ARP code so that we can have multiple ARP...
2014-10-22  Roy MarplesTreat IPv4LL as fallback and start DHCP discovery even...
2014-10-22  Roy MarplesIf not doing DHCP or DHCP6, disable the DNS requirement...
2014-10-22  Roy MarplesSimplfy
2014-10-21  Roy MarplesRFC 3927 Section 2.1 states that the random number...
2014-10-21  Roy MarplesDon't reset the last failed address needlessly.
2014-10-21  Roy MarplesFix off by one MAX_CONFLICTS error.
2014-10-21  Roy MarplesPREINIT, UNKNOWN and CARRIER are not up or down states.
2014-10-21  Roy MarplesCheck local interfaces for a duplicate IPv4LL address...
2014-10-21  Roy MarplesOnly reset the IPv4LL conflict counter after we have...
2014-10-21  Roy MarplesReset defend when adding address.
2014-10-20  Roy MarplesFix recovering from a failed defeat of an IPv4LL address.
2014-10-20  Roy MarplesLog the address IPv4LL defends.
next