aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko1-0/+7
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski15-12/+211
2021-11-11selftests/bpf: Add a C test for btf_type_tagYonghong Song1-0/+25
2021-11-11selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song1-4/+0
2021-11-10selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush1-0/+8
2021-11-08selftests/bpf: Add exception handling selftests for tp_bpf programAlan Maguire1-0/+43
2021-11-07selftests/bpf: Add tests for bpf_find_vmaSong Liu3-0/+127
2021-11-07selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko1-1/+1
2021-11-07selftests/bpf: Fix non-strict SEC() program sectionsAndrii Nakryiko7-7/+7
2021-11-06bpf: selftest: Trigger a DCE on the whole subprogMartin KaFai Lau1-0/+12
2021-11-01selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov1-0/+58
2021-11-01selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko1-13/+2
2021-11-01selftests/bpf: Add test cases for struct_ops progHou Tao1-0/+50
2021-11-01selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko1-0/+11
2021-10-28selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi1-1/+1
2021-10-28bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong1-0/+153
2021-10-28selftests/bpf: Add bloom filter map test casesJoanne Koong1-0/+82
2021-10-25selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich1-0/+9
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song1-2/+7
2021-10-22selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko1-2/+18
2021-10-21selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko1-0/+18
2021-10-21selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa1-1/+1
2021-10-21selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen1-0/+40
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song1-3/+3
2021-10-08selftests/bpf: Fix pid check in fexit_sleep testYucong Sun1-2/+2
2021-10-08selftests/bpf: Adding pid filtering for atomics testYucong Sun1-0/+16
2021-10-08selftests/bpf: Make cgroup_v1v2 use its own portYucong Sun1-1/+1
2021-10-08selftests/bpf: Fix race condition in enable_statsYucong Sun1-1/+1
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao1-0/+14
2021-10-08selftests/bpf: Fix btf_dump test under new clangYucong Sun4-9/+9
2021-10-07selftests/bpf: Remove SEC("version") from test progsDave Marchevsky40-61/+0
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa1-6/+3
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-11/+35
2021-10-01selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen13-40/+38
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song1-2/+26
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko1-19/+19
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko10-18/+16
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko35-113/+100
2021-09-28selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko14-21/+19
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau1-0/+365
2021-09-17selftests/bpf: Add trace_vprintk test progDave Marchevsky1-0/+33
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-9/+132
2021-09-15selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song1-1/+11
2021-09-14selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song1-0/+39
2021-09-14selftests/bpf: Update selftests to always provide "struct_ops" SECAndrii Nakryiko1-9/+3
2021-09-13bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann1-0/+26
2021-09-13bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann1-0/+34
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu1-0/+40
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko1-0/+2
2021-09-07bpf: Permit ingress_ifindex in bpf_prog_test_run_xattrNeil Spring1-0/+4