summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi2021-10-291-1/+1
* bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong2021-10-281-0/+153
* selftests/bpf: Add bloom filter map test casesJoanne Koong2021-10-281-0/+82
* selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich2021-10-261-0/+9
* selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song2021-10-231-2/+7
* selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2021-10-221-2/+18
* selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko2021-10-221-0/+18
* selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa2021-10-221-1/+1
* selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen2021-10-221-0/+40
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-191-3/+3
* selftests/bpf: Fix pid check in fexit_sleep testYucong Sun2021-10-091-2/+2
* selftests/bpf: Adding pid filtering for atomics testYucong Sun2021-10-091-0/+16
* selftests/bpf: Make cgroup_v1v2 use its own portYucong Sun2021-10-091-1/+1
* selftests/bpf: Fix race condition in enable_statsYucong Sun2021-10-091-1/+1
* bpf/selftests: Add test for writable bare tracepointHou Tao2021-10-081-0/+14
* selftests/bpf: Fix btf_dump test under new clangYucong Sun2021-10-084-9/+9
* selftests/bpf: Remove SEC("version") from test progsDave Marchevsky2021-10-0840-61/+0
* selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa2021-10-061-6/+3
* bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi2021-10-061-11/+35
* selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen2021-10-0213-40/+38
* selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song2021-09-291-2/+26
* selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko2021-09-281-19/+19
* selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko2021-09-2810-18/+16
* selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko2021-09-2835-113/+100
* selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko2021-09-2814-21/+19
* bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau2021-09-261-0/+365
* selftests/bpf: Add trace_vprintk test progDave Marchevsky2021-09-171-0/+33
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-175-9/+132
|\
| * selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song2021-09-151-1/+11
| * selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song2021-09-151-0/+39
| * selftests/bpf: Update selftests to always provide "struct_ops" SECAndrii Nakryiko2021-09-151-9/+3
| * bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann2021-09-131-0/+34
| * selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu2021-09-131-0/+40
| * selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko2021-09-101-0/+2
| * bpf: Permit ingress_ifindex in bpf_prog_test_run_xattrNeil Spring2021-09-081-0/+4
* | bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann2021-09-141-0/+26
* | selftests/bpf: Fix build of task_pt_regs test for arm64Jean-Philippe Brucker2021-09-071-6/+13
|/
* bpf: selftests: Add dctcp fallback testMartin KaFai Lau2021-08-262-0/+51
* bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau2021-08-261-2/+2
* bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu2021-08-251-0/+29
* selftests/bpf: Test for get_netns_cookieXu Liu2021-08-241-5/+50
* selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta2021-08-201-0/+39
* selftests/bpf: Test for get_netns_cookieXu Liu2021-08-191-0/+39
* selftests/bpf: Add bpf_cookie selftests for high-level APIsAndrii Nakryiko2021-08-171-0/+85
* selftests/bpf: Test low-level perf BPF link APIAndrii Nakryiko2021-08-171-0/+16
* selftest/bpf: Extend the bpf_snprintf() test for "%c".Kuniyuki Iwashima2021-08-151-3/+3
* selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima2021-08-153-0/+92
* selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev2021-08-141-0/+16
* selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich2021-08-141-5/+15
* libbpf: Support weak typed ksyms.Hao Luo2021-08-141-0/+56