| Age | Commit message (Expand) | Author | Lines |
| 2023-04-13 | selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg | Jesper Dangaard Brouer | -12/+23 |
| 2023-04-13 | selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters | Jesper Dangaard Brouer | -16/+24 |
| 2023-04-06 | selftests/bpf: fix xdp_redirect xdp-features selftest for veth driver | Lorenzo Bianconi | -3/+27 |
| 2023-03-13 | Merge branch 'bpf: Allow reads from uninit stack' | Alexei Starovoitov | -135/+194 |
| 2023-03-10 | selftests/bpf: Fix progs/test_deny_namespace.c issues. | Alexei Starovoitov | -6/+4 |
| 2023-03-10 | selftests/bpf: Fix progs/find_vma_fail1.c build error. | Alexei Starovoitov | -0/+1 |
| 2023-03-09 | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | -3/+32 |
| 2023-03-06 | selftests/bpf: check that modifier resolves after pointer | Lorenz Bauer | -0/+28 |
| 2023-03-06 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | -3/+4 |
| 2023-03-01 | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds | -4/+3 |
| 2023-02-22 | selftests/bpf: Tests for uninitialized stack reads | Eduard Zingerman | -0/+96 |
| 2023-02-22 | bpf: Allow reads from uninit stack | Eduard Zingerman | -135/+98 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | -1853/+7206 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -1/+1 |
| 2023-02-17 | selftests/bpf: Add bpf_fib_lookup test | Martin KaFai Lau | -0/+209 |
| 2023-02-17 | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES" | Martin KaFai Lau | -4/+3 |
| 2023-02-17 | selftests/bpf: Add global subprog context passing tests | Andrii Nakryiko | -0/+106 |
| 2023-02-17 | selftests/bpf: Convert test_global_funcs test to test_loader framework | Andrii Nakryiko | -123/+174 |
| 2023-02-16 | Fix typos in selftest/bpf files | Taichi Nishimura | -13/+13 |
| 2023-02-16 | selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | -101/+109 |
| 2023-02-15 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | -3/+4 |
| 2023-02-15 | selftest/bpf/benchs: Add benchmark for hashmap lookups | Anton Protopopov | -1/+354 |
| 2023-02-15 | selftest/bpf/benchs: Print less if the quiet option is set | Anton Protopopov | -2/+4 |
| 2023-02-15 | selftest/bpf/benchs: Make quiet option common | Anton Protopopov | -15/+8 |
| 2023-02-15 | selftest/bpf/benchs: Remove an unused header | Anton Protopopov | -1/+0 |
| 2023-02-15 | selftest/bpf/benchs: Enhance argp parsing | Anton Protopopov | -10/+51 |
| 2023-02-15 | selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update | Anton Protopopov | -1/+1 |
| 2023-02-15 | selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update | Anton Protopopov | -2/+2 |
| 2023-02-15 | selftests/bpf: Add test case for element reuse in htab map | Hou Tao | -0/+120 |
| 2023-02-15 | selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZERO | Eduard Zingerman | -0/+30 |
| 2023-02-15 | selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM | Eduard Zingerman | -0/+37 |
| 2023-02-15 | bpf: track immediate values written to stack by BPF_ST instruction | Eduard Zingerman | -46/+64 |
| 2023-02-15 | selftests/bpf: Fix map_kptr test. | Alexei Starovoitov | -5/+7 |
| 2023-02-15 | selftests/bpf: Cross-compile bpftool | Björn Töpel | -4/+26 |
| 2023-02-13 | selftests/bpf: Clean up dynptr prog_tests | Joanne Koong | -11/+7 |
| 2023-02-13 | selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param tests | Joanne Koong | -197/+58 |
| 2023-02-13 | selftests/bpf: Add rbtree selftests | Dave Marchevsky | -0/+716 |
| 2023-02-13 | bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h | Dave Marchevsky | -0/+24 |
| 2023-02-13 | bpf: Special verifier handling for bpf_rbtree_{remove, first} | Dave Marchevsky | -0/+37 |
| 2023-02-13 | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky | -6/+6 |
| 2023-02-13 | bpf: Migrate release_on_unlock logic to non-owning ref semantics | Dave Marchevsky | -41/+63 |
| 2023-02-13 | selftests/bpf: Fix out-of-srctree build | Ilya Leoshkevich | -2/+0 |
| 2023-02-10 | Daniel Borkmann says: | Jakub Kicinski | -195/+1425 |
| 2023-02-10 | selftests/bpf: Attach to fopen()/fclose() in attach_probe | Ilya Leoshkevich | -10/+11 |
| 2023-02-10 | selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach | Ilya Leoshkevich | -14/+16 |
| 2023-02-10 | selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf | Ilya Leoshkevich | -2/+5 |
| 2023-02-10 | selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGS | Ilya Leoshkevich | -1/+2 |
| 2023-02-10 | selftests/bpf: Quote host tools | Ilya Leoshkevich | -3/+4 |
| 2023-02-06 | selftests/bpf: Fix spelling mistake "detecion" -> "detection" | Colin Ian King | -1/+1 |
| 2023-02-02 | selftests/bpf: introduce XDP compliance test tool | Lorenzo Bianconi | -2/+1105 |