index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_progs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-12
selftests/bpf: watchdog timer for test_progs
Eduard Zingerman
1
-0
/
+6
2024-10-24
selftests/bpf: Create task_local_storage map with invalid uptr's struct
Martin KaFai Lau
1
-0
/
+8
2024-08-23
selftests/bpf: make use of PROCMAP_QUERY ioctl if available
Andrii Nakryiko
1
-0
/
+2
2024-08-15
selftests/bpf: netns_new() and netns_free() helpers.
Kui-Feng Lee
1
-0
/
+4
2024-08-15
selftests/bpf: Add the traffic monitor option to test_progs.
Kui-Feng Lee
1
-0
/
+2
2024-07-30
selftests/bpf: Fix using stdout, stderr as struct field names
Tony Ambardar
1
-4
/
+4
2024-07-29
selftests/bpf: no need to track next_match_pos in struct test_loader
Eduard Zingerman
1
-1
/
+0
2024-07-10
selftests/bpf: Add ASSERT_OK_FD macro
Geliang Tang
1
-0
/
+9
2024-03-06
selftests/bpf: Utility functions to capture libbpf log in test_progs
Eduard Zingerman
1
-0
/
+3
2024-01-29
selftests/bpf: Remove "&>" usage in the selftests
Martin KaFai Lau
1
-1
/
+6
2023-10-04
selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscv
Björn Töpel
1
-0
/
+2
2023-05-16
selftests/bpf: Move test_progs helpers to testing_helpers object
Jiri Olsa
1
-1
/
+0
2023-04-20
selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loader
Eduard Zingerman
1
-0
/
+9
2023-03-31
selftests/bpf: Replace extract_build_id with read_build_id
Jiri Olsa
1
-1
/
+0
2023-03-17
selftests/bpf: Add --json-summary option to test_progs
Manu Bretelle
1
-0
/
+1
2023-03-01
selftests/bpf: Support custom per-test flags and multiple expected messages
Andrii Nakryiko
1
-0
/
+1
2023-02-24
selftests/bpf: move SYS() macro into the test_progs.h
Hangbin Liu
1
-0
/
+15
2023-01-28
selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF
Ilya Leoshkevich
1
-0
/
+2
2022-12-07
selftests/bpf: add generic BPF program tester-loader
Andrii Nakryiko
1
-0
/
+33
2022-09-09
selftests/bpf: Deduplicate write_sysctl() to test_progs.c
YiFei Zhu
1
-0
/
+1
2022-05-20
selftests/bpf: Remove filtered subtests from output
Mykola Lysenko
1
-0
/
+2
2022-04-27
bpf/selftests: Add granular subtest output for prog_test
Mykola Lysenko
1
-8
/
+27
2022-04-26
selftests/bpf: Add libbpf's log fixup logic selftests
Andrii Nakryiko
1
-0
/
+11
2022-04-18
selftests/bpf: Refactor prog_tests logging and test execution
Mykola Lysenko
1
-8
/
+27
2022-04-11
selftests/bpf: Drop duplicate max/min definitions
Geliang Tang
1
-0
/
+1
2022-04-10
selftests/bpf: Improve by-name subtest selection logic in prog_tests
Mykola Lysenko
1
-5
/
+10
2022-04-04
selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64
Ilya Leoshkevich
1
-0
/
+2
2021-10-08
selftests/bpf: Add parallelism to test_progs
Yucong Sun
1
-1
/
+35
2021-10-08
bpf/selftests: Add test for writable bare tracepoint
Hou Tao
1
-0
/
+2
2021-09-13
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
1
-0
/
+2
2021-07-16
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
Alan Maguire
1
-0
/
+12
2021-05-25
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
1
-4
/
+5
2021-04-26
selftests/bpf: Add remaining ASSERT_xxx() variants
Andrii Nakryiko
1
-1
/
+49
2021-04-14
selftests/bpf: Fix the ASSERT_ERR_PTR macro
Florent Revest
1
-1
/
+1
2021-02-26
selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper
Yonghong Song
1
-0
/
+11
2021-01-20
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
1
-1
/
+0
2021-01-12
selftests/bpf: Sync RCU before unloading bpf_testmod
Andrii Nakryiko
1
-0
/
+1
2020-12-03
selftests/bpf: Add bpf_testmod kernel module for testing
Andrii Nakryiko
1
-0
/
+1
2020-11-05
selftests/bpf: Add split BTF basic test
Andrii Nakryiko
1
-0
/
+11
2020-09-29
selftests/bpf: Move and extend ASSERT_xxx() testing macros
Andrii Nakryiko
1
-0
/
+63
2020-08-13
selftest/bpf: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
1
-0
/
+5
2020-07-02
bpf: selftests: Restore netns after each test
Martin KaFai Lau
1
-0
/
+2
2020-07-01
selftests/bpf: Test_progs option for listing test names
Jesper Dangaard Brouer
1
-0
/
+1
2020-07-01
selftests/bpf: Test_progs option for getting number of tests
Jesper Dangaard Brouer
1
-0
/
+1
2020-05-13
selftests/bpf: Extract parse_num_list into generic testing_helpers.c
Andrii Nakryiko
1
-0
/
+1
2020-05-09
selftests/bpf: Move existing common networking parts into network_helpers
Stanislav Fomichev
1
-23
/
+0
2020-04-26
selftests/bpf: Add cls_redirect classifier
Lorenz Bauer
1
-0
/
+7
2020-03-17
selftests/bpf: Reset process and thread affinity after each test/sub-test
Andrii Nakryiko
1
-0
/
+1
2020-03-13
selftests/bpf: Ensure consistent test failure output
Andrii Nakryiko
1
-4
/
+4
2020-01-20
selftests: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
1
-1
/
+1
[next]