summaryrefslogtreecommitdiffstats
path: root/lib/test_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11Gary Lin2021-01-201-6/+1
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-7/+7
* bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee2020-07-161-20/+0
* bpf/tests: Use migrate disable instead of preempt disableDavid Miller2020-02-241-2/+2
* bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani2019-10-301-0/+63
* bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani2019-10-301-10/+41
* test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor2019-08-201-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell2019-02-251-0/+2
* net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-6/+8
* bpf: test_bpf: add init_net to dev for flow_dissectorSong Liu2018-09-271-0/+1
* test_bpf: flag tests that cannot be jited on s390Kleber Sacilotto de Souza2018-06-281-0/+20
* bpf: add also cbpf long jump test cases with heavy expansionDaniel Borkmann2018-06-031-0/+63
* bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-212/+358
* test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()Dan Carpenter2018-03-291-1/+1
* net: bpf: add a test for skb_segment in test_bpf moduleYonghong Song2018-03-251-2/+91
* test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo2018-03-201-1/+1
* test_bpf: reduce MAX_TESTRUNSEric Dumazet2018-02-281-1/+1
* test_bpf: add a schedule pointEric Dumazet2018-02-261-0/+2
* bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song2018-02-051-5/+26
* bpf: add further test cases around div/mod and othersDaniel Borkmann2018-01-261-2/+6
* bpf: add couple of test cases for signed extended immsDaniel Borkmann2018-01-191-0/+104
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-4/+7
* bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+43
* bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-0/+364
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-1/+1
* test_bpf: Add test to make conditional jump cross a large number of insns.David Daney2017-06-141-0/+32
* bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov2017-05-311-1/+24
* test_bpf: Add a couple of tests for BPF_JSGE.David Daney2017-05-251-0/+38
* test_bpf: Use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-05-031-5/+5
* bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-021-0/+45
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-021-0/+105
* 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