summaryrefslogtreecommitdiffstats
path: root/src/bpf.c
Commit message (Expand)AuthorAge
* A belated welcome to 2021Roy Marples2021-01-31
* Clean up some warnings.Sascha Wildner2020-09-24
* Warn if the OS lacks support to lock down BPF or equivalentRoy Marples2020-06-11
* Solaris: Fix compileRoy Marples2020-05-29
* Fix compile for prior on NetBSDRoy Marples2020-05-19
* privsep: Enable Capsicum for all processes.Roy Marples2020-05-19
* ARP: Remove ability to filter specific addressesRoy Marples2020-05-15
* BPF: Set write filters where supportedRoy Marples2020-05-15
* Rename ifp->family -> ifp->hwtype so it's less confusingRoy Marples2020-04-23
* BPF: Return the frame header with the dataRoy Marples2020-02-05
* Welcome to 2020!Roy Marples2020-01-03
* privsep: Enable ARP BPF filtering for interesting addressesRoy Marples2019-12-10
* privsep: Add support for priviledge separationRoy Marples2019-11-28
* BPF: Move validation logic from BPF to consumersRoy Marples2019-10-11
* BPF: Ensure packet is big enough for a UDP structure and payloadRoy Marples2019-10-01
* Linux: Add support for ARPHRD_NONERoy Marples2019-08-20
* BSD: Fix compile with prior.Roy Marples2019-08-20
* BPF: Support ARPHRD_NETROM for BOOTPRoy Marples2019-08-20
* IP: Work with IP headers with options.Roy Marples2019-07-30
* DragonFlyBSD: Fix compileRoy Marples2019-07-29
* Add SPDX identifiers to all dhcpcd source files.Yegor Yefremov2019-07-04
* Merge branch 'dhcpcd-7'Roy Marples2019-05-04
|\
| * BPF: Fix ARP BPF filter to actually filter unwanted ARP message typesRoy Marples2019-05-03
* | BPF: Set BPF_MCAST flag as on BSDRoy Marples2019-04-18
* | BPF: Set flag indicate whether the packet was broadcast or notRoy Marples2019-04-18
|/
* Fix whitespace introduced by my last patchRoy Marples2019-02-14
* build: exit the SUBDIR build loop if an error is detectedKenny Napier2019-02-14
* Welcome to 2019!Roy Marples2019-01-01
* bpf: add braces to clarify intent of sizeofRoy Marples2018-05-06
* bpf: Clarify ip_hl check.Roy Marples2018-05-06
* bpf: BIOCIMMEDIATE argument is an unsigned int.Roy Marples2018-05-04
* Welcome to 2018.Roy Marples2018-01-01
* bpf: store flags in state for a better abortRoy Marples2017-10-24
* Fix compile warning with ARP disabled.Roy Marples2017-09-15
* Persist shared IP address on interfaces.Roy Marples2017-08-01
* Fix a lint issue.Roy Marples2017-06-13
* logerr: errx with loggingRoy Marples2017-04-09
* bpf: rewind the buffer on closeRoy Marples2017-04-04
* bpf: trim ARP payload in the BPF filter.Roy Marples2017-04-04
* bpf: don't check caplen == datalenRoy Marples2017-04-04
* Work around gcc's limitation of SSP.Roy Marples2017-04-03
* Correct prior to size from hwaddr.Roy Marples2017-04-02
* Don't use a variable length buffer.Roy Marples2017-04-02
* Remove custom logger and output all diagnostics via syslog(3).Roy Marples2017-03-24
* Fix compile with bpf on OpenBSD.Roy Marples2017-03-22
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15