summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r286140:loos2015-08-171-5/+0
* Changes to resolve races in bpfread() and catchpacket() that, at worst,ghelmer2012-12-101-0/+5
* Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...melifaro2012-05-211-20/+29
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-211-3/+3
* - Improve BPF locking model.melifaro2012-04-061-3/+3
* - Fix trivial typoeadler2012-01-141-1/+1
* o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.maxim2010-11-241-2/+2
* Always embed pointer to BPF JIT function in BPF descriptorjkim2009-08-121-1/+0
* Fill in BPF sysctl descriptions.trhodes2008-07-251-2/+2
* Fix build with option BPF_JITTER.jkim2008-03-241-0/+1
* Introduce support for zero-copy BPF buffering, which reduces thecsjp2008-03-241-0/+210
OpenPOWER on IntegriCloud