aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf_zerocopy.c
Commit message (Expand)AuthorAgeFilesLines
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-1/+1
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* Fix old panic when BPF consumer attaches to destroying interface.Alexander V. Chernikov2012-05-211-5/+5
* - Improve BPF locking model.Alexander V. Chernikov2012-04-061-5/+5
* - Fix trivial typoEitan Adler2012-01-141-1/+1
* Introduce and use a new VM interface for temporarily pinning pages. ThisAlan Cox2010-12-251-6/+2
* Remove page queues locking from all sf_buf_mext()-like functions. The pageAlan Cox2010-05-061-2/+0
* Add page locking to the vm_page_cow* functions.Alan Cox2010-05-041-2/+0
* This is the first step in transitioning responsibility for synchronizingAlan Cox2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* Always embed pointer to BPF JIT function in BPF descriptorJung-uk Kim2009-08-121-1/+0
* Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE toRobert Watson2009-03-071-18/+18
* Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free bufferChristian S.J. Peron2008-07-051-0/+18
* Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPFRobert Watson2008-04-071-4/+73
* Add a comment explaining that we initialize the 'a' buffer forRobert Watson2008-03-261-0/+5
* Fix build with option BPF_JITTER.Jung-uk Kim2008-03-241-1/+2
* Introduce support for zero-copy BPF buffering, which reduces theChristian S.J. Peron2008-03-241-0/+510