summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/bpf_iter.c
AgeCommit message (Expand)Author
2023-10-19selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.cChuyi Zhou
2023-10-13selftests/bpf: Rename bpf_iter_task_vma.c to bpf_iter_task_vmas.cDave Marchevsky
2023-02-16selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2022-12-28selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee
2022-10-21selftests/bpf: Add write to hashmap to array_map iter testDave Marchevsky
2022-10-13selftests/bpf: Use sys_pidfd_open() helper when possibleHou Tao
2022-10-06selftests/bpf: Add missing bpf_iter_vma_offset__destroy callJiri Olsa
2022-09-28selftests/bpf: Test parameterized task BPF iterators.Kui-Feng Lee
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao
2022-08-10selftests/bpf: Add tests for reading a dangling map iter fdHou Tao
2022-07-12selftests/bpf: add a ksym iter subtestAlan Maguire
2022-05-10selftests/bpf: Add bpf link iter testDmitrii Dolgov
2022-05-10selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov
2022-05-10selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov
2022-04-11selftests/bpf: Drop duplicate max/min definitionsGeliang Tang
2022-01-24selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu
2021-12-03bpf: Fix the test_task_vma selftest to support output shorter than 1 kBMaxim Mikityanskiy
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko
2021-11-07selftests/bpf: Free per-cpu values array in bpf_iter selftestAndrii Nakryiko
2021-09-17selftests/bpf: Fix a few compiler warningsYonghong Song
2021-08-15selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky
2021-02-12selftests/bpf: Add test for bpf_iter_task_vmaSong Liu
2020-12-04selftests/bpf: Test bpf_sk_storage_get in tcp iteratorsFlorent Revest
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_getFlorent Revest
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_deleteFlorent Revest
2020-09-29selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire
2020-09-28selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire
2020-09-02selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song
2020-08-06tools/bpf: Support new uapi for map element bpf iteratorYonghong Song
2020-07-31selftests/bpf: Test bpf_iter buffer access with negative offsetYonghong Song
2020-07-25selftests/bpf: Add a test for out of bound rdonly buf accessYonghong Song
2020-07-25selftests/bpf: Add a test for bpf sk_storage_map iteratorYonghong Song
2020-07-25selftests/bpf: Add test for bpf array map iteratorsYonghong Song
2020-07-25selftests/bpf: Add test for bpf hash map iteratorsYonghong Song
2020-07-01selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu
2020-06-24selftests/bpf: Add tcp/udp iterator programs to selftestsYonghong Song
2020-05-09tools/bpf: selftests: Add bpf_iter selftestsYonghong Song