aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/bpf_iter.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test parameterized task BPF iterators.Kui-Feng Lee2022-09-281-21/+261
* selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-101-0/+6
* selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-101-2/+18
* selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
* selftests/bpf: add a ksym iter subtestAlan Maguire2022-07-121-0/+16
* selftests/bpf: Add bpf link iter testDmitrii Dolgov2022-05-101-0/+16
* selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov2022-05-101-154/+88
* selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov2022-05-101-2/+1
* selftests/bpf: Drop duplicate max/min definitionsGeliang Tang2022-04-111-3/+1
* selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu2022-01-241-0/+20
* bpf: Fix the test_task_vma selftest to support output shorter than 1 kBMaxim Mikityanskiy2021-12-031-2/+3
* selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko2021-11-251-4/+4
* selftests/bpf: Free per-cpu values array in bpf_iter selftestAndrii Nakryiko2021-11-071-4/+4
* selftests/bpf: Fix a few compiler warningsYonghong Song2021-09-171-4/+2
* selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima2021-08-151-0/+16
* selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko2021-05-251-17/+14
* bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky2021-04-191-0/+1
* selftests/bpf: Add test for bpf_iter_task_vmaSong Liu2021-02-121-10/+108
* selftests/bpf: Test bpf_sk_storage_get in tcp iteratorsFlorent Revest2020-12-041-2/+16
* selftests/bpf: Add an iterator selftest for bpf_sk_storage_getFlorent Revest2020-12-041-0/+40
* selftests/bpf: Add an iterator selftest for bpf_sk_storage_deleteFlorent Revest2020-12-041-0/+64
* selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen2020-09-291-3/+9
* selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire2020-09-281-0/+74
* selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire2020-09-281-7/+7
* selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song2020-09-021-0/+21
* tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-061-8/+32
* selftests/bpf: Test bpf_iter buffer access with negative offsetYonghong Song2020-07-311-0/+13
* selftests/bpf: Add a test for out of bound rdonly buf accessYonghong Song2020-07-251-0/+22
* selftests/bpf: Add a test for bpf sk_storage_map iteratorYonghong Song2020-07-251-0/+72
* selftests/bpf: Add test for bpf array map iteratorsYonghong Song2020-07-251-0/+161
* selftests/bpf: Add test for bpf hash map iteratorsYonghong Song2020-07-251-0/+187
* selftests/bpf: Add bpf_iter test with bpf_get_task_stack()Song Liu2020-07-011-0/+17
* selftests/bpf: Add tcp/udp iterator programs to selftestsYonghong Song2020-06-241-0/+68
* tools/bpf: selftests: Add bpf_iter selftestsYonghong Song2020-05-091-0/+409