summaryrefslogtreecommitdiffstats
path: root/lib/test_bpf.c
Commit message (Expand)AuthorAgeFilesLines
* test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_KTiezhu Yang2023-12-091-1/+1
* bpf/tests: Remove duplicate JSGT testsYujie Liu2023-11-301-2/+0
* bpf: Remove test for MOVSX32 with offset=32Puranjay Mohan2023-11-151-16/+0
* bpf/tests: add tests for cpuv4 instructionsPuranjay Mohan2023-09-151-0/+371
* bpf/tests: Enhance output on error and fix typosHelge Deller2023-08-181-5/+7
* lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flagSumitra Sharma2023-06-291-11/+1
* bpf/tests: Use struct_size()Su Hui2023-05-311-2/+1
* net: remove skb->vlan_presentEric Dumazet2022-11-111-1/+0
* test_bpf: fix incorrect netdev featuresJian Shen2022-06-221-2/+2
* bpf, tests: Add load store test case for tail callXu Kuohai2022-04-011-0/+30
* bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsetsXu Kuohai2022-04-011-4/+281
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-2/+2
* bpf, tests: Add module parameter test_suite to test_bpf moduleTiezhu Yang2021-10-281-77/+135
* bpf, tests: Add more LD_IMM64 testsJohan Almbladh2021-10-071-3/+117
* bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh2021-10-011-0/+58
* bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh2021-10-011-13/+149
* bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh2021-10-011-0/+422
* bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh2021-10-011-71/+763
* bpf/tests: Minor restructuring of ALU testsJohan Almbladh2021-10-011-72/+65
* bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh2021-10-011-70/+197
* bpf/tests: Add tests to check source register zero-extensionJohan Almbladh2021-10-011-0/+143
* bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh2021-10-011-1/+503
* bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh2021-10-011-5/+17
* bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh2021-10-011-0/+254
* bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook2021-09-281-1/+1
* bpf/tests: Add tail call limit test with external function callJohan Almbladh2021-09-281-3/+83
* bpf/tests: Fix error in tail call limit testsJohan Almbladh2021-09-281-10/+27
* bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh2021-09-281-0/+122
* bpf/tests: Expand branch conversion JIT testJohan Almbladh2021-09-281-34/+91
* bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh2021-09-281-0/+229
* 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