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
/
bpf.c
Commit message (
Expand
)
Author
Age
*
Enforce NetBSD KNF style more
Roy Marples
2009-02-11
*
Remove logger and exclusively uses syslog instead. This saves almost 2K on Ne...
Roy Marples
2008-09-05
*
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
*
Fix sending of ARP packets.
Roy Marples
2008-07-10
*
Cleaner fix for working with PCC.
Roy Marples
2008-07-03
*
Work around PCC not supporting the __packed__ attribute on structures. dhcpcd...
Roy Marples
2008-07-03
*
Cleaner code when ARP is disabled.
Roy Marples
2008-06-30
*
Remove the signal array stack as our pipe handling should be secure enough no...
Roy Marples
2008-06-10
*
Fix compile.
Roy Marples
2008-06-09
*
Re-write the client state engine around a simple timer instead of complex loo...
Roy Marples
2008-06-08
*
Put my code at the top and UNCONST filters in bpf.c
Roy Marples
2008-05-22
*
No need for this check with our non blocking sockets.
Roy Marples
2008-05-15
*
get_packet 0 means no more buffer, so loops don't need to know the bpf/socket...
Roy Marples
2008-05-15
*
Fix bpf for the correct position on new buffers.
Roy Marples
2008-05-15
*
Only alloc a buffer if size is different.
Roy Marples
2008-05-15
*
Fix some valgrind errors, and work on Linux again.
Roy Marples
2008-05-15
*
Improve get_packet API and memcpy to structure instead of using union pointers.
Roy Marples
2008-05-15
*
Prettify code a little.
Roy Marples
2008-05-14
*
BIOCIMMEDIATE isn't always available
Roy Marples
2008-05-14
*
Repair whitespace damage.
Roy Marples
2008-04-26
*
We should send packets to a specific IP over the udp socket so we don't broad...
Roy Marples
2008-04-20
*
If _PATH_BPF is set, open that instead of searching for a free BPF device.
Roy Marples
2008-04-17
*
Normally I hate massive code drops, but heh.
Roy Marples
2008-04-11
*
read(2) works on ssize_t so we should use this rather than size_t for our buf...
Roy Marples
2008-03-31
*
Pointless looping in bpf.packet, as pointed out by D. Young.
Roy Marples
2008-03-30
*
Rework our error handling code a little to save ~5k on x86_64
Roy Marples
2008-03-29
*
Fix compile on BSD.
Roy Marples
2008-03-24
*
Split interface and socket out into OS bpf, if-bsd and if-linux.
Roy Marples
2008-03-24