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
/
src
/
bpf.c
Commit message (
Expand
)
Author
Age
*
Rename ifp->family -> ifp->hwtype so it's less confusing
Roy Marples
2020-04-23
*
BPF: Return the frame header with the data
Roy Marples
2020-02-05
*
Welcome to 2020!
Roy Marples
2020-01-03
*
privsep: Enable ARP BPF filtering for interesting addresses
Roy Marples
2019-12-10
*
privsep: Add support for priviledge separation
Roy Marples
2019-11-28
*
BPF: Move validation logic from BPF to consumers
Roy Marples
2019-10-11
*
BPF: Ensure packet is big enough for a UDP structure and payload
Roy Marples
2019-10-01
*
Linux: Add support for ARPHRD_NONE
Roy Marples
2019-08-20
*
BSD: Fix compile with prior.
Roy Marples
2019-08-20
*
BPF: Support ARPHRD_NETROM for BOOTP
Roy Marples
2019-08-20
*
IP: Work with IP headers with options.
Roy Marples
2019-07-30
*
DragonFlyBSD: Fix compile
Roy Marples
2019-07-29
*
Add SPDX identifiers to all dhcpcd source files.
Yegor Yefremov
2019-07-04
*
Merge branch 'dhcpcd-7'
Roy Marples
2019-05-04
|
\
|
*
BPF: Fix ARP BPF filter to actually filter unwanted ARP message types
Roy Marples
2019-05-03
*
|
BPF: Set BPF_MCAST flag as on BSD
Roy Marples
2019-04-18
*
|
BPF: Set flag indicate whether the packet was broadcast or not
Roy Marples
2019-04-18
|
/
*
Fix whitespace introduced by my last patch
Roy Marples
2019-02-14
*
build: exit the SUBDIR build loop if an error is detected
Kenny Napier
2019-02-14
*
Welcome to 2019!
Roy Marples
2019-01-01
*
bpf: add braces to clarify intent of sizeof
Roy Marples
2018-05-06
*
bpf: Clarify ip_hl check.
Roy Marples
2018-05-06
*
bpf: BIOCIMMEDIATE argument is an unsigned int.
Roy Marples
2018-05-04
*
Welcome to 2018.
Roy Marples
2018-01-01
*
bpf: store flags in state for a better abort
Roy Marples
2017-10-24
*
Fix compile warning with ARP disabled.
Roy Marples
2017-09-15
*
Persist shared IP address on interfaces.
Roy Marples
2017-08-01
*
Fix a lint issue.
Roy Marples
2017-06-13
*
logerr: errx with logging
Roy Marples
2017-04-09
*
bpf: rewind the buffer on close
Roy Marples
2017-04-04
*
bpf: trim ARP payload in the BPF filter.
Roy Marples
2017-04-04
*
bpf: don't check caplen == datalen
Roy Marples
2017-04-04
*
Work around gcc's limitation of SSP.
Roy Marples
2017-04-03
*
Correct prior to size from hwaddr.
Roy Marples
2017-04-02
*
Don't use a variable length buffer.
Roy Marples
2017-04-02
*
Remove custom logger and output all diagnostics via syslog(3).
Roy Marples
2017-03-24
*
Fix compile with bpf on OpenBSD.
Roy Marples
2017-03-22
*
Move the source files along with dev, crypt and comapt into src dir.
Roy Marples
2017-03-15