Age | Commit message (Expand) | Author |
2021-03-17 | bpf, selftests: Fix up some test_verifier cases for unprivileged | Piotr Krysiuk |
2021-03-04 | bpf: Explicitly zero-extend R0 after 32-bit cmpxchg | Brendan Jackman |
2021-03-02 | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier | Yauheni Kaliuta |
2021-02-22 | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src | Brendan Jackman |
2021-02-10 | selftests/bpf: Fix endianness issues in atomic tests | Ilya Leoshkevich |
2021-02-10 | selftest/bpf: Verifier tests for var-off access | Andrei Matei |
2021-02-10 | selftest/bpf: Adjust expected verifier errors | Andrei Matei |
2021-02-02 | bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH | Brendan Jackman |
2021-01-20 | selftests/bpf: Add verifier tests for x64 jit jump padding | Gary Lin |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-14 | bpf: Add tests for new BPF atomic operations | Brendan Jackman |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman |
2021-01-13 | selftests/bpf: Add verifier test for PTR_TO_MEM spill | Gilad Reti |
2020-12-14 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2020-12-14 | selftests/bpf: Add a test for ptr_to_map_value on stack for helper access | Yonghong Song |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-12-10 | selftests/bpf: Fix array access with signed variable test | Jean-Philippe Brucker |
2020-12-10 | selftests/bpf: Add test for signed 32-bit bound check bug | Jean-Philippe Brucker |
2020-11-18 | selftests/bpf: Mark tests that require unaligned memory access | Björn Töpel |
2020-11-13 | selftests/bpf: Add asm tests for pkt vs pkt_end comparison. | Alexei Starovoitov |
2020-10-19 | bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked | Martin KaFai Lau |
2020-10-15 | bpf: Fix register equivalence tracking. | Alexei Starovoitov |
2020-10-09 | selftests/bpf: Asm tests for the verifier regalloc tracking. | Alexei Starovoitov |
2020-10-09 | bpf: Propagate scalar ranges through register assignments. | Alexei Starovoitov |
2020-10-06 | selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64 | Hao Luo |
2020-09-25 | bpf: Add AND verifier test case where 32bit and 64bit bounds differ | John Fastabend |
2020-09-25 | bpf: selftest: Add ref_tracking verifier test for bpf_skc casting | Martin KaFai Lau |
2020-09-17 | bpf: Add abnormal return checks. | Alexei Starovoitov |
2020-09-08 | selftests/bpf: Add test for map_ptr arithmetic | Yonghong Song |
2020-08-26 | selftests/bpf: Add verifier tests for xor operation | Yonghong Song |
2020-08-25 | selftests/bpf: Add verifier test for d_path helper | Jiri Olsa |
2020-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-07-17 | selftests/bpf: Add verifier tests for bpf_sk_lookup context access | Jakub Sitnicki |
2020-07-11 | selftests/bpf: Fix cgroup sockopt verifier test | Jean-Philippe Brucker |
2020-06-22 | selftests/bpf: Test access to bpf map pointer | Andrey Ignatov |
2020-06-22 | bpf: Support access to bpf map fields | Andrey Ignatov |
2020-06-19 | tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic | Yonghong Song |
2020-06-02 | bpf, selftests: Use bpf_probe_read_kernel | Ilya Leoshkevich |
2020-06-02 | selftests/bpf: Fix verifier test | Alexei Starovoitov |
2020-06-01 | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-29 | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones | John Fastabend |
2020-05-29 | bpf, selftests: Verifier bounds tests need to be updated | John Fastabend |
2020-05-21 | bpf: Selftests, verifier case for non null pointer map value branch | John Fastabend |
2020-05-21 | bpf: Selftests, verifier case for non null pointer check branch taken | John Fastabend |
2020-05-15 | selftests/bpf: Use CAP_BPF and CAP_PERFMON in tests | Alexei Starovoitov |
2020-04-30 | selftests/bpf: Test allowed maps for bpf_sk_select_reuseport | Jakub Sitnicki |
2020-04-29 | selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed | Jakub Sitnicki |
2020-04-26 | bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT} | Stanislav Fomichev |
2020-04-20 | bpf, selftests: Add test for BPF_STX BPF_B storing R10 | Luke Nelson |