summaryrefslogtreecommitdiff
path: root/sys/net/bpf_buffer.c
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2019-06-29Add an external mbuf buffer type that holds multiple unmapped pages.John Baldwin
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2015-07-31Remove the sleep from the buffer allocation routine.Luiz Otavio O Souza
2012-12-10Changes to resolve races in bpfread() and catchpacket() that, at worst,Guy Helmer
2012-05-21Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...Alexander V. Chernikov
2012-05-21Fix old panic when BPF consumer attaches to destroying interface.Alexander V. Chernikov
2012-04-06- Improve BPF locking model.Alexander V. Chernikov
2012-01-14- Fix trivial typoEitan Adler
2010-11-24o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.Maxim Konovalov
2009-08-12Always embed pointer to BPF JIT function in BPF descriptorJung-uk Kim
2008-07-25Fill in BPF sysctl descriptions.Tom Rhodes
2008-03-24Fix build with option BPF_JITTER.Jung-uk Kim
2008-03-24Introduce support for zero-copy BPF buffering, which reduces theChristian S.J. Peron