index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arp.h
Commit message (
Expand
)
Author
Age
*
Move the source files along with dev, crypt and comapt into src dir.
Roy Marples
2017-03-15
*
More welcomes to 2017.
Roy Marples
2017-03-06
*
Support kernels which implement RFC5227.
Roy Marples
2016-10-14
*
Rework if_address to just use an ipv4_addr structure, similar to how
Roy Marples
2016-05-18
*
Allow arp_open to be called publically.
Roy Marples
2016-04-29
*
RFC 3927 Section 2.5 says a defence of an address should ARP announce it.
Roy Marples
2016-04-20
*
Add an free callback to ARP states so that they can notify their parents they
Roy Marples
2015-06-25
*
Move ARP state out of DHCP.
Roy Marples
2015-06-19
*
Improve IN_IFF_TENTATIVE with ip sharing.
Roy Marples
2015-05-16
*
Support IN_IFF_TENTATIVE and IN_IFF_DUPLICATED on NetBSD.
Roy Marples
2015-05-01
*
Let arp_new take an address so we never have duplicate
Roy Marples
2015-05-01
*
Update copyrights to 2015.
Roy Marples
2015-01-02
*
Fix compile warnings without INET or INET6 using gcc.
Roy Marples
2014-12-21
*
Fix build without INET
Roy Marples
2014-12-18
*
Free other ARP states in a better way.
Roy Marples
2014-10-24
*
Improve IPv4LL -> DHCP state transitions
Roy Marples
2014-10-24
*
Add a helper function to report conflicts to shrink the binary.
Roy Marples
2014-10-23
*
Rework the ARP code so that we can have multiple ARP states.
Roy Marples
2014-10-23
*
Changed in 2014
Roy Marples
2014-01-31
*
Implement support for RFC 3203, FORCERENEW message.
Roy Marples
2014-01-31
*
Note that we support RFC 5227
Roy Marples
2013-04-05
*
White space police
Roy Marples
2013-04-04
*
Remove IPv4 and DHCP4 specific setup from dhcpcd.c and move into ipv4.c
Roy Marples
2013-02-02
*
Add (c) to Copyright
Roy Marples
2009-05-01
*
Add the ability to arping an address and select a profile based on the
Roy Marples
2009-03-31
*
Add a control socket so that interfaces can be dynamically re-set.
Roy Marples
2008-09-03
*
Add an event loop.
Roy Marples
2008-09-02
*
Normally I hate massive code drops, but heh.
Roy Marples
2008-04-11
*
Split interface and socket out into OS bpf, if-bsd and if-linux.
Roy Marples
2008-03-24
*
Change code style to match the BSDs in the hope the might adpot it instead of...
Roy Marples
2008-03-20
*
Belatedly into 2008 :)
Roy Marples
2008-01-08
*
Re-license as 2-clause BSD as I've re-written everything from the old dhcpcd-...
Roy Marples
2007-11-15
*
Reword the headers to just say we use the GPLv2.
Roy Marples
2007-11-07
*
Update my e-mail address as I have retired from Gentoo.
Roy Marples
2007-11-06
*
We now do ARP checking by default as recommended by RFC 2131.
Roy Marples
2007-07-18
*
config.h now has the compile time options, instead of being dotted around.
Roy Marples
2007-05-10
*
For infinite timeout, we now resent the last request at TIMEOUT_MINI
Roy Marples
2007-01-16
*
Make the consts sane
Roy Marples
2006-12-14
*
Add loads of debugging CFLAGS so we can remove all compiler warnings
Roy Marples
2006-12-14
*
Add dhcpcd-3 re-write
Roy Marples
2006-11-27