aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin2019-06-291-10/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the sleep from the buffer allocation routine.Luiz Otavio O Souza2015-07-311-5/+0
* Changes to resolve races in bpfread() and catchpacket() that, at worst,Guy Helmer2012-12-101-0/+5
* Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...Alexander V. Chernikov2012-05-211-20/+29
* Fix old panic when BPF consumer attaches to destroying interface.Alexander V. Chernikov2012-05-211-3/+3
* - Improve BPF locking model.Alexander V. Chernikov2012-04-061-3/+3
* - Fix trivial typoEitan Adler2012-01-141-1/+1
* o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.Maxim Konovalov2010-11-241-2/+2
* Always embed pointer to BPF JIT function in BPF descriptorJung-uk Kim2009-08-121-1/+0
* Fill in BPF sysctl descriptions.Tom Rhodes2008-07-251-2/+2
* Fix build with option BPF_JITTER.Jung-uk Kim2008-03-241-0/+1
* Introduce support for zero-copy BPF buffering, which reduces theChristian S.J. Peron2008-03-241-0/+210