index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
prog_tests
/
bpf_iter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Test parameterized task BPF iterators.
Kui-Feng Lee
2022-09-28
1
-21
/
+261
*
selftests/bpf: Ensure sleepable program is rejected by hash map iter
Hou Tao
2022-08-10
1
-0
/
+6
*
selftests/bpf: Add write tests for sk local storage map iterator
Hou Tao
2022-08-10
1
-2
/
+18
*
selftests/bpf: Add tests for reading a dangling map iter fd
Hou Tao
2022-08-10
1
-0
/
+92
*
selftests/bpf: add a ksym iter subtest
Alan Maguire
2022-07-12
1
-0
/
+16
*
selftests/bpf: Add bpf link iter test
Dmitrii Dolgov
2022-05-10
1
-0
/
+16
*
selftests/bpf: Use ASSERT_* instead of CHECK
Dmitrii Dolgov
2022-05-10
1
-154
/
+88
*
selftests/bpf: Fix result check for test_bpf_hash_map
Dmitrii Dolgov
2022-05-10
1
-2
/
+1
*
selftests/bpf: Drop duplicate max/min definitions
Geliang Tang
2022-04-11
1
-3
/
+1
*
selftests/bpf: Add test for sleepable bpf iterator programs
Kenny Yu
2022-01-24
1
-0
/
+20
*
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
2021-12-03
1
-2
/
+3
*
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
2021-11-25
1
-4
/
+4
*
selftests/bpf: Free per-cpu values array in bpf_iter selftest
Andrii Nakryiko
2021-11-07
1
-4
/
+4
*
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2021-09-17
1
-4
/
+2
*
selftest/bpf: Implement sample UNIX domain socket iterator program.
Kuniyuki Iwashima
2021-08-15
1
-0
/
+16
*
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
2021-05-25
1
-17
/
+14
*
bpf/selftests: Add bpf_get_task_stack retval bounds test_prog
Dave Marchevsky
2021-04-19
1
-0
/
+1
*
selftests/bpf: Add test for bpf_iter_task_vma
Song Liu
2021-02-12
1
-10
/
+108
*
selftests/bpf: Test bpf_sk_storage_get in tcp iterators
Florent Revest
2020-12-04
1
-2
/
+16
*
selftests/bpf: Add an iterator selftest for bpf_sk_storage_get
Florent Revest
2020-12-04
1
-0
/
+40
*
selftests/bpf: Add an iterator selftest for bpf_sk_storage_delete
Florent Revest
2020-12-04
1
-0
/
+64
*
selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_id
Toke Høiland-Jørgensen
2020-09-29
1
-3
/
+9
*
selftests/bpf: Add test for bpf_seq_printf_btf helper
Alan Maguire
2020-09-28
1
-0
/
+74
*
selftests/bpf: Fix overflow tests to reflect iter size increase
Alan Maguire
2020-09-28
1
-7
/
+7
*
selftests/bpf: Test task_file iterator without visiting pthreads
Yonghong Song
2020-09-02
1
-0
/
+21
*
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-08-06
1
-8
/
+32
*
selftests/bpf: Test bpf_iter buffer access with negative offset
Yonghong Song
2020-07-31
1
-0
/
+13
*
selftests/bpf: Add a test for out of bound rdonly buf access
Yonghong Song
2020-07-25
1
-0
/
+22
*
selftests/bpf: Add a test for bpf sk_storage_map iterator
Yonghong Song
2020-07-25
1
-0
/
+72
*
selftests/bpf: Add test for bpf array map iterators
Yonghong Song
2020-07-25
1
-0
/
+161
*
selftests/bpf: Add test for bpf hash map iterators
Yonghong Song
2020-07-25
1
-0
/
+187
*
selftests/bpf: Add bpf_iter test with bpf_get_task_stack()
Song Liu
2020-07-01
1
-0
/
+17
*
selftests/bpf: Add tcp/udp iterator programs to selftests
Yonghong Song
2020-06-24
1
-0
/
+68
*
tools/bpf: selftests: Add bpf_iter selftests
Yonghong Song
2020-05-09
1
-0
/
+409