summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2023-03-13Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov
2023-03-10selftests/bpf: Fix progs/test_deny_namespace.c issues.Alexei Starovoitov
2023-03-10selftests/bpf: Fix progs/find_vma_fail1.c build error.Alexei Starovoitov
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-02-22selftests/bpf: Tests for uninitialized stack readsEduard Zingerman
2023-02-22bpf: Allow reads from uninit stackEduard Zingerman
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-17selftests/bpf: Add bpf_fib_lookup testMartin KaFai Lau
2023-02-17selftests/bpf: Add global subprog context passing testsAndrii Nakryiko
2023-02-17selftests/bpf: Convert test_global_funcs test to test_loader frameworkAndrii Nakryiko
2023-02-16Fix typos in selftest/bpf filesTaichi Nishimura
2023-02-15selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov
2023-02-15selftests/bpf: Add test case for element reuse in htab mapHou Tao
2023-02-15selftests/bpf: Fix map_kptr test.Alexei Starovoitov
2023-02-13selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param testsJoanne Koong
2023-02-13selftests/bpf: Add rbtree selftestsDave Marchevsky
2023-02-13bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-02-10selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich
2023-02-10selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich
2023-02-02selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi
2023-02-02selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet
2023-01-29selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix profiler on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich
2023-01-28selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich
2023-01-25selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.Kui-Feng Lee
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet
2023-01-25selftests/bpf: Add selftest suite for cpumask kfuncsDavid Vernet
2023-01-25selftests/bpf: Add nested trust selftests suiteDavid Vernet
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet
2023-01-23selftests/bpf: Add 6-argument syscall tracing testAndrii Nakryiko
2023-01-23selftests/bpf: Validate arch-specific argument registers limitsAndrii Nakryiko
2023-01-23selftests/bpf: Use __failure macro in task kfunc testsuiteDavid Vernet
2023-01-23selftests/bpf: Simple program to dump XDP RX metadataStanislav Fomichev
2023-01-23selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev
2023-01-20selftests/bpf: Add dynptr helper testsKumar Kartikeya Dwivedi
2023-01-20selftests/bpf: Add dynptr partial slot overwrite testsKumar Kartikeya Dwivedi
2023-01-20selftests/bpf: Add dynptr var_off testsKumar Kartikeya Dwivedi
2023-01-20selftests/bpf: Add dynptr pruning testsKumar Kartikeya Dwivedi
2023-01-20selftests/bpf: convenience macro for use with 'asm volatile' blocksEduard Zingerman
2023-01-20bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi
2023-01-20bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi
2023-01-18selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=mTiezhu Yang