summaryrefslogtreecommitdiff
path: root/lib/test_bpf.c
AgeCommit message (Expand)Author
2021-10-28bpf, tests: Add module parameter test_suite to test_bpf moduleTiezhu Yang
2021-10-07bpf, tests: Add more LD_IMM64 testsJohan Almbladh
2021-10-01bpf/tests: Add test of LDX_MEM with operand aliasingJohan Almbladh
2021-10-01bpf/tests: Add test of ALU shifts with operand register aliasingJohan Almbladh
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinationsJohan Almbladh
2021-10-01bpf/tests: Add exhaustive tests of ALU register combinationsJohan Almbladh
2021-10-01bpf/tests: Minor restructuring of ALU testsJohan Almbladh
2021-10-01bpf/tests: Add more tests for ALU and ATOMIC register clobberingJohan Almbladh
2021-10-01bpf/tests: Add tests to check source register zero-extensionJohan Almbladh
2021-10-01bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudesJohan Almbladh
2021-10-01bpf/tests: Add zero-extension checks in BPF_ATOMIC testsJohan Almbladh
2021-10-01bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizesJohan Almbladh
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook
2021-09-28bpf/tests: Add tail call limit test with external function callJohan Almbladh
2021-09-28bpf/tests: Fix error in tail call limit testsJohan Almbladh
2021-09-28bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh
2021-09-28bpf/tests: Expand branch conversion JIT testJohan Almbladh
2021-09-28bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh
2021-09-28bpf/tests: Add JMP tests with small offsetsJohan Almbladh
2021-09-28bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh
2021-09-28bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh
2021-09-28bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh
2021-09-28bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh
2021-09-28bpf/tests: Reduce memory footprint of test suiteJohan Almbladh
2021-09-28bpf/tests: Allow different number of runs per test caseJohan Almbladh
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-16bpf, tests: Fix spelling mistake "shoft" -> "shift"Colin Ian King
2021-08-10bpf, tests: Add tail call test suiteJohan Almbladh
2021-08-10bpf, tests: Add tests for BPF_CMPXCHGJohan Almbladh
2021-08-10bpf, tests: Add tests for atomic operationsJohan Almbladh
2021-08-10bpf, tests: Add test for 32-bit context pointer argument passingJohan Almbladh
2021-08-10bpf, tests: Add branch conversion JIT testJohan Almbladh
2021-08-10bpf, tests: Add word-order tests for load/store of double wordsJohan Almbladh
2021-08-10bpf, tests: Add tests for ALU operations implemented with function callsJohan Almbladh
2021-08-10bpf, tests: Add more ALU64 BPF_MUL testsJohan Almbladh
2021-08-10bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64Johan Almbladh
2021-08-10bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSHJohan Almbladh
2021-08-10bpf, tests: Add more tests of ALU32 and ALU64 bitwise operationsJohan Almbladh
2021-08-10bpf, tests: Fix typos in test case descriptionsJohan Almbladh
2021-08-10bpf, tests: Add BPF_MOV tests for zero and sign extensionJohan Almbladh
2021-08-10bpf, tests: Add BPF_JMP32 test casesJohan Almbladh
2021-07-23bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh
2021-07-23bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh
2021-07-08lib/test: fix spelling mistakesZhen Lei
2021-01-20test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11Gary Lin
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-07-16bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee