summaryrefslogtreecommitdiff
path: root/lib/test_bpf.c
AgeCommit message (Expand)Author
2018-11-04test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo
2018-04-26bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-14test_bpf: Add test to make conditional jump cross a large number of insns.David Daney
2017-05-31bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney
2017-05-03test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven
2017-05-02bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann
2016-10-20bpf, test: fix ld_abs + vlan push/pop stress testDaniel Borkmann
2016-09-15test_bpf: fix the dummy skb after dissector changesJakub Kicinski
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-04-06lib/test_bpf: Add additional BPF_ADD testsNaveen N. Rao
2016-04-06lib/test_bpf: Add test to check for result of 32-bit add that overflowsNaveen N. Rao
2016-04-06lib/test_bpf: Add tests for unsigned BPF_JGTNaveen N. Rao
2016-04-06lib/test_bpf: Fix JMP_JSET testsNaveen N. Rao
2015-12-18bpf, test: add couple of test casesDaniel Borkmann
2015-11-05bpf: add mod default A and X test casesYang Shi
2015-08-06test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan
2015-08-06test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan
2015-08-06test_bpf: add module parameters to filter the tests to run.Nicolas Schichan
2015-08-06test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan
2015-08-06test_bpf: allow tests to specify an skb fragment.Nicolas Schichan
2015-08-06test_bpf: avoid oopsing the kernel when generate_test_data() fails.Nicolas Schichan
2015-07-30test_bpf: assign type to native eBPF test casesDaniel Borkmann
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov
2015-07-08test_bpf: extend tests for 32-bit endianness conversionXi Wang
2015-05-27test_bpf: add similarly conflicting jump test case only for classicDaniel Borkmann
2015-05-25test_bpf: add more eBPF jump torture casesDaniel Borkmann
2015-05-22test_bpf: Add backward jump test caseMichael Holzheu
2015-05-14test_bpf: fix sparse warningsMichael Holzheu
2015-05-14test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu
2015-05-11test: bpf: extend "load 64-bit immediate" testcaseXi Wang
2015-04-30test_bpf: indicate whether bpf prog got jited in test suiteDaniel Borkmann
2014-12-08test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov
2014-10-30test: bpf: add a testcase reduced from nmapAlexei Starovoitov
2014-09-22net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-06-11net: filter: fix nlattr and nlattr_nest BPF testsAlexei Starovoitov
2014-06-02net: filter: fix length calculation in BPF testsuiteChema Gonzalez
2014-06-01net: filter: add test for loading SKF_AD_OFF limitsDaniel Borkmann
2014-06-01net: filter: add slot overlapping test with fully filled M[]Daniel Borkmann
2014-05-30net: filter: use block statements in tcpdump testsDaniel Borkmann