summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2022-02-15selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer1-8/+18
2022-02-12selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi1-0/+54
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+38
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+6
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2-6/+6
2022-01-19bpf, selftests: Add ringbuf memory type confusion testDaniel Borkmann1-0/+32
2022-01-11bpf/selftests: Add check for updating XDP bpf_link with wrong program typeToke Høiland-Jørgensen1-0/+6
2022-01-07bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo1-0/+28
2022-01-07selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko1-2/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-19/+261
2021-12-30bpf/selftests: Update local storage selftest for sleepable programsKP Singh1-19/+5
2021-12-19bpf/selftests: Test PTR_TO_RDONLY_MEMHao Luo1-0/+29
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov1-0/+12
2021-12-13selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa1-0/+123
2021-12-12selftests/bpf: Add test cases for bpf_strncmp()Hou Tao1-0/+54
2021-12-12selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao1-0/+50
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski14-9/+559
2021-12-11selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko1-0/+24
2021-12-02selftests/bpf: Add CO-RE relocations to verifier scale test.Alexei Starovoitov1-2/+2
2021-12-02selftests/bpf: Revert CO-RE removal in test_ksyms_weak.Alexei Starovoitov1-1/+1
2021-12-02selftests/bpf: Additional test for CO-RE in the kernel.Alexei Starovoitov1-0/+104
2021-12-02selftests/bpf: Improve inner_map test coverage.Alexei Starovoitov1-2/+14
2021-11-30selftest/bpf/benchs: Add bpf_loop benchmarkJoanne Koong1-0/+26
2021-11-30selftests/bpf: Measure bpf_loop verifier performanceJoanne Koong4-4/+157
2021-11-30selftests/bpf: Add bpf_loop testJoanne Koong1-0/+112
2021-11-29selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen1-0/+39
2021-11-27af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima3-4/+2
2021-11-26selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko1-0/+73
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-1/+1
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+123
2021-11-16selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko1-0/+7
2021-11-16selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov1-0/+123
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski15-12/+211
2021-11-12selftests/bpf: Add a C test for btf_type_tagYonghong Song1-0/+25
2021-11-12selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song1-4/+0
2021-11-11selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush1-0/+8
2021-11-09selftests/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-02selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov1-0/+58
2021-11-02selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko1-13/+2
2021-11-02selftests/bpf: Add test cases for struct_ops progHou Tao1-0/+50
2021-11-01selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko1-0/+11
2021-10-29selftests/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-26selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich1-0/+9