summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-133-24/+31
|\
| * selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer2023-04-133-11/+12
| * selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersJesper Dangaard Brouer2023-04-131-15/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-242-6/+5
|\|
| * Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov2023-03-132-4/+91
| |\
| * | selftests/bpf: Fix progs/test_deny_namespace.c issues.Alexei Starovoitov2023-03-101-6/+4
| * | selftests/bpf: Fix progs/find_vma_fail1.c build error.Alexei Starovoitov2023-03-101-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-091-4/+3
|\| |
| * | capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-4/+3
* | | selftests/bpf: Add test for legacy/perf kprobe/uprobe attach modeMenglong Dong2023-03-062-32/+53
* | | selftests/bpf: Split test_attach_probe into multi subtestsMenglong Dong2023-03-062-11/+35
* | | bpf: Refactor RCU enforcement in the verifier.Alexei Starovoitov2023-03-034-7/+7
* | | selftests/bpf: Tweak cgroup kfunc test.Alexei Starovoitov2023-03-031-1/+11
* | | selftests/bpf: Add a test case for kptr_rcu.Alexei Starovoitov2023-03-031-0/+12
* | | bpf: Introduce kptr_rcu.Alexei Starovoitov2023-03-032-3/+3
* | | bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov2023-03-038-11/+11
* | | selftests/bpf: Add absolute timer testTero Kristo2023-03-021-0/+45
* | | selftests/bpf: Add -Wuninitialized flag to bpf prog flagsDave Marchevsky2023-03-025-10/+13
* | | selftests/bpf: Support custom per-test flags and multiple expected messagesAndrii Nakryiko2023-03-011-0/+23
* | | selftests/bpf: Add more tests for kptrs in mapsKumar Kartikeya Dwivedi2023-03-012-42/+338
* | | selftests/bpf: tests for using dynptrs to parse skb and xdp buffersJoanne Koong2023-03-017-5/+2294
* | | selftests/bpf: Fix compilation errors: Assign a value to a constantRong Tao2023-02-271-1/+1
* | | selftests/bpf: Use __NR_prlimit64 instead of __NR_getrlimit in user_ringbuf testTiezhu Yang2023-02-271-1/+1
* | | selftests/bpf: Add a test case for bpf_cgroup_from_id()Tejun Heo2023-02-232-0/+43
* | | selftests/bpf: Fix BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL for empty flow labelStanislav Fomichev2023-02-221-1/+1
| |/ |/|
* | selftests/bpf: Tests for uninitialized stack readsEduard Zingerman2023-02-221-0/+87
* | bpf: Allow reads from uninit stackEduard Zingerman2023-02-221-4/+4
|/
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2172-183/+3435
|\
| * selftests/bpf: Add bpf_fib_lookup testMartin KaFai Lau2023-02-171-0/+22
| * selftests/bpf: Add global subprog context passing testsAndrii Nakryiko2023-02-171-0/+104
| * selftests/bpf: Convert test_global_funcs test to test_loader frameworkAndrii Nakryiko2023-02-1717-26/+140
| * Fix typos in selftest/bpf filesTaichi Nishimura2023-02-166-8/+8
| * selftest/bpf/benchs: Add benchmark for hashmap lookupsAnton Protopopov2023-02-151-0/+63
| * selftests/bpf: Add test case for element reuse in htab mapHou Tao2023-02-151-0/+19
| * selftests/bpf: Fix map_kptr test.Alexei Starovoitov2023-02-151-5/+7
| * selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param testsJoanne Koong2023-02-133-11/+41
| * selftests/bpf: Add rbtree selftestsDave Marchevsky2023-02-134-0/+599
| * bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-132-39/+63
| * selftests/bpf: Attach to fopen()/fclose() in attach_probeIlya Leoshkevich2023-02-101-5/+6
| * selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattachIlya Leoshkevich2023-02-101-8/+8
| * selftests/bpf: introduce XDP compliance test toolLorenzo Bianconi2023-02-021-0/+269
| * selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPPJesper Dangaard Brouer2023-02-021-1/+5
| * selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2023-02-021-0/+11
| * selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2023-01-292-0/+14
| * selftests/bpf: Fix profiler on s390xIlya Leoshkevich2023-01-281-24/+38
| * selftests/bpf: Fix xdp_synproxy/tc on s390xIlya Leoshkevich2023-01-281-1/+1
| * selftests/bpf: Fix vmlinux test on s390xIlya Leoshkevich2023-01-281-2/+2
| * selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich2023-01-281-1/+7
| * selftests/bpf: Fix test_lsm on s390xIlya Leoshkevich2023-01-281-3/+4
| * selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2023-01-281-0/+18