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
/
tools
/
regression
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust a test case and make it more jump optimization neutral for JIT case.
jkim
2010-04-23
1
-1
/
+1
*
Make this test case little bit more interesting.
jkim
2009-11-23
1
-500
/
+500
*
Correct copyright date in the BPF regression test.
jkim
2009-11-20
1
-1
/
+1
*
Adjust BPF JIT compiler regression tests to catch up with r199603.
jkim
2009-11-20
7
-20
/
+35
*
Add a test case for very long BPF program.
jkim
2009-11-19
2
-1
/
+1031
*
Connect a forgotten test case to Makefile.
jkim
2008-08-29
1
-1
/
+1
*
Do not pass validatation level since all issues are fixed now.
jkim
2008-08-29
1
-1
/
+1
*
Merge local copy of bpf_validate() with bpf_filter.c.
jkim
2008-08-29
1
-11
/
+14
*
Merge bpf_filter.c r182425 and add test cases for jump range checks.
jkim
2008-08-29
6
-27
/
+137
*
Move comments to the right places.
jkim
2008-08-28
1
-5
/
+5
*
Merge bpf_filter.c r182412 and remove additional local checks.
jkim
2008-08-28
2
-53
/
+23
*
Fix style consistencies and a comment.
jkim
2008-08-28
80
-449
/
+449
*
Merge bpf_filter.c r182380 and remove additional local checks
jkim
2008-08-28
1
-12
/
+4
*
Add a test case for uninitialized scratch memory (for JIT compiler).
jkim
2008-08-28
2
-2
/
+66
*
Add a test case for null filter.
jkim
2008-08-26
3
-11
/
+35
*
Add more test cases for invalid instructions and add comments
jkim
2008-08-26
7
-9
/
+232
*
Remove some hacks from regression test since bpf_filter.c builds fine now.
jkim
2008-08-26
2
-9
/
+8
*
Add a trivial bpf filter benchmark.
jkim
2008-08-25
2
-5
/
+22
*
Use sys/net/bpf_jitter.c instead of rolling our own version
jkim
2008-08-25
2
-10
/
+7
*
Reflect sys/net/bpf_jitter.h changes to regression test.
jkim
2008-08-25
1
-17
/
+7
*
Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.
jkim
2008-08-18
2
-1
/
+34
*
Fix two test cases on 32-bit architectures.
jkim
2008-08-18
2
-2
/
+6
*
Add simple bpf(9) regression tests and test cases.
jkim
2008-08-18
76
-0
/
+2739