summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2023-05-11selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attachSong Liu
2023-05-11selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmapSong Liu
2023-05-11selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu
2023-05-11selftests: xsk: Deflakify STATS_RX_DROPPED testKal Conley
2023-05-11selftests: xsk: Disable IPv6 on VETH1Kal Conley
2023-05-11selftests: xsk: Use correct UMEM size in testapp_invalid_descKal Conley
2023-05-11bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky
2023-05-11bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky
2023-05-11bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-05-11selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau
2023-04-20selftests/bpf: Fix progs/find_vma_fail1.c build error.Alexei Starovoitov
2023-04-06libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2023-04-06selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko
2023-04-06libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2023-03-30selftests/bpf: check that modifier resolves after pointerLorenz Bauer
2023-03-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau
2023-03-17bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin
2023-03-10selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich
2023-03-10selftests/bpf: Fix map_kptr test.Alexei Starovoitov
2023-03-10selftests/bpf: Fix out-of-srctree buildIlya Leoshkevich
2023-03-10selftests/bpf: Initialize tc in xdp_synproxyIlya Leoshkevich
2023-03-10selftests/bpf: Fix vmtest static compilation errorDaniel T. Lee
2023-03-10bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi
2023-03-10bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi
2023-03-10selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=mTiezhu Yang
2023-03-10selftests/xsk: print correct error codes when exitingMagnus Karlsson
2023-03-10selftests/xsk: print correct payload for packet dumpMagnus Karlsson
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
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