summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Cover listener cloning with progs attached to sockmapJakub Sitnicki2023-01-241-2/+28
* selftests/bpf: Pass BPF skeleton to sockmap_listen ops testsJakub Sitnicki2023-01-241-18/+37
* selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman2023-01-191-0/+36
* selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee2022-12-281-0/+73
* selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov2022-12-281-1/+1
* selftests/bpf: Add host-tools to gitignoreStanislav Fomichev2022-12-231-0/+1
* selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2022-12-222-0/+51
* selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau2022-12-224-0/+160
* selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-142-0/+72
* selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu2022-12-141-0/+1
* selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song2022-12-142-5/+5
* selftests/bpf: test case for relaxed prunning of active_lock.idEduard Zingerman2022-12-101-0/+75
* selftests/bpf: Add pruning test case for bpf_spin_lockKumar Kartikeya Dwivedi2022-12-101-0/+39
* selftests/bpf: verify states_equal() maintains idmap across all framesEduard Zingerman2022-12-101-0/+82
* selftests/bpf: test cases for regsafe() bug skipping check_id()Eduard Zingerman2022-12-102-0/+103
* selftests/bpf: Add test for dynptr reinit in user_ringbuf callbackKumar Kartikeya Dwivedi2022-12-082-8/+45
* bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi2022-12-082-2/+2
* bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-2/+2
* bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-082-17/+2
* selftests/bpf: Bring test_offload.py back to lifeStanislav Fomichev2022-12-081-3/+5
* selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic testerAndrii Nakryiko2022-12-075-155/+64
* selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko2022-12-074-1/+272
* bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet2022-12-062-2/+12
* selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=yDaan De Meyer2022-12-061-1/+1
* selftests/bpf: Use "is not set" instead of "=n"Daan De Meyer2022-12-061-1/+1
* selftests/bpf: Install all required files to run selftestsDaan De Meyer2022-12-061-2/+4
* selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]Martin KaFai Lau2022-12-061-4/+9
* selftests/bpf: add xfrm_info testsEyal Birger2022-12-055-0/+403
* selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksymJames Hilliard2022-12-041-3/+3
* bpf: Add sleepable prog tests for cgrp local storageYonghong Song2022-12-042-0/+174
* bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-042-0/+12
* selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song2022-12-041-10/+45
* selftests/bpf: Add GCC compatible builtins to bpf_legacy.hJames Hilliard2022-12-021-6/+13
* selftests/bpf: Validate multiple ref release_on_unlock logicDave Marchevsky2022-12-011-1/+16
* selftests/bpf: Add ingress tests for txmsg with apply_bytesPengcheng Yang2022-12-011-0/+18
* bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov2022-11-302-4/+5
* selftests/bpf: Add bench test to arm64 and s390x denylistDaniel Borkmann2022-12-012-0/+2
* selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ modeAndrii Nakryiko2022-11-301-3/+10
* selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...Martin KaFai Lau2022-11-301-15/+10
* selftests/bpf: Remove serial from tests using {open,close}_netnsMartin KaFai Lau2022-11-305-5/+5
* selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netnsMartin KaFai Lau2022-11-301-46/+5
* selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callersMartin KaFai Lau2022-11-301-56/+27
* selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 testMartin KaFai Lau2022-11-301-20/+12
* selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime testMartin KaFai Lau2022-11-301-49/+100
* selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi...Martin KaFai Lau2022-11-301-28/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-292-20/+24
|\
| * selftests/bpf: Make test_bench_attach serialJiri Olsa2022-11-211-3/+1
| * selftests/bpf: Filter out default_idle from kprobe_multi benchJiri Olsa2022-11-211-1/+3
| * bpf: Set and check spin lock value in sk_storage_map_testXu Kuohai2022-11-211-16/+20
* | Daniel Borkmann says:Jakub Kicinski2022-11-2844-68/+4736
|\ \