aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2-95/+95
2021-10-08selfetest/bpf: Make some tests serialYucong Sun38-38/+48
2021-10-08selftests/bpf: Adding pid filtering for atomics testYucong Sun1-0/+1
2021-10-08selftests/bpf: Make cgroup_v1v2 use its own portYucong Sun1-1/+1
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao1-0/+35
2021-10-07selftests/bpf: Skip the second half of get_branch_snapshot in vmSong Liu1-0/+34
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen4-6/+6
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa1-5/+5
2021-10-06selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko1-0/+86
2021-10-06selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko1-6/+49
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2-15/+42
2021-09-29bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi1-3/+2
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song1-2/+2
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko2-17/+17
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko3-43/+40
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau1-0/+15
2021-09-24selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song1-6/+21
2021-09-21selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko1-4/+20
2021-09-17selftests/bpf: Add trace_vprintk test progDave Marchevsky1-0/+68
2021-09-17selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTsDave Marchevsky1-15/+9
2021-09-17selftests/bpf: Stop using bpf_program__loadDave Marchevsky1-8/+31
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-98/+628
2021-09-17selftests/bpf: Fix a few compiler warningsYonghong Song2-5/+3
2021-09-17selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() APIAndrii Nakryiko1-17/+26
2021-09-17selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko1-2/+1
2021-09-15selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song1-0/+6
2021-09-14selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song1-0/+14
2021-09-14selftests/bpf: Test BTF_KIND_TAG for deduplicationYonghong Song1-17/+175
2021-09-14selftests/bpf: Add BTF_KIND_TAG unit testsYonghong Song1-0/+245
2021-09-14selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG formatYonghong Song1-2/+2
2021-09-14selftests/bpf: Test libbpf API function btf__add_tag()Yonghong Song1-0/+21
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-1/+79
2021-09-13bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann1-0/+79
2021-09-13bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann1-5/+20
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu3-50/+103
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko1-0/+1
2021-09-07selftests/bpf: Add checks for X__elf_bytes() skeleton helperMatt Smith1-0/+6
2021-09-07bpf: Permit ingress_ifindex in bpf_prog_test_run_xattrNeil Spring1-0/+5
2021-09-07selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker1-1/+0
2021-09-06selftests/bpf: Test XDP bonding nest and unwindJussi Maki1-10/+64
2021-08-27selftests/bpf: Fix potential unreleased lockChengfeng Ye1-1/+3
2021-08-26selftests/bpf: Reduce more flakyness in sockmap_listenYucong Sun1-3/+16
2021-08-25bpf: selftests: Add dctcp fallback testMartin KaFai Lau1-23/+83
2021-08-25bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau1-1/+1
2021-08-25bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu1-0/+47
2021-08-24selftests/bpf: Test for get_netns_cookieXu Liu1-19/+38
2021-08-23selftests/bpf: Reduce flakyness in timer_mimYucong Sun1-4/+12
2021-08-20selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta1-0/+70
2021-08-19selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun1-3/+9
2021-08-19selftests/bpf: Test for get_netns_cookieXu Liu1-0/+61