summaryrefslogtreecommitdiffstats
path: root/lpf.c
Commit message (Expand)AuthorAge
* Move all Linux only sources into if-linux.cRoy Marples2014-04-23
* BPF filter size is unsigned intRoy Marples2014-03-31
* Add -Wconversion to debug CFLAGS and fix fallout.Roy Marples2014-03-27
* Remove custom set_cloexec and set_nonblock functions.Roy Marples2014-02-07
* Cleanup IPv4 fd opening and closing.Roy Marples2013-11-12
* It's now possible to compile out IPv4 and IPv6 support by passingRoy Marples2013-02-04
* Move ipv4 specific code out of net.c and into ipv4.cRoy Marples2013-02-04
* Move if_state into interface->if_data as dhcp_state.Roy Marples2013-02-03
* Move ipv4 specific infos from interface to if_state.Roy Marples2013-02-03
* Interface index should persist and be unique for the interface lifetime.Roy Marples2012-03-30
* When the dhcp server is running in dom0 and the client in domU,Roy Marples2011-03-24
* Add (c) to CopyrightRoy Marples2009-05-01
* Fix up some more formatting.Roy Marples2009-02-12
* Enforce NetBSD KNF style moreRoy Marples2009-02-11
* Remove #ifdefs to disable specific bits of code. We now build everything - we...Roy Marples2008-07-23
* fd -> raw_fdRoy Marples2008-07-16
* Ensure we work if ARP compiled out but requested.Roy Marples2008-06-30
* Request as much as the packet as we can with buggy BPF filters.Roy Marples2008-06-20
* We don't use this var anymore.Roy Marples2008-06-11
* Remove the signal array stack as our pipe handling should be secure enough no...Roy Marples2008-06-10
* Re-write the client state engine around a simple timer instead of complex loo...Roy Marples2008-06-08
* Pull ARP replies correctly.Roy Marples2008-05-26
* Use constant BPF structures and defines to alter the data instead of function...Roy Marples2008-05-22
* Move socket.c -> lpf.c. Also, default Linux to using /lib/dhcpcd rather than ...Roy Marples2008-05-20