summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-202-0/+38
|\
| * bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann2022-01-191-0/+32
| * bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen2022-01-111-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-202-6/+6
|\ \ | |/ |/|
| * tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-202-6/+6
* | bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo2022-01-061-0/+28
* | selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko2022-01-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-315-19/+261
|\ \
| * | bpf/selftests: Update local storage selftest for sleepable programsKP Singh2021-12-291-19/+5
| * | bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo2021-12-181-0/+29
| * | selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-0/+123
| * | selftests/bpf: Add test cases for bpf_strncmp()Hou Tao2021-12-111-0/+54
| * | selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao2021-12-111-0/+50
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-0/+12
|\ \ \ | |/ / |/| / | |/
| * selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov2021-12-161-0/+12
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-1014-9/+559
|\ \
| * | selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko2021-12-101-0/+24
| * | 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-021-0/+104
| * | selftests/bpf: Improve inner_map test coverage.Alexei Starovoitov2021-12-021-2/+14
| * | selftest/bpf/benchs: Add bpf_loop benchmarkJoanne Koong2021-11-301-0/+26
| * | selftests/bpf: Measure bpf_loop verifier performanceJoanne Koong2021-11-304-4/+157
| * | selftests/bpf: Add bpf_loop testJoanne Koong2021-11-301-0/+112
| * | selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen2021-11-281-0/+39
| * | selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko2021-11-251-0/+73
| * | selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko2021-11-161-0/+7
* | | af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima2021-11-263-4/+2
* | | dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-0/+123
|\ \ \ | |/ / |/| / | |/
| * selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov2021-11-151-0/+123
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-1515-12/+211
|\ \ | |/ |/|
| * selftests/bpf: Add a C test for btf_type_tagYonghong Song2021-11-111-0/+25
| * selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song2021-11-111-4/+0
| * selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush2021-11-101-0/+8
| * selftests/bpf: Add exception handling selftests for tp_bpf programAlan Maguire2021-11-081-0/+43
| * selftests/bpf: Add tests for bpf_find_vmaSong Liu2021-11-073-0/+127
| * selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko2021-11-071-1/+1
| * selftests/bpf: Fix non-strict SEC() program sectionsAndrii Nakryiko2021-11-077-7/+7
* | bpf: selftest: Trigger a DCE on the whole subprogMartin KaFai Lau2021-11-061-0/+12
|/
* selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov2021-11-011-0/+58
* selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko2021-11-011-13/+2
* selftests/bpf: Add test cases for struct_ops progHou Tao2021-11-011-0/+50
* selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko2021-11-011-0/+11
* selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi2021-10-281-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-251-0/+9
* selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song2021-10-221-2/+7
* selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2021-10-221-2/+18