summaryrefslogtreecommitdiffstats
path: root/arp.c
Commit message (Expand)AuthorAge
...
* Remove getifaddrs code and instead just use ioctls.Roy Marples2007-07-25
* ==-1 is cheaper than <0Roy Marples2007-07-18
* We now do ARP checking by default as recommended by RFC 2131.Roy Marples2007-07-18
* Minimum packet is 46 bytesRoy Marples2007-05-22
* Fix ARP checkingRoy Marples2007-05-21
* config.h now has the compile time options, instead of being dotted around.Roy Marples2007-05-10
* Send a FQDN hostname if it contains dots, strip the domain from a looked up h...Roy Marples2007-04-26
* Style updatesRoy Marples2007-04-12
* Cuddle up to LKML style CRoy Marples2007-04-11
* Fix indentationRoy Marples2007-04-10
* Add DHCP over FireWire 1394 (RFC 2855) and InfiniBand (RFC 4390) support.Roy Marples2007-02-12
* For infinite timeout, we now resent the last request at TIMEOUT_MINIRoy Marples2007-01-16
* Code cleanRoy Marples2006-12-21
* Fix arp checkingRoy Marples2006-12-21
* Allow Token Ring on LinuxRoy Marples2006-12-18
* Clean up compile warnings on Sparc/FreeBSDRoy Marples2006-12-18
* Define _BSD_SOURCE and change to c99 - more warnings cleaned up.Roy Marples2006-12-15
* Make the consts saneRoy Marples2006-12-14
* Add loads of debugging CFLAGS so we can remove all compiler warningsRoy Marples2006-12-14
* Send hostname/fqdn in DISCOVER and INFORM messages too.Roy Marples2006-12-04
* Add dhcpcd-3 re-writeRoy Marples2006-11-27