Age | Commit message (Expand) | Author |
2021-12-14 | bpf, selftests: Update test case for atomic cmpxchg on r0 with pointer | Daniel Borkmann |
2021-12-14 | bpf, selftests: Add test case for atomic fetch on spilled pointer | Daniel Borkmann |
2021-12-13 | selftests/bpf: Add test to access int ptr argument in tracing program | Jiri Olsa |
2021-12-10 | selftests/bpf: Tests for state pruning with u32 spill/fill | Paul Chaignon |
2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-08 | bpf: Add selftests to cover packet access corner cases | Maxim Mikityanskiy |
2021-12-03 | bpf: Fix the off-by-two error in range markings | Maxim Mikityanskiy |
2021-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-11-15 | selftests/bpf: Add tests for restricted helpers | Dmitrii Banshchikov |
2021-11-15 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2021-11-12 | selftests/bpf: Check map in map pruning | Lorenz Bauer |
2021-11-10 | selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookup | Mark Pashmfouroush |
2021-11-03 | selftests/bpf: Verifier test on refill from a smaller spill | Martin KaFai Lau |
2021-11-01 | bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off. | Alexei Starovoitov |
2021-10-25 | selftests/bpf: Use __BYTE_ORDER__ | Ilya Leoshkevich |
2021-10-20 | selftests/bpf: Some more atomic tests | Brendan Jackman |
2021-10-06 | bpf, x64: Save bytes for DIV by reducing reg copies | Jie Meng |
2021-10-05 | bpf: selftests: Add selftests for module kfunc support | Kumar Kartikeya Dwivedi |
2021-09-26 | bpf: selftest: Add verifier tests for <8-byte scalar spill and refill | Martin KaFai Lau |
2021-09-14 | bpf,x64 Emit IMUL instead of MUL for x86-64 | Jie Meng |
2021-09-10 | selftests/bpf: Test new __sk_buff field hwtstamp | Vadim Fedorenko |
2021-08-13 | selftests, bpf: Test that dead ldx_w insns are accepted | Ilya Leoshkevich |
2021-07-16 | bpf, selftests: Add test cases for pointer alu from multiple paths | Daniel Borkmann |
2021-06-14 | bpf, selftests: Adjust few selftest outcomes wrt unreachable code | Daniel Borkmann |
2021-05-25 | bpf, selftests: Adjust few selftest result_unpriv outcomes | Daniel Borkmann |
2021-04-27 | bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds | Daniel Borkmann |
2021-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-04-19 | bpf/selftests: Add bpf_get_task_stack retval bounds verifier test | Dave Marchevsky |
2021-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-16 | bpf: Update selftests to reflect new error states | Daniel Borkmann |
2021-03-26 | bpf: Support bpf program calling kernel function | Martin KaFai Lau |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-17 | bpf, selftests: Fix up some test_verifier cases for unprivileged | Piotr Krysiuk |
2021-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-03-04 | selftests: bpf: Don't run sk_lookup in verifier tests | Lorenz Bauer |
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 |