| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-17 | bpf, selftests: Fix spelling mistake "tained" -> "tainted" | Colin Ian King | 1 | -1/+1 |
| 2021-12-16 | bpf, selftests: Add test case trying to taint map value pointer | Daniel Borkmann | 1 | -0/+23 |
| 2021-12-14 | bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer | Daniel Borkmann | 1 | -2/+65 |
| 2021-12-14 | bpf, selftests: Add test case for atomic fetch on spilled pointer | Daniel Borkmann | 2 | -0/+117 |
| 2021-12-10 | selftests/bpf: Tests for state pruning with u32 spill/fill | Paul Chaignon | 2 | -0/+103 |
| 2021-12-08 | bpf: Add selftests to cover packet access corner cases | Maxim Mikityanskiy | 1 | -16/+584 |
| 2021-12-03 | bpf: Fix the off-by-two error in range markings | Maxim Mikityanskiy | 1 | -16/+16 |
| 2021-11-15 | selftests/bpf: Add tests for restricted helpers | Dmitrii Banshchikov | 1 | -0/+196 |
| 2021-11-12 | selftests/bpf: Check map in map pruning | Lorenz Bauer | 1 | -0/+34 |
| 2021-11-03 | selftests/bpf: Verifier test on refill from a smaller spill | Martin KaFai Lau | 1 | -0/+17 |
| 2021-11-01 | bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off. | Alexei Starovoitov | 1 | -1/+1 |
| 2021-10-25 | selftests/bpf: Use __BYTE_ORDER__ | Ilya Leoshkevich | 3 | -11/+11 |
| 2021-10-20 | selftests/bpf: Some more atomic tests | Brendan Jackman | 3 | -0/+120 |
| 2021-10-06 | bpf, x64: Save bytes for DIV by reducing reg copies | Jie Meng | 1 | -0/+47 |
| 2021-10-05 | bpf: selftests: Add selftests for module kfunc support | Kumar Kartikeya Dwivedi | 1 | -0/+23 |
| 2021-09-26 | bpf: selftest: Add verifier tests for <8-byte scalar spill and refill | Martin KaFai Lau | 1 | -0/+161 |
| 2021-09-14 | bpf,x64 Emit IMUL instead of MUL for x86-64 | Jie Meng | 1 | -3/+19 |
| 2021-09-10 | selftests/bpf: Test new __sk_buff field hwtstamp | Vadim Fedorenko | 1 | -0/+60 |
| 2021-08-13 | selftests, bpf: Test that dead ldx_w insns are accepted | Ilya Leoshkevich | 1 | -0/+12 |
| 2021-07-16 | bpf, selftests: Add test cases for pointer alu from multiple paths | Daniel Borkmann | 1 | -0/+229 |
| 2021-06-14 | bpf, selftests: Adjust few selftest outcomes wrt unreachable code | Daniel Borkmann | 7 | -7/+52 |
| 2021-05-25 | bpf, selftests: Adjust few selftest result_unpriv outcomes | Daniel Borkmann | 2 | -10/+0 |
| 2021-04-27 | bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds | Daniel Borkmann | 1 | -1/+1 |
| 2021-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+43 |
| 2021-04-19 | bpf/selftests: Add bpf_get_task_stack retval bounds verifier test | Dave Marchevsky | 1 | -0/+43 |
| 2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -35/+16 |
| 2021-04-16 | bpf: Update selftests to reflect new error states | Daniel Borkmann | 6 | -35/+16 |
| 2021-03-26 | bpf: Support bpf program calling kernel function | Martin KaFai Lau | 2 | -11/+11 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -10/+59 |
| 2021-03-17 | bpf, selftests: Fix up some test_verifier cases for unprivileged | Piotr Krysiuk | 4 | -10/+59 |
| 2021-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
| 2021-03-04 | selftests: bpf: Don't run sk_lookup in verifier tests | Lorenz Bauer | 1 | -0/+1 |
| 2021-03-04 | bpf: Explicitly zero-extend R0 after 32-bit cmpxchg | Brendan Jackman | 2 | -0/+50 |
| 2021-03-02 | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier | Yauheni Kaliuta | 1 | -1/+2 |
| 2021-02-22 | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src | Brendan Jackman | 1 | -0/+23 |
| 2021-02-10 | selftests/bpf: Fix endianness issues in atomic tests | Ilya Leoshkevich | 3 | -3/+3 |
| 2021-02-10 | selftest/bpf: Verifier tests for var-off access | Andrei Matei | 1 | -2/+97 |
| 2021-02-10 | selftest/bpf: Adjust expected verifier errors | Andrei Matei | 9 | -37/+41 |
| 2021-02-02 | bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH | Brendan Jackman | 1 | -0/+27 |
| 2021-01-20 | selftests/bpf: Add verifier tests for x64 jit jump padding | Gary Lin | 1 | -0/+24 |
| 2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+30 |
| 2021-01-14 | bpf: Add tests for new BPF atomic operations | Brendan Jackman | 6 | -0/+479 |
| 2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 7 | -24/+24 |
| 2021-01-13 | selftests/bpf: Add verifier test for PTR_TO_MEM spill | Gilad Reti | 1 | -0/+30 |
| 2020-12-14 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -2/+3 |
| 2020-12-14 | selftests/bpf: Add a test for ptr_to_map_value on stack for helper access | Yonghong Song | 1 | -2/+3 |
| 2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+42 |
| 2020-12-10 | selftests/bpf: Fix array access with signed variable test | Jean-Philippe Brucker | 1 | -1/+1 |
| 2020-12-10 | selftests/bpf: Add test for signed 32-bit bound check bug | Jean-Philippe Brucker | 1 | -0/+41 |
| 2020-11-18 | selftests/bpf: Mark tests that require unaligned memory access | Björn Töpel | 7 | -18/+52 |