summaryrefslogtreecommitdiff
path: root/lib/test_bpf.c
Commit message (Expand)AuthorAge
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-20
* test_bpf: Add test to make conditional jump cross a large number of insns.David Daney2017-06-14
* bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov2017-05-31
* test_bpf: Add a couple of tests for BPF_JSGE.David Daney2017-05-25
* test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-05-03
* bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-02
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-02
* bpf, test: fix ld_abs + vlan push/pop stress testDaniel Borkmann2016-10-20
* test_bpf: fix the dummy skb after dissector changesJakub Kicinski2016-09-15
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-16
* lib/test_bpf: Add additional BPF_ADD testsNaveen N. Rao2016-04-06
* lib/test_bpf: Add test to check for result of 32-bit add that overflowsNaveen N. Rao2016-04-06
* lib/test_bpf: Add tests for unsigned BPF_JGTNaveen N. Rao2016-04-06
* lib/test_bpf: Fix JMP_JSET testsNaveen N. Rao2016-04-06
* bpf, test: add couple of test casesDaniel Borkmann2015-12-18
* bpf: add mod default A and X test casesYang Shi2015-11-05
* test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan2015-08-06
* test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan2015-08-06
* test_bpf: add module parameters to filter the tests to run.Nicolas Schichan2015-08-06
* test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan2015-08-06
* test_bpf: allow tests to specify an skb fragment.Nicolas Schichan2015-08-06
* test_bpf: avoid oopsing the kernel when generate_test_data() fails.Nicolas Schichan2015-08-06
* test_bpf: assign type to native eBPF test casesDaniel Borkmann2015-07-30
* test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov2015-07-20
* test_bpf: extend tests for 32-bit endianness conversionXi Wang2015-07-08
* test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann2015-05-27
* test_bpf: add more eBPF jump torture casesDaniel Borkmann2015-05-25
* test_bpf: Add backward jump test caseMichael Holzheu2015-05-22
* test_bpf: fix sparse warningsMichael Holzheu2015-05-14
* test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2015-05-14
* test_bpf: add 173 new testcases for eBPFMichael Holzheu2015-05-12
* test: bpf: extend "load 64-bit immediate" testcaseXi Wang2015-05-11
* test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann2015-04-30
* test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov2014-12-08
* test: bpf: add a testcase reduced from nmapAlexei Starovoitov2014-10-30
* net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov2014-09-22
* net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-09
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-05
* bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2014-08-25
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
* net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-24
* net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov2014-06-11
* net: filter: fix length calculation in BPF testsuiteChema Gonzalez2014-06-02
* net: filter: add test for loading SKF_AD_OFF limitsDaniel Borkmann2014-06-01
* net: filter: add slot overlapping test with fully filled M[]Daniel Borkmann2014-06-01
* net: filter: use block statements in tcpdump testsDaniel Borkmann2014-05-30
* net: filter: test fill/spill of all M[] regsDaniel Borkmann2014-05-30
* net: filter: add test case for jump with holes and ret x variantsDaniel Borkmann2014-05-23
* net: filter: improve test case frameworkDaniel Borkmann2014-05-23
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-23