Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf_mtap_hdr doesn't take a custom copy function argument anymore. | 2019-09-30 | 1 | -10/+2 | |
| | |||||
* | make bpf_mtap_hdr take a const void *, not a caddr_t. | 2019-09-12 | 1 | -3/+3 | |
| | | | | | | | this makes it easier to call at least, and makes it consistent with bpf_tap_hdr. ok stsp@ sashan@ | ||||
* | tweak grammar in RETURN VALUES; | 2018-02-02 | 1 | -4/+5 | |
| | |||||
* | document bpf_tap_hdr | 2018-02-01 | 1 | -7/+33 | |
| | |||||
* | document bpfsattach and bpfsdetach | 2018-01-24 | 1 | -2/+33 | |
| | |||||
* | document bpfattach and bpfdetach. | 2018-01-12 | 1 | -2/+36 | |
| | |||||
* | Fix typo "bfp". | 2016-10-10 | 1 | -5/+5 | |
| | | | | OK dlg@ | ||||
* | bpf_tap() is long dead! Long live bpf_mtap() & friends. | 2016-09-12 | 1 | -7/+2 | |
| | | | | ok natano@ deraadt@ | ||||
* | the bpf_mtap functions take const struct mbuf *s now | 2016-05-10 | 1 | -6/+11 | |
| | |||||
* | tweak previous; | 2016-04-08 | 1 | -3/+3 | |
| | |||||
* | may as well put words around bpf_validate while here | 2016-04-08 | 1 | -2/+18 | |
| | |||||
* | document bpf_filter and bpf_mfilter | 2016-04-08 | 1 | -3/+54 | |
| | |||||
* | all the bpf_mtap functions now return whether to drop the packet or not | 2016-03-29 | 1 | -7/+12 | |
| | |||||
* | tweak previous; | 2016-03-29 | 1 | -5/+5 | |
| | |||||
* | IPL_NET, not IPL_HIGH. | 2016-03-29 | 1 | -2/+2 | |
| | | | | too much reading task_add.9 as a reference | ||||
* | some basic doco for the bpf_mtap family of functions. | 2016-03-29 | 1 | -0/+126 | |
yes yes deraadt@ |