summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-11-10test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo1-1/+1
2018-05-30bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song1-5/+26
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov6-8/+49
2017-05-14bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2-4/+49
2016-10-20bpf, test: fix ld_abs + vlan push/pop stress testDaniel Borkmann1-1/+1
2016-09-15test_bpf: fix the dummy skb after dissector changesJakub Kicinski1-0/+1
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann8-18/+40
2016-04-06lib/test_bpf: Add additional BPF_ADD testsNaveen N. Rao1-0/+128
2016-04-06lib/test_bpf: Add test to check for result of 32-bit add that overflowsNaveen N. Rao1-0/+64
2016-04-06lib/test_bpf: Add tests for unsigned BPF_JGTNaveen N. Rao1-0/+29
2016-04-06lib/test_bpf: Fix JMP_JSET testsNaveen N. Rao1-4/+4
2015-12-18bpf, test: add couple of test casesDaniel Borkmann1-0/+120
2015-11-05bpf: add mod default A and X test casesYang Shi1-0/+30
2015-08-07test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan1-0/+158
2015-08-07test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan1-0/+296
2015-08-07test_bpf: add module parameters to filter the tests to run.Nicolas Schichan1-0/+71
2015-08-07test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan1-0/+142
2015-08-07test_bpf: allow tests to specify an skb fragment.Nicolas Schichan1-1/+38
2015-08-07test_bpf: avoid oopsing the kernel when generate_test_data() fails.Nicolas Schichan1-0/+5
2015-07-30test_bpf: assign type to native eBPF test casesDaniel Borkmann1-0/+2
2015-07-21test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov3-3/+98
2015-07-08test_bpf: extend tests for 32-bit endianness conversionXi Wang1-0/+6
2015-05-27test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann1-0/+57
2015-05-25test_bpf: add more eBPF jump torture casesDaniel Borkmann1-0/+67
2015-05-22test_bpf: Add backward jump test caseMichael Holzheu1-0/+16
2015-05-15test_bpf: fix sparse warningsMichael Holzheu1-61/+61
2015-05-15test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann2-9/+316
2015-05-13test_bpf: add 173 new testcases for eBPFMichael Holzheu2-0/+2202
2015-05-11test: bpf: extend "load 64-bit immediate" testcaseXi Wang1-1/+2
2015-04-30test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann1-1/+11
2014-12-09test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov1-2/+8
2014-10-30test: bpf: add a testcase reduced from nmapAlexei Starovoitov1-0/+43
2014-09-22net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov1-2/+2
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov5-1/+68
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann11-32/+144
2014-08-26bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2-0/+80
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov21-169/+183
2014-07-25net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov6-39/+39
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov1-13/+21
2014-06-02net: filter: fix length calculation in BPF testsuiteChema Gonzalez1-5/+16
2014-06-02net: filter: add test for loading SKF_AD_OFF limitsDaniel Borkmann1-0/+22
2014-06-02net: filter: add slot overlapping test with fully filled M[]Daniel Borkmann1-1/+74
2014-05-30net: filter: use block statements in tcpdump testsDaniel Borkmann1-68/+75
2014-05-30net: filter: test fill/spill of all M[] regsDaniel Borkmann1-0/+90
2014-05-23net: filter: add test case for jump with holes and ret x variantsDaniel Borkmann1-0/+94
2014-05-23net: filter: improve test case frameworkDaniel Borkmann1-155/+233
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann9-17/+18
2014-05-23lib/test_bpf.c: don't use gcc union shortcutAndrew Morton1-52/+52
2014-05-21net: filter: cleanup invocation of internal BPFAlexei Starovoitov4-26/+34
2014-05-12net: filter: additional BPF testsAlexei Starovoitov1-0/+1224
[next]