index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
bpf_zerocopy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
1
-0
/
+1
*
Fix old panic when BPF consumer attaches to destroying interface.
melifaro
2012-05-21
1
-5
/
+5
*
- Improve BPF locking model.
melifaro
2012-04-06
1
-5
/
+5
*
- Fix trivial typo
eadler
2012-01-14
1
-1
/
+1
*
Introduce and use a new VM interface for temporarily pinning pages. This
alc
2010-12-25
1
-6
/
+2
*
Remove page queues locking from all sf_buf_mext()-like functions. The page
alc
2010-05-06
1
-2
/
+0
*
Add page locking to the vm_page_cow* functions.
alc
2010-05-04
1
-2
/
+0
*
This is the first step in transitioning responsibility for synchronizing
alc
2010-05-03
1
-0
/
+2
*
On Alan's advice, rather than do a wholesale conversion on a single
kmacy
2010-04-30
1
-0
/
+2
*
Always embed pointer to BPF JIT function in BPF descriptor
jkim
2009-08-12
1
-1
/
+0
*
Clarify some comments, fix some types, and rename ZBUF_FLAG_IMMUTABLE to
rwatson
2009-03-07
1
-18
/
+18
*
Make sure we are clearing the ZBUF_FLAG_IMMUTABLE any time a free buffer
csjp
2008-07-05
1
-0
/
+18
*
Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPF
rwatson
2008-04-07
1
-4
/
+73
*
Add a comment explaining that we initialize the 'a' buffer for
rwatson
2008-03-26
1
-0
/
+5
*
Fix build with option BPF_JITTER.
jkim
2008-03-24
1
-1
/
+2
*
Introduce support for zero-copy BPF buffering, which reduces the
csjp
2008-03-24
1
-0
/
+510