summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-24selftests/bpf: Cover listener cloning with progs attached to sockmapJakub Sitnicki
2023-01-24selftests/bpf: Pass BPF skeleton to sockmap_listen ops testsJakub Sitnicki
2023-01-19selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner
2022-12-28selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee
2022-12-28selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov
2022-12-23selftests/bpf: Add host-tools to gitignoreStanislav Fomichev
2022-12-22selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun
2022-12-22selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau
2022-12-14selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen
2022-12-14selftests/bpf: Select CONFIG_FUNCTION_ERROR_INJECTIONSong Liu
2022-12-14selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=nYonghong Song
2022-12-10selftests/bpf: test case for relaxed prunning of active_lock.idEduard Zingerman
2022-12-10selftests/bpf: Add pruning test case for bpf_spin_lockKumar Kartikeya Dwivedi
2022-12-10selftests/bpf: verify states_equal() maintains idmap across all framesEduard Zingerman
2022-12-10selftests/bpf: test cases for regsafe() bug skipping check_id()Eduard Zingerman
2022-12-08selftests/bpf: Add test for dynptr reinit in user_ringbuf callbackKumar Kartikeya Dwivedi
2022-12-08bpf: Rework check_func_arg_reg_offKumar Kartikeya Dwivedi
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi
2022-12-08bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi
2022-12-08selftests/bpf: Bring test_offload.py back to lifeStanislav Fomichev
2022-12-07selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic testerAndrii Nakryiko
2022-12-07selftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko
2022-12-06bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet
2022-12-06selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=yDaan De Meyer
2022-12-06selftests/bpf: Use "is not set" instead of "=n"Daan De Meyer
2022-12-06selftests/bpf: Install all required files to run selftestsDaan De Meyer
2022-12-06selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]Martin KaFai Lau
2022-12-05selftests/bpf: add xfrm_info testsEyal Birger
2022-12-04selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksymJames Hilliard
2022-12-04bpf: Add sleepable prog tests for cgrp local storageYonghong Song
2022-12-04bpf: Do not mark certain LSM hook arguments as trustedYonghong Song
2022-12-04selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song
2022-12-02selftests/bpf: Add GCC compatible builtins to bpf_legacy.hJames Hilliard
2022-12-01selftests/bpf: Validate multiple ref release_on_unlock logicDave Marchevsky
2022-12-01selftests/bpf: Add ingress tests for txmsg with apply_bytesPengcheng Yang
2022-11-30bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov
2022-12-01selftests/bpf: Add bench test to arm64 and s390x denylistDaniel Borkmann
2022-11-30selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ modeAndrii Nakryiko
2022-11-30selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...Martin KaFai Lau
2022-11-30selftests/bpf: Remove serial from tests using {open,close}_netnsMartin KaFai Lau
2022-11-30selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netnsMartin KaFai Lau
2022-11-30selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callersMartin KaFai Lau
2022-11-30selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 testMartin KaFai Lau
2022-11-30selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime testMartin KaFai Lau
2022-11-30selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi...Martin KaFai Lau
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-28Daniel Borkmann says:Jakub Kicinski
2022-11-24selftests/bpf: Add tests for bpf_rcu_read_lock()Yonghong Song