summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test bpf_sk_storage_get in tcp iteratorsFlorent Revest2020-12-041-2/+16
* selftests/bpf: Add an iterator selftest for bpf_sk_storage_getFlorent Revest2020-12-041-0/+40
* selftests/bpf: Add an iterator selftest for bpf_sk_storage_deleteFlorent Revest2020-12-041-0/+64
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-046-21/+334
|\
| * selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel moduleAndrii Nakryiko2020-12-041-0/+53
| * selftests/bpf: Add tp_btf CO-RE reloc test for modulesAndrii Nakryiko2020-12-041-1/+2
| * selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko2020-12-041-11/+68
| * selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta2020-12-041-0/+4
| * selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev2020-12-031-10/+18
| * bpf: Add a selftest for bpf_ima_inode_hashKP Singh2020-11-261-0/+74
| * bpf: Add tests for bpf_bprm_opts_set helperKP Singh2020-11-181-0/+116
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-204-1/+80
|\ \ | |/ |/|
| * selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-191-0/+71
| * selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai2020-11-161-1/+2
| * bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-141-0/+1
| * libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-091-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1411-36/+1049
|\ \ | |/ |/|
| * bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-131-0/+135
| * selftests/bpf: Add skb_pkt_end testAlexei Starovoitov2020-11-131-0/+41
| * bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2020-11-102-7/+7
| * selftests/bpf: Fix selftest build with old libcAlexei Starovoitov2020-11-061-0/+4
| * bpf: Exercise syscall operations for inode and sk storageKP Singh2020-11-061-2/+15
| * bpf: Add tests for task_local_storageKP Singh2020-11-061-13/+172
| * bpf: Lift hashtab key_size limitFlorian Lehner2020-11-061-0/+43
| * selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko2020-11-061-0/+325
| * selftests/bpf: Add checking of raw type dump in BTF writer APIs selftestsAndrii Nakryiko2020-11-061-0/+43
| * selftests/bpf: Add split BTF basic testAndrii Nakryiko2020-11-061-0/+99
| * selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko2020-11-061-15/+25
| * selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck2020-11-041-35/+16
| * selftests/bpf: Migrate tcpbpf_user.c to use BPF skeletonAlexander Duyck2020-11-041-27/+14
| * selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_resultsAlexander Duyck2020-11-041-72/+43
| * selftests/bpf: Drop python client/server in favor of threadsAlexander Duyck2020-11-041-17/+78
| * selftests/bpf: Move test_tcppbf_user into test_progsAlexander Duyck2020-11-041-0/+141
* | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-061-0/+214
|/
* bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau2020-10-201-18/+39
* bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau2020-10-151-25/+1
* bpf, selftests: Add test for different array inner map sizeDaniel Borkmann2020-10-111-10/+29
* selftests/bpf: Add profiler testAlexei Starovoitov2020-10-091-0/+72
* bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-091-8/+8
* selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko2020-10-081-0/+225
* selftest/bpf: Test pinning map with reused map fdHangbin Liu2020-10-061-1/+48
* bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo2020-10-031-0/+18
* selftests/bpf: Ksyms_btf to test typed ksymsHao Luo2020-10-022-25/+83
* bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau2020-10-021-0/+12
* selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev2020-10-021-1/+1
* selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev2020-10-021-1/+1
* selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2020-10-011-0/+66
* selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker2020-10-011-0/+6
* selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko2020-09-301-0/+105
* bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend2020-09-291-1/+3