summaryrefslogtreecommitdiff
path: root/sys/net/bpf_zerocopy.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2019-09-09Change synchonization rules for vm_page reference counting.Mark Johnston
2019-07-08Merge the vm_page hold and wire mechanisms.Mark Johnston
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-09-20In r288122, we changed vm_page_unwire() so that it returns a BooleanAlan Cox
2014-06-16- Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao
2012-08-05After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov
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-12-25Introduce and use a new VM interface for temporarily pinning pages. ThisAlan Cox
2010-05-06Remove page queues locking from all sf_buf_mext()-like functions. The pageAlan Cox
2010-05-04Add page locking to the vm_page_cow* functions.Alan Cox
2010-05-03This is the first step in transitioning responsibility for synchronizingAlan Cox
2010-04-30On Alan's advice, rather than do a wholesale conversion on a singleKip Macy
2009-08-12Always embed pointer to BPF JIT function in BPF descriptorJung-uk Kim
2009-03-07Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE toRobert Watson
2008-07-05Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free bufferChristian S.J. Peron
2008-04-07Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPFRobert Watson
2008-03-26Add a comment explaining that we initialize the 'a' buffer forRobert Watson
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