aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/prog_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-11selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.cJussi Maki1-0/+589
2021-04-30selftests/bpf: Fix the snprintf testFlorent Revest1-0/+2
2021-04-26selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko1-8/+12
2021-04-26selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko1-12/+19
2021-04-26selftests/bpf: Add remaining ASSERT_xxx() variantsAndrii Nakryiko6-14/+7
2021-04-25selftests/bpf: Use ASSERT macros in lsm testJiri Olsa1-17/+10
2021-04-25selftests/bpf: Test that module can't be unloaded with attached trampolineJiri Olsa1-0/+23
2021-04-25selftests/bpf: Add re-attach test to lsm testJiri Olsa1-10/+38
2021-04-25selftests/bpf: Add re-attach test to fexit_testJiri Olsa1-15/+37
2021-04-25selftests/bpf: Add re-attach test to fentry_testJiri Olsa1-15/+37
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-79/+386
2021-04-23selftests/bpf: Add map linking selftestAndrii Nakryiko1-0/+30
2021-04-23selftests/bpf: Add global variables linking selftestAndrii Nakryiko1-0/+43
2021-04-23selftests/bpf: Add function linking selftestAndrii Nakryiko1-0/+42
2021-04-19bpf/selftests: Add bpf_get_task_stack retval bounds test_progDave Marchevsky1-0/+1
2021-04-19selftests/bpf: Add a series of tests for bpf_snprintfFlorent Revest1-0/+125
2021-04-15selftests/bpf: Silence clang compilation warningsYonghong Song2-4/+4
2021-04-13selftests/bpf: Add tests for target information in bpf_link info queriesToke Høiland-Jørgensen1-14/+44
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+44
2021-04-08selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fdYauheni Kaliuta1-0/+14
2021-04-08selftests/bpf: ringbuf_multi: Use runtime page sizeYauheni Kaliuta1-3/+20
2021-04-08selftests/bpf: ringbuf: Use runtime page sizeYauheni Kaliuta1-4/+13
2021-04-08selftests/bpf: mmap: Use runtime page sizeYauheni Kaliuta1-5/+19
2021-04-08selftests/bpf: Pass page size from userspace in map_ptrYauheni Kaliuta1-2/+13
2021-04-08selftests/bpf: Pass page size from userspace in sockopt_skYauheni Kaliuta1-0/+2
2021-04-08selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeletonYauheni Kaliuta1-48/+17
2021-04-01selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICTCong Wang1-0/+40
2021-04-01selftests/bpf: Add a test case for udp sockmapCong Wang1-0/+136
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau1-0/+59
2021-03-26bpf/selftests: Test that kernel rejects a TCP CC with an invalid licenseToke Høiland-Jørgensen1-0/+44
2021-03-25selftests/bpf: Better error messages for ima_setup.sh failuresKP Singh1-2/+4
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+40
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+86
2021-03-18selftests/bpf: Add multi-file statically linked BPF object file testAndrii Nakryiko1-0/+40
2021-03-18selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov1-0/+82
2021-03-09selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich1-0/+1
2021-03-08selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer1-0/+4
2021-03-08selftests/bpf: Fix test_attach_probe for powerpc uprobesJiri Olsa1-1/+39
2021-03-04selftests: bpf: Check that PROG_TEST_RUN repeats as requestedLorenz Bauer1-9/+42
2021-03-04selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer1-15/+68
2021-03-04selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich1-12/+31
2021-03-04selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich1-0/+131
2021-03-04selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich1-1/+1
2021-03-04selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song1-0/+1
2021-02-26selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song1-0/+57
2021-02-26selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song1-0/+73
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang1-4/+4
2021-02-26selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]Song Liu1-0/+23
2021-02-26selftests/bpf: Add non-BPF_LSM test for task local storageSong Liu1-0/+69
2021-02-12selftests/bpf: Add unit tests for pointers in global functionsDmitrii Banshchikov2-0/+68