aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-1/+128
2020-12-14selftests/bpf: Add set_attach_target() API selftest for module targetAndrii Nakryiko1-1/+10
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+12
2020-12-10selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker1-4/+4
2020-12-04selftests/bpf: Test bpf_sk_storage_get in tcp iteratorsFlorent Revest1-2/+16
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_getFlorent Revest1-0/+40
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_deleteFlorent Revest1-0/+64
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-21/+334
2020-12-03selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel moduleAndrii Nakryiko1-0/+53
2020-12-03selftests/bpf: Add tp_btf CO-RE reloc test for modulesAndrii Nakryiko1-1/+2
2020-12-03selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko1-11/+68
2020-12-03selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta1-0/+4
2020-12-03selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev1-10/+18
2020-12-01selftests/bpf: Drain ringbuf samples at the end of testAndrii Nakryiko1-0/+6
2020-12-01libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko2-2/+2
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh1-0/+74
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-1/+80
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu1-0/+71
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh1-0/+116
2020-11-16selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai1-1/+2
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski11-36/+1049
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov1-0/+1
2020-11-12bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau1-0/+135
2020-11-13selftests/bpf: Add skb_pkt_end testAlexei Starovoitov1-0/+41
2020-11-09bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2-7/+7
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko1-0/+6
2020-11-06selftests/bpf: Fix selftest build with old libcAlexei Starovoitov1-0/+4
2020-11-06bpf: Exercise syscall operations for inode and sk storageKP Singh1-2/+15
2020-11-06bpf: Add tests for task_local_storageKP Singh1-13/+172
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner1-0/+43
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren1-0/+214
2020-11-05selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko1-0/+325
2020-11-05selftests/bpf: Add checking of raw type dump in BTF writer APIs selftestsAndrii Nakryiko1-0/+43
2020-11-05selftests/bpf: Add split BTF basic testAndrii Nakryiko1-0/+99
2020-11-05selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko1-15/+25
2020-11-03selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck1-35/+16
2020-11-03selftests/bpf: Migrate tcpbpf_user.c to use BPF skeletonAlexander Duyck1-27/+14
2020-11-03selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_resultsAlexander Duyck1-72/+43
2020-11-03selftests/bpf: Drop python client/server in favor of threadsAlexander Duyck1-17/+78
2020-11-03selftests/bpf: Move test_tcppbf_user into test_progsAlexander Duyck1-0/+141
2020-10-19bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau1-18/+39
2020-10-15bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau1-25/+1
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann1-10/+29
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov1-0/+72
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov1-8/+8
2020-10-07selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko1-0/+225
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu1-1/+48
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo1-0/+18
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo2-25/+83
2020-10-02bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau1-0/+12