summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-4/+3
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds72-183/+3435
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-02-18selftests/bpf: Add bpf_fib_lookup testMartin KaFai Lau1-0/+22
2023-02-17selftests/bpf: Add global subprog context passing testsAndrii Nakryiko1-0/+104
2023-02-17selftests/bpf: Convert test_global_funcs test to test_loader frameworkAndrii Nakryiko17-26/+140
2023-02-17Fix typos in selftest/bpf filesTaichi Nishimura6-8/+8
2023-02-16selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov1-0/+63
2023-02-16selftests/bpf: Add test case for element reuse in htab mapHou Tao1-0/+19
2023-02-15selftests/bpf: Fix map_kptr test.Alexei Starovoitov1-5/+7
2023-02-14selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param testsJoanne Koong3-11/+41
2023-02-14selftests/bpf: Add rbtree selftestsDave Marchevsky4-0/+599
2023-02-14bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2-39/+63
2023-02-11selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich1-5/+6
2023-02-11selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich1-8/+8
2023-02-03selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi1-0/+269
2023-02-02selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer1-1/+5
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet1-0/+11
2023-01-30selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2-0/+14
2023-01-28selftests/bpf: Fix profiler on s390xIlya Leoshkevich1-24/+38
2023-01-28selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich1-1/+1
2023-01-28selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich1-2/+2
2023-01-28selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich1-1/+7
2023-01-28selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich1-3/+4
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich1-0/+18
2023-01-28selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich1-4/+8
2023-01-26selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.Kui-Feng Lee1-0/+8
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2-11/+35
2023-01-25selftests/bpf: Add selftest suite for cpumask kfuncsDavid Vernet3-0/+666
2023-01-25selftests/bpf: Add nested trust selftests suiteDavid Vernet3-0/+64
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet1-2/+2
2023-01-23selftests/bpf: Add 6-argument syscall tracing testAndrii Nakryiko1-0/+26
2023-01-23selftests/bpf: Validate arch-specific argument registers limitsAndrii Nakryiko2-2/+71
2023-01-23selftests/bpf: Use __failure macro in task kfunc testsuiteDavid Vernet1-0/+18
2023-01-23selftests/bpf: Simple program to dump XDP RX metadataStanislav Fomichev1-0/+81
2023-01-23selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev2-0/+87
2023-01-21selftests/bpf: Add dynptr helper testsKumar Kartikeya Dwivedi1-0/+192
2023-01-21selftests/bpf: Add dynptr partial slot overwrite testsKumar Kartikeya Dwivedi1-0/+66
2023-01-21selftests/bpf: Add dynptr var_off testsKumar Kartikeya Dwivedi1-0/+40
2023-01-21selftests/bpf: Add dynptr pruning testsKumar Kartikeya Dwivedi1-0/+141
2023-01-21selftests/bpf: convenience macro for use with 'asm volatile' blocksEduard Zingerman1-0/+7
2023-01-21bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi1-2/+2
2023-01-21bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi1-3/+3
2023-01-21bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi1-2/+2
2023-01-19selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=mTiezhu Yang1-3/+8
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-1/+1
2023-01-15selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnelZiyang Xuan1-2/+89
2023-01-14selftests/bpf: Fix missing space errorRoberto Valenzuela1-1/+1
2023-01-12selftests/xsk: add test when some packets are XDP_DROPedMagnus Karlsson1-0/+11
2023-01-12selftests/xsk: get rid of built-in XDP programMagnus Karlsson1-0/+19