summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf_zerocopy.c
Commit message (Expand)AuthorAgeFilesLines
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Fix old panic when BPF consumer attaches to destroying interface.melifaro2012-05-211-5/+5
* - Improve BPF locking model.melifaro2012-04-061-5/+5
* - Fix trivial typoeadler2012-01-141-1/+1
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-251-6/+2
* Remove page queues locking from all sf_buf_mext()-like functions. The pagealc2010-05-061-2/+0
* Add page locking to the vm_page_cow* functions.alc2010-05-041-2/+0
* This is the first step in transitioning responsibility for synchronizingalc2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Always embed pointer to BPF JIT function in BPF descriptorjkim2009-08-121-1/+0
* Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE torwatson2009-03-071-18/+18
* Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free buffercsjp2008-07-051-0/+18
* Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPFrwatson2008-04-071-4/+73
* Add a comment explaining that we initialize the 'a' buffer forrwatson2008-03-261-0/+5
* Fix build with option BPF_JITTER.jkim2008-03-241-1/+2
* Introduce support for zero-copy BPF buffering, which reduces thecsjp2008-03-241-0/+510
OpenPOWER on IntegriCloud