summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | selftests/bpf: Add btf_dump__new to test_cppJiri Olsa2021-12-231-1/+8
| * | selftests/bpf: Correct the INDEX address in vmtest.shPu Lehui2021-12-201-1/+1
| * | bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2021-12-182-0/+43
| * | selftests/bpf: Add libbpf feature-probing API selftestsAndrii Nakryiko2021-12-172-0/+126
| * | bpf: Right align verifier states in verifier logs.Christy Lee2021-12-161-77/+92
| * | bpf: Only print scratched registers and stack slots to verifier logs.Christy Lee2021-12-161-15/+15
| * | selftests/bpf: Enable cross-building with clangJean-Philippe Brucker2021-12-161-4/+4
| * | selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-1410-67/+104
| * | selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko2021-12-148-24/+3
| * | selftests/bpf: Fix segfault in bpf_tcp_caJean-Philippe Brucker2021-12-131-4/+3
| * | selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-132-0/+167
| * | selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa2021-12-131-0/+12
| * | selftests/bpf: Remove last bpf_create_map_xattr from test_verifierAndrii Nakryiko2021-12-121-9/+5
| * | selftests/bpf: Add test cases for bpf_strncmp()Hou Tao2021-12-112-0/+221
| * | selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao2021-12-115-1/+232
| * | selftests/bpf: Fix checkpatch error on empty function parameterHou Tao2021-12-116-33/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-169-3/+353
|\ \ \ | |/ / |/| / | |/
| * bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau2021-12-161-2/+14
| * selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2021-12-162-0/+32
| * bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann2021-12-161-0/+23
| * bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann2021-12-141-2/+65
| * bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann2021-12-142-0/+117
| * selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi2021-12-141-1/+1
| * selftests/bpf: Tests for state pruning with u32 spill/fillPaul Chaignon2021-12-102-0/+103
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-1073-517/+2189
|\ \
| * | selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko2021-12-101-5/+5
| * | selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko2021-12-102-0/+300
| * | selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko2021-12-103-22/+32
| * | libbpf: Improve logging around BPF program loadingAndrii Nakryiko2021-12-101-2/+4
| * | selftests/bpf: Fix a compilation warningYonghong Song2021-12-081-1/+1
| * | bpf: Fix the test_task_vma selftest to support output shorter than 1 kBMaxim Mikityanskiy2021-12-031-2/+3
| * | selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()Andrii Nakryiko2021-12-029-107/+119
| * | selftests/bpf: Mute xdpxceiver.c's deprecation warningsAndrii Nakryiko2021-12-021-0/+6
| * | selftests/bpf: Remove recently reintroduced legacy btf__dedup() useAndrii Nakryiko2021-12-021-2/+2
| * | selftests/bpf: Update test names for xchg and cmpxchgPaul E. McKenney2021-12-021-2/+2
| * | selftests/bpf: Build testing_helpers.o out of treeJean-Philippe Brucker2021-12-021-18/+22
| * | selftests/bpf: Add CO-RE relocations to verifier scale test.Alexei Starovoitov2021-12-021-2/+2
| * | selftests/bpf: Revert CO-RE removal in test_ksyms_weak.Alexei Starovoitov2021-12-021-1/+1
| * | selftests/bpf: Additional test for CO-RE in the kernel.Alexei Starovoitov2021-12-023-1/+119
| * | selftests/bpf: Convert map_ptr_kern test to use light skeleton.Alexei Starovoitov2021-12-022-10/+9
| * | selftests/bpf: Improve inner_map test coverage.Alexei Starovoitov2021-12-021-2/+14
| * | selftests/bpf: Add lskel version of kfunc test.Alexei Starovoitov2021-12-022-1/+25
| * | selftest/bpf/benchs: Add bpf_loop benchmarkJoanne Koong2021-11-307-1/+203
| * | selftests/bpf: Measure bpf_loop verifier performanceJoanne Koong2021-11-305-4/+169
| * | selftests/bpf: Add bpf_loop testJoanne Koong2021-11-302-0/+257
| * | selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen2021-11-282-0/+71
| * | selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf testsAndrii Nakryiko2021-11-262-8/+9
| * | selftests/bpf: Fix misaligned memory accesses in xdp_bonding testAndrii Nakryiko2021-11-261-16/+20
| * | selftests/bpf: Prevent out-of-bounds stack access in test_bpffsAndrii Nakryiko2021-11-261-1/+3
| * | selftests/bpf: Fix misaligned memory access in queue_stack_map testAndrii Nakryiko2021-11-261-5/+7