| Commit message (Expand) | Author | Age |
| * | Move the source files along with dev, crypt and comapt into src dir. | Roy Marples | 2017-03-15 |
| * | Belated welcome to 2017. | Roy Marples | 2017-03-06 |
| * | Add support for MUD URL, draft-lear-ietf-netmod-mud-04. | Roy Marples | 2016-12-09 |
| * | Change arping_index from 1 based to 0 based, defaulting not started to -1. | Roy Marples | 2016-12-06 |
| * | Remove address family specific routing and introduce address family | Roy Marples | 2016-10-25 |
| * | Add --inactive which makes all interfaces inactive on initial start. | Roy Marples | 2016-07-27 |
| * | Move last last extending into it's own option so we can use the last lease | Roy Marples | 2016-04-30 |
| * | Remove ipv6ra_accept_nopublic and just accept it. | Roy Marples | 2016-02-15 |
| * | Implement IPv6 static address, fixes [29417b793e]. | Roy Marples | 2016-02-14 |
| * | When activating an interface, bring up a basic config that does nothing. | Roy Marples | 2016-02-04 |
| * | Allow the suffix of PD addresses to be configurable. | Roy Marples | 2016-01-29 |
| * | Add the -1, --oneshot option which causes dhcpcd to exit once an | Roy Marples | 2016-01-14 |
| * | Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout. | Roy Marples | 2016-01-07 |
| * | Updated in 2016 | Roy Marples | 2016-01-06 |
| * | If we are to add/delete/change a route but have not yet daemonised, | Roy Marples | 2016-01-06 |
| * | Add a -N --renew option to renew any existing address early, similar to the | Roy Marples | 2015-11-13 |
| * | Add an option to enable DHCPv6 Information Request without the need | Roy Marples | 2015-09-30 |
| * | Now that we set MTU for routes instead of using a hook script, | Roy Marples | 2015-08-31 |
| * | Add a noup directive to stop master mode bringing an interface up. | Roy Marples | 2015-07-13 |
| * | Add the DHCPCD_NODROP macro to simplify if we drop addresses or not. | Roy Marples | 2015-06-12 |
| * | Remove the pseudo interface created for prefix delegation and mix different | Roy Marples | 2015-06-05 |
| * | Add an option to skip the initial randomised protocol delay. | Roy Marples | 2015-06-03 |
| * | Handle ND options in the same way we handle DHCP and DHCPv6 options. | Roy Marples | 2015-05-14 |
| * | Allow waitip to work per interface. | Roy Marples | 2015-05-14 |
| * | If config file changed, drop leases and re-disover. | Roy Marples | 2015-05-01 |
| * | Add initial support for keeping addresses at carrier down for supported platf... | Roy Marples | 2015-05-01 |
| * | The bootp option will stop sending the DHCP Message Type option. | Roy Marples | 2015-04-06 |
| * | Instead of not installed a default route for RA's that don't have public | Roy Marples | 2015-04-04 |
| * | If a IPv6 router claims it's a valid router but doesn't have any public | Roy Marples | 2015-04-03 |
| * | syslogd(8) may not always be running before dhcpcd so any startup errors are | Roy Marples | 2015-03-17 |
| * | Cast away more gcc errors. | Roy Marples | 2015-03-13 |
| * | Only warn about adding a host route to the router the once. | Roy Marples | 2015-02-27 |
| * | reject <option> will now reject any DHCP message that contains that option. | Roy Marples | 2015-01-20 |
| * | Add an option to disable the generation of autoconf addresses within a RA. | Roy Marples | 2015-01-08 |
| * | Update copyrights to 2015. | Roy Marples | 2015-01-02 |
| * | Whitespace | Roy Marples | 2014-11-24 |
| * | Rework the ARP code so that we can have multiple ARP states. | Roy Marples | 2014-10-23 |
| * | Work better with unknown prefix length requirements in the configuration. | Roy Marples | 2014-10-15 |
| * | When requesting a IA_PD and another IA type, create a psuedo interface | Roy Marples | 2014-07-07 |
| * | We should use NBBY rather than a magic 8. | Roy Marples | 2014-07-05 |
| * | Add --pfxdlgonly and --nopfxdlg options to spawn separate dhcpcd instances | Roy Marples | 2014-07-04 |
| * | Support http://datatracker.ietf.org/doc/draft-ietf-dhc-dhcpv6-stateful-issues. | Roy Marples | 2014-07-01 |
| * | Allow the request of a DHCPv6 address or prefix, a prefix length must be spec... | Roy Marples | 2014-06-21 |
| * | Add an IPv6 link-local address before upping the interface if needed. | Roy Marples | 2014-06-04 |
| * | Default SLAAC to use RFC7271 addresses. | Roy Marples | 2014-06-04 |
| * | Implement Stable Private Addresses for SLAAC as per RFC7217. | Roy Marples | 2014-06-02 |
| * | Move net.c to if.c. | Roy Marples | 2014-04-25 |
| * | Add -Wconversion to debug CFLAGS and fix fallout. | Roy Marples | 2014-03-27 |
| * | Add -M, --master to force dhcpcd into master mode. | Roy Marples | 2014-03-07 |
| * | PATH_MAX is too much, lets be more precise | Roy Marples | 2014-02-12 |