Age | Commit message (Expand) | Author |
2022-06-22 | test_bpf: fix incorrect netdev features |  Jian Shen |
2022-04-01 | bpf, tests: Add load store test case for tail call |  Xu Kuohai |
2022-04-01 | bpf, tests: Add tests for BPF_LDX/BPF_STX with different offsets |  Xu Kuohai |
2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 |  Tiezhu Yang |
2021-10-28 | bpf, tests: Add module parameter test_suite to test_bpf module |  Tiezhu Yang |
2021-10-07 | bpf, tests: Add more LD_IMM64 tests |  Johan Almbladh |
2021-10-01 | bpf/tests: Add test of LDX_MEM with operand aliasing |  Johan Almbladh |
2021-10-01 | bpf/tests: Add test of ALU shifts with operand register aliasing |  Johan Almbladh |
2021-10-01 | bpf/tests: Add exhaustive tests of BPF_ATOMIC register combinations |  Johan Almbladh |
2021-10-01 | bpf/tests: Add exhaustive tests of ALU register combinations |  Johan Almbladh |
2021-10-01 | bpf/tests: Minor restructuring of ALU tests |  Johan Almbladh |
2021-10-01 | bpf/tests: Add more tests for ALU and ATOMIC register clobbering |  Johan Almbladh |
2021-10-01 | bpf/tests: Add tests to check source register zero-extension |  Johan Almbladh |
2021-10-01 | bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudes |  Johan Almbladh |
2021-10-01 | bpf/tests: Add zero-extension checks in BPF_ATOMIC tests |  Johan Almbladh |
2021-10-01 | bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizes |  Johan Almbladh |
2021-09-28 | bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM |  Kees Cook |
2021-09-28 | bpf/tests: Add tail call limit test with external function call |  Johan Almbladh |
2021-09-28 | bpf/tests: Fix error in tail call limit tests |  Johan Almbladh |
2021-09-28 | bpf/tests: Add more BPF_END byte order conversion tests |  Johan Almbladh |
2021-09-28 | bpf/tests: Expand branch conversion JIT test |  Johan Almbladh |
2021-09-28 | bpf/tests: Add JMP tests with degenerate conditional |  Johan Almbladh |
2021-09-28 | bpf/tests: Add JMP tests with small offsets |  Johan Almbladh |
2021-09-28 | bpf/tests: Add test case flag for verifier zero-extension |  Johan Almbladh |
2021-09-28 | bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes |  Johan Almbladh |
2021-09-28 | bpf/tests: Add staggered JMP and JMP32 tests |  Johan Almbladh |
2021-09-28 | bpf/tests: Add exhaustive tests of JMP operand magnitudes |  Johan Almbladh |
2021-09-28 | bpf/tests: Add exhaustive tests of ALU operand magnitudes |  Johan Almbladh |
2021-09-28 | bpf/tests: Add exhaustive tests of ALU shift values |  Johan Almbladh |
2021-09-28 | bpf/tests: Reduce memory footprint of test suite |  Johan Almbladh |
2021-09-28 | bpf/tests: Allow different number of runs per test case |  Johan Almbladh |
2021-09-10 | selftests/bpf: Test new __sk_buff field hwtstamp |  Vadim Fedorenko |
2021-08-17 | bpf: Refactor BPF_PROG_RUN into a function |  Andrii Nakryiko |
2021-08-16 | bpf, tests: Fix spelling mistake "shoft" -> "shift" |  Colin Ian King |
2021-08-10 | bpf, tests: Add tail call test suite |  Johan Almbladh |
2021-08-10 | bpf, tests: Add tests for BPF_CMPXCHG |  Johan Almbladh |
2021-08-10 | bpf, tests: Add tests for atomic operations |  Johan Almbladh |
2021-08-10 | bpf, tests: Add test for 32-bit context pointer argument passing |  Johan Almbladh |
2021-08-10 | bpf, tests: Add branch conversion JIT test |  Johan Almbladh |
2021-08-10 | bpf, tests: Add word-order tests for load/store of double words |  Johan Almbladh |
2021-08-10 | bpf, tests: Add tests for ALU operations implemented with function calls |  Johan Almbladh |
2021-08-10 | bpf, tests: Add more ALU64 BPF_MUL tests |  Johan Almbladh |
2021-08-10 | bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64 |  Johan Almbladh |
2021-08-10 | bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH |  Johan Almbladh |
2021-08-10 | bpf, tests: Add more tests of ALU32 and ALU64 bitwise operations |  Johan Almbladh |
2021-08-10 | bpf, tests: Fix typos in test case descriptions |  Johan Almbladh |
2021-08-10 | bpf, tests: Add BPF_MOV tests for zero and sign extension |  Johan Almbladh |
2021-08-10 | bpf, tests: Add BPF_JMP32 test cases |  Johan Almbladh |
2021-07-23 | bpf/tests: Do not PASS tests without actually testing the result |  Johan Almbladh |
2021-07-23 | bpf/tests: Fix copy-and-paste error in double word test |  Johan Almbladh |