aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bpf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-6/+8
2018-09-27bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu1-0/+1
2018-06-28test_bpf: flag tests that cannot be jited on s390Kleber Sacilotto de Souza1-0/+20
2018-06-03bpf: add also cbpf long jump test cases with heavy expansionDaniel Borkmann1-0/+63
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann1-212/+358
2018-03-29test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()Dan Carpenter1-1/+1
2018-03-25net: bpf: add a test for skb_segment in test_bpf moduleYonghong Song1-2/+91
2018-03-20test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo1-1/+1
2018-02-28test_bpf: reduce MAX_TESTRUNSEric Dumazet1-1/+1
2018-02-26test_bpf: add a schedule pointEric Dumazet1-0/+2
2018-02-05bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song1-5/+26
2018-01-26bpf: add further test cases around div/mod and othersDaniel Borkmann1-2/+6
2018-01-19bpf: add couple of test cases for signed extended immsDaniel Borkmann1-0/+104
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov1-4/+7
2017-12-15bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann1-0/+43
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-0/+364
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-1/+1
2017-06-14test_bpf: Add test to make conditional jump cross a large number of insns.David Daney1-0/+32
2017-05-31bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov1-1/+24
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney1-0/+38
2017-05-03test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven1-5/+5
2017-05-02bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann1-0/+45
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann1-0/+105
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 Borkmann1-1/+4
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-06test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan1-0/+158
2015-08-06test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan1-0/+296
2015-08-06test_bpf: add module parameters to filter the tests to run.Nicolas Schichan1-0/+71
2015-08-06test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan1-0/+142
2015-08-06test_bpf: allow tests to specify an skb fragment.Nicolas Schichan1-1/+38
2015-08-06test_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-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov1-3/+95
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-14test_bpf: fix sparse warningsMichael Holzheu1-61/+61
2015-05-14test_bpf: add tests related to BPF_MAXINSNSDaniel Borkmann1-9/+308
2015-05-12test_bpf: add 173 new testcases for eBPFMichael Holzheu1-0/+2192
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-08test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov1-2/+8