summaryrefslogtreecommitdiffstats
path: root/lib/test_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, test: fix ld_abs + vlan push/pop stress testDaniel Borkmann2016-10-201-1/+1
* test_bpf: fix the dummy skb after dissector changesJakub Kicinski2016-09-151-0/+1
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-1/+4
* lib/test_bpf: Add additional BPF_ADD testsNaveen N. Rao2016-04-061-0/+128
* lib/test_bpf: Add test to check for result of 32-bit add that overflowsNaveen N. Rao2016-04-061-0/+64
* lib/test_bpf: Add tests for unsigned BPF_JGTNaveen N. Rao2016-04-061-0/+29
* lib/test_bpf: Fix JMP_JSET testsNaveen N. Rao2016-04-061-4/+4
* bpf, test: add couple of test casesDaniel Borkmann2015-12-181-0/+120
* bpf: add mod default A and X test casesYang Shi2015-11-051-0/+30
* test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan2015-08-061-0/+158
* test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan2015-08-061-0/+296
* test_bpf: add module parameters to filter the tests to run.Nicolas Schichan2015-08-061-0/+71
* test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan2015-08-061-0/+142
* test_bpf: allow tests to specify an skb fragment.Nicolas Schichan2015-08-061-1/+38
* test_bpf: avoid oopsing the kernel when generate_test_data() fails.Nicolas Schichan2015-08-061-0/+5
* test_bpf: assign type to native eBPF test casesDaniel Borkmann2015-07-301-0/+2
* test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov2015-07-201-3/+95
* test_bpf: extend tests for 32-bit endianness conversionXi Wang2015-07-081-0/+6
* test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann2015-05-271-0/+57
* test_bpf: add more eBPF jump torture casesDaniel Borkmann2015-05-251-0/+67
* test_bpf: Add backward jump test caseMichael Holzheu2015-05-221-0/+16
* test_bpf: fix sparse warningsMichael Holzheu2015-05-141-61/+61
* test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-141-9/+308
* test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-121-0/+2192
* test: bpf: extend "load 64-bit immediate" testcaseXi Wang2015-05-111-1/+2
* test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann2015-04-301-1/+11
* test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov2014-12-081-2/+8
* test: bpf: add a testcase reduced from nmapAlexei Starovoitov2014-10-301-0/+43
* net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov2014-09-221-2/+2
* net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+21
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-1/+1
* bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2014-08-251-0/+38
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-12/+12
* net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-241-2/+2
* net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov2014-06-111-13/+21
* net: filter: fix length calculation in BPF testsuiteChema Gonzalez2014-06-021-5/+16
* net: filter: add test for loading SKF_AD_OFF limitsDaniel Borkmann2014-06-011-0/+22
* net: filter: add slot overlapping test with fully filled M[]Daniel Borkmann2014-06-011-1/+74
* net: filter: use block statements in tcpdump testsDaniel Borkmann2014-05-301-68/+75
* net: filter: test fill/spill of all M[] regsDaniel Borkmann2014-05-301-0/+90
* net: filter: add test case for jump with holes and ret x variantsDaniel Borkmann2014-05-231-0/+94
* net: filter: improve test case frameworkDaniel Borkmann2014-05-231-155/+233
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-1/+1
* lib/test_bpf.c: don't use gcc union shortcutAndrew Morton2014-05-231-52/+52
* net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-211-2/+2
* net: filter: additional BPF testsAlexei Starovoitov2014-05-121-0/+1224
* net: filter: BPF testsuiteAlexei Starovoitov2014-05-121-0/+322