summaryrefslogtreecommitdiffstats
path: root/lib/test_bpf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf/tests: Add JMP tests with small offsetsJohan Almbladh2021-09-281-0/+71
* bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh2021-09-281-0/+3
* bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh2021-09-281-0/+63
* bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh2021-09-281-0/+829
* bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh2021-09-281-0/+779
* bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh2021-09-281-0/+772
* bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh2021-09-281-0/+260
* bpf/tests: Reduce memory footprint of test suiteJohan Almbladh2021-09-281-14/+12
* bpf/tests: Allow different number of runs per test caseJohan Almbladh2021-09-281-0/+4
* selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko2021-09-101-0/+1
* bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
* bpf, tests: Fix spelling mistake "shoft" -> "shift"Colin Ian King2021-08-161-1/+1
* bpf, tests: Add tail call test suiteJohan Almbladh2021-08-101-0/+248
* bpf, tests: Add tests for BPF_CMPXCHGJohan Almbladh2021-08-101-0/+166
* bpf, tests: Add tests for atomic operationsJohan Almbladh2021-08-101-86/+166
* bpf, tests: Add test for 32-bit context pointer argument passingJohan Almbladh2021-08-101-0/+16
* bpf, tests: Add branch conversion JIT testJohan Almbladh2021-08-101-0/+43
* bpf, tests: Add word-order tests for load/store of double wordsJohan Almbladh2021-08-101-0/+36
* bpf, tests: Add tests for ALU operations implemented with function callsJohan Almbladh2021-08-101-0/+141
* bpf, tests: Add more ALU64 BPF_MUL testsJohan Almbladh2021-08-101-0/+48
* bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64Johan Almbladh2021-08-101-2/+542
* bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSHJohan Almbladh2021-08-101-0/+102
* bpf, tests: Add more tests of ALU32 and ALU64 bitwise operationsJohan Almbladh2021-08-101-0/+210
* bpf, tests: Fix typos in test case descriptionsJohan Almbladh2021-08-101-4/+4
* bpf, tests: Add BPF_MOV tests for zero and sign extensionJohan Almbladh2021-08-101-0/+84
* bpf, tests: Add BPF_JMP32 test casesJohan Almbladh2021-08-101-0/+511
* bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh2021-07-241-1/+8
* bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh2021-07-241-2/+2
* lib/test: fix spelling mistakesZhen Lei2021-07-081-1/+1
* 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-151-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-251-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-171-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-041-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-271-2/+6