summaryrefslogtreecommitdiffstats
path: root/net.h
Commit message (Expand)AuthorAge
* We shouldn't need to flush arp entires ourself on BSD platforms.Roy Marples2009-03-11
* We need to blacklist IP addresses at the packet levelRoy Marples2009-03-10
* Validate UDP better by ensuring data len is not bigger than our structRoy Marples2009-02-28
* Fix up some more formatting.Roy Marples2009-02-12
* Add route removal detection to Linux.Roy Marples2009-01-27
* You can now add a configure block per ssid if the interface is wireless.Roy Marples2009-01-01
* Move wireless detection from net.c into if-bsd.c and if-linux.cRoy Marples2008-09-17
* Fix compile.Roy Marples2008-09-16
* Move AF_LINK discovery to if-bsd.c. Also, we only work with IFT_ETHER types c...Roy Marples2008-09-16
* We need to flush the ARP table after configuring new routes.Roy Marples2008-09-15
* Remove remembering routes per interface and have a global routing table so we...Roy Marples2008-09-12
* On Linux, fix replacing the kernel added subnet route correctly for metrics.Roy Marples2008-09-08
* Enable detection of addition and removal of interfaces on Linux.Roy Marples2008-09-04
* When OS reports new and removed interfaces, dhcpcd sees this and either start...Roy Marples2008-09-04
* Use static buffers for ARP and move the send code to arp.c. Also, move the hw...Roy Marples2008-09-04
* Add an event loop.Roy Marples2008-09-02
* Remove #ifdefs to disable specific bits of code. We now build everything - we...Roy Marples2008-07-23
* Add support for link carrier detection. For Linux this involved a big change ...Roy Marples2008-07-16
* fd -> raw_fdRoy Marples2008-07-16
* Add a macro to change a route.Roy Marples2008-07-09
* Add more error checking if the link was taken down or ip addresses removed - ...Roy Marples2008-07-09
* Remove ENABLE_DUID and introduce MINIMAL, which removes all non essential use...Roy Marples2008-07-04
* Save a few bytes by treating some strings like DHCP options, having the first...Roy Marples2008-06-29
* Re-write the client state engine around a simple timer instead of complex loo...Roy Marples2008-06-08
* Make the timings more random by using the full range of poll timeout.Roy Marples2008-05-29
* Respect RFC 3927 more, regarding times and conflicts.Roy Marples2008-05-29
* Use constant BPF structures and defines to alter the data instead of function...Roy Marples2008-05-22
* Fix some valgrind errors, and work on Linux again.Roy Marples2008-05-15
* Improve get_packet API and memcpy to structure instead of using union pointers.Roy Marples2008-05-15
* We should send packets to a specific IP over the udp socket so we don't broad...Roy Marples2008-04-20
* Remove the .info file and now set environment vars in the same vein as dhclie...Roy Marples2008-04-16
* Move MTU configuration to dhcpcd.sh. However, if the MTU is too small for dhc...Roy Marples2008-04-14
* Normally I hate massive code drops, but heh.Roy Marples2008-04-11