summaryrefslogtreecommitdiffstats
path: root/arp.h
Commit message (Expand)AuthorAge
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15
* More welcomes to 2017.Roy Marples2017-03-06
* Support kernels which implement RFC5227.Roy Marples2016-10-14
* Rework if_address to just use an ipv4_addr structure, similar to howRoy Marples2016-05-18
* Allow arp_open to be called publically.Roy Marples2016-04-29
* RFC 3927 Section 2.5 says a defence of an address should ARP announce it. Roy Marples2016-04-20
* Add an free callback to ARP states so that they can notify their parents theyRoy Marples2015-06-25
* Move ARP state out of DHCP.Roy Marples2015-06-19
* Improve IN_IFF_TENTATIVE with ip sharing.Roy Marples2015-05-16
* Support IN_IFF_TENTATIVE and IN_IFF_DUPLICATED on NetBSD.Roy Marples2015-05-01
* Let arp_new take an address so we never have duplicateRoy Marples2015-05-01
* Update copyrights to 2015.Roy Marples2015-01-02
* Fix compile warnings without INET or INET6 using gcc.Roy Marples2014-12-21
* Fix build without INETRoy Marples2014-12-18
* Free other ARP states in a better way.Roy Marples2014-10-24
* Improve IPv4LL -> DHCP state transitionsRoy Marples2014-10-24
* Add a helper function to report conflicts to shrink the binary.Roy Marples2014-10-23
* Rework the ARP code so that we can have multiple ARP states.Roy Marples2014-10-23
* Changed in 2014Roy Marples2014-01-31
* Implement support for RFC 3203, FORCERENEW message.Roy Marples2014-01-31
* Note that we support RFC 5227Roy Marples2013-04-05
* White space policeRoy Marples2013-04-04
* Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.cRoy Marples2013-02-02
* Add (c) to CopyrightRoy Marples2009-05-01
* Add the ability to arping an address and select a profile based on theRoy Marples2009-03-31
* Add a control socket so that interfaces can be dynamically re-set.Roy Marples2008-09-03
* Add an event loop.Roy Marples2008-09-02
* Normally I hate massive code drops, but heh.Roy Marples2008-04-11
* Split interface and socket out into OS bpf, if-bsd and if-linux.Roy Marples2008-03-24
* Change code style to match the BSDs in the hope the might adpot it instead of...Roy Marples2008-03-20
* Belatedly into 2008 :)Roy Marples2008-01-08
* Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-...Roy Marples2007-11-15
* Reword the headers to just say we use the GPLv2.Roy Marples2007-11-07
* Update my e-mail address as I have retired from Gentoo.Roy Marples2007-11-06
* We now do ARP checking by default as recommended by RFC 2131.Roy Marples2007-07-18
* config.h now has the compile time options, instead of being dotted around.Roy Marples2007-05-10
* For infinite timeout, we now resent the last request at TIMEOUT_MINIRoy Marples2007-01-16
* Make the consts saneRoy Marples2006-12-14
* Add loads of debugging CFLAGS so we can remove all compiler warningsRoy Marples2006-12-14
* Add dhcpcd-3 re-writeRoy Marples2006-11-27