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