index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
test_progs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Add parallelism to test_progs
Yucong Sun
2021-10-08
1
-1
/
+35
*
bpf/selftests: Add test for writable bare tracepoint
Hou Tao
2021-10-08
1
-0
/
+2
*
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
2021-09-13
1
-0
/
+2
*
selftests/bpf: Add ASSERT_STRNEQ() variant for test_progs
Alan Maguire
2021-07-16
1
-0
/
+12
*
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
2021-05-26
1
-4
/
+5
*
selftests/bpf: Add remaining ASSERT_xxx() variants
Andrii Nakryiko
2021-04-27
1
-1
/
+49
*
selftests/bpf: Fix the ASSERT_ERR_PTR macro
Florent Revest
2021-04-15
1
-1
/
+1
*
selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+11
*
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
2021-01-20
1
-1
/
+0
*
selftests/bpf: Sync RCU before unloading bpf_testmod
Andrii Nakryiko
2021-01-13
1
-0
/
+1
*
selftests/bpf: Add bpf_testmod kernel module for testing
Andrii Nakryiko
2020-12-04
1
-0
/
+1
*
selftests/bpf: Add split BTF basic test
Andrii Nakryiko
2020-11-06
1
-0
/
+11
*
selftests/bpf: Move and extend ASSERT_xxx() testing macros
Andrii Nakryiko
2020-09-29
1
-0
/
+63
*
selftest/bpf: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
2020-08-14
1
-0
/
+5
*
bpf: selftests: Restore netns after each test
Martin KaFai Lau
2020-07-02
1
-0
/
+2
*
selftests/bpf: Test_progs option for listing test names
Jesper Dangaard Brouer
2020-07-02
1
-0
/
+1
*
selftests/bpf: Test_progs option for getting number of tests
Jesper Dangaard Brouer
2020-07-02
1
-0
/
+1
*
selftests/bpf: Extract parse_num_list into generic testing_helpers.c
Andrii Nakryiko
2020-05-13
1
-0
/
+1
*
selftests/bpf: Move existing common networking parts into network_helpers
Stanislav Fomichev
2020-05-09
1
-23
/
+0
*
selftests/bpf: Add cls_redirect classifier
Lorenz Bauer
2020-04-26
1
-0
/
+7
*
selftests/bpf: Reset process and thread affinity after each test/sub-test
Andrii Nakryiko
2020-03-17
1
-0
/
+1
*
selftests/bpf: Ensure consistent test failure output
Andrii Nakryiko
2020-03-13
1
-4
/
+4
*
selftests: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-21
1
-1
/
+1
*
selftests/bpf: Add whitelist/blacklist of test names to test_progs
Andrii Nakryiko
2020-01-16
1
-1
/
+7
*
selftests/bpf: Preserve errno in test_progs CHECK macros
Andrey Ignatov
2019-12-21
1
-0
/
+4
*
selftests/bpf: Integrate verbose verifier log into test_progs
Andrii Nakryiko
2019-11-25
1
-2
/
+8
*
selftests/bpf: test_progs: convert test_sockopt_sk
Stanislav Fomichev
2019-09-06
1
-1
/
+2
*
selftests/bpf: test_progs: add test__join_cgroup helper
Stanislav Fomichev
2019-09-06
1
-0
/
+1
*
selftests/bpf: test_progs: add missing \n to CHECK_FAIL
Stanislav Fomichev
2019-09-03
1
-1
/
+1
*
selftests/bpf: test_progs: remove global fail/success counts
Stanislav Fomichev
2019-08-28
1
-6
/
+11
*
selftests/bpf: test_progs: test__skip
Stanislav Fomichev
2019-08-28
1
-0
/
+2
*
selftests/bpf: test_progs: test__printf -> printf
Stanislav Fomichev
2019-08-07
1
-6
/
+4
*
selftests/bpf: test_progs: switch to open_memstream
Stanislav Fomichev
2019-08-07
1
-1
/
+2
*
selftests/bpf: add sub-tests support for test_progs
Andrii Nakryiko
2019-07-28
1
-4
/
+12
*
selftests/bpf: abstract away test log output
Andrii Nakryiko
2019-07-28
1
-6
/
+31
*
selftests/bpf: fix perf_buffer on s390
Ilya Leoshkevich
2019-07-17
1
-0
/
+8
*
selftests/bpf: add few verifier scale tests
Alexei Starovoitov
2019-04-04
1
-0
/
+1
*
selftests: bpf: break up test_progs - misc
Stanislav Fomichev
2019-03-02
1
-0
/
+5
*
selftests: bpf: break up test_progs - spinlock
Stanislav Fomichev
2019-03-02
1
-0
/
+1
*
selftests: bpf: break up test_progs - stackmap
Stanislav Fomichev
2019-03-02
1
-0
/
+3
*
selftests: bpf: break up test_progs - xdp
Stanislav Fomichev
2019-03-02
1
-0
/
+4
*
selftests: bpf: break up test_progs - preparations
Stanislav Fomichev
2019-03-02
1
-0
/
+80