Age | Commit message (Expand) | Author |
2022-05-11 | bpf: Prepare prog_test_struct kfuncs for runtime tests | Kumar Kartikeya Dwivedi |
2022-04-25 | selftests/bpf: Add test for strict BTF type check | Kumar Kartikeya Dwivedi |
2022-04-25 | selftests/bpf: Add verifier tests for kptr | Kumar Kartikeya Dwivedi |
2022-04-25 | bpf: Tag argument to be released in bpf_func_proto | Kumar Kartikeya Dwivedi |
2022-03-05 | selftests/bpf: Add tests for kfunc register offset checks | Kumar Kartikeya Dwivedi |
2022-03-05 | bpf: Disallow negative offset in check_ptr_off_reg | Kumar Kartikeya Dwivedi |
2022-03-03 | bpf: Small BPF verifier log improvements | Mykola Lysenko |
2022-02-21 | selftests/bpf: Add test for reg2btf_ids out of bounds access | Kumar Kartikeya Dwivedi |
2022-01-31 | selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads | Jakub Sitnicki |
2022-01-24 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-01-19 | bpf, selftests: Add ringbuf memory type confusion test | Daniel Borkmann |
2022-01-19 | bpf, selftests: Add various ringbuf tests with invalid offset | Daniel Borkmann |
2022-01-18 | selftests/bpf: Extend kfunc selftests | Kumar Kartikeya Dwivedi |
2022-01-06 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-01-05 | bpf, selftests: Add verifier test for mem_or_null register with offset. | Daniel Borkmann |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-17 | bpf, selftests: Fix spelling mistake "tained" -> "tainted" | Colin Ian King |
2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-12-16 | bpf, selftests: Add test case trying to taint map value pointer | Daniel Borkmann |
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 |