aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/bpf
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1691-182/+0
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* other: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Clean up and add some test cases for ALU instructions.Jung-uk Kim2016-10-2193-600/+830
* Adjust a test case and make it more jump optimization neutral for JIT case.Jung-uk Kim2010-04-231-1/+1
* Make this test case little bit more interesting.Jung-uk Kim2009-11-231-500/+500
* Correct copyright date in the BPF regression test.Jung-uk Kim2009-11-201-1/+1
* Adjust BPF JIT compiler regression tests to catch up with r199603.Jung-uk Kim2009-11-207-20/+35
* Add a test case for very long BPF program.Jung-uk Kim2009-11-192-1/+1031
* Connect a forgotten test case to Makefile.Jung-uk Kim2008-08-291-1/+1
* Do not pass validatation level since all issues are fixed now.Jung-uk Kim2008-08-291-1/+1
* Merge local copy of bpf_validate() with bpf_filter.c.Jung-uk Kim2008-08-291-11/+14
* Merge bpf_filter.c r182425 and add test cases for jump range checks.Jung-uk Kim2008-08-296-27/+137
* Move comments to the right places.Jung-uk Kim2008-08-281-5/+5
* Merge bpf_filter.c r182412 and remove additional local checks.Jung-uk Kim2008-08-282-53/+23
* Fix style consistencies and a comment.Jung-uk Kim2008-08-2880-449/+449
* Merge bpf_filter.c r182380 and remove additional local checksJung-uk Kim2008-08-281-12/+4
* Add a test case for uninitialized scratch memory (for JIT compiler).Jung-uk Kim2008-08-282-2/+66
* Add a test case for null filter.Jung-uk Kim2008-08-263-11/+35
* Add more test cases for invalid instructions and add commentsJung-uk Kim2008-08-267-9/+232
* Remove some hacks from regression test since bpf_filter.c builds fine now.Jung-uk Kim2008-08-262-9/+8
* Add a trivial bpf filter benchmark.Jung-uk Kim2008-08-252-5/+22
* Use sys/net/bpf_jitter.c instead of rolling our own versionJung-uk Kim2008-08-252-10/+7
* Reflect sys/net/bpf_jitter.h changes to regression test.Jung-uk Kim2008-08-251-17/+7
* Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.Jung-uk Kim2008-08-182-1/+34
* Fix two test cases on 32-bit architectures.Jung-uk Kim2008-08-182-2/+6
* Add simple bpf(9) regression tests and test cases.Jung-uk Kim2008-08-1876-0/+2739