summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko2020-11-121-2/+2
| * libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-092-0/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1430-482/+1736
|\ \ | |/ |/|
| * bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-123-0/+259
| * selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov2020-11-131-0/+42
| * selftests/bpf: Add skb_pkt_end testAlexei Starovoitov2020-11-132-0/+95
| * selftest/bpf: Add missed ip6ip6 test backHangbin Liu2020-11-102-39/+46
| * bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2020-11-092-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-062-20/+226
| * bpf: Update selftests for local_storage to use vmlinux.hKP Singh2020-11-061-19/+1
| * bpf: Fix tests for local_storageKP Singh2020-11-061-9/+15
| * bpf: Lift hashtab key_size limitFlorian Lehner2020-11-053-1/+89
| * selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko2020-11-053-0/+391
| * selftests/bpf: Add checking of raw type dump in BTF writer APIs selftestsAndrii Nakryiko2020-11-054-1/+256
| * selftests/bpf: Add split BTF basic testAndrii Nakryiko2020-11-052-0/+110
| * selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko2020-11-051-15/+25
| * selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck2020-11-033-108/+31
| * selftests/bpf: Migrate tcpbpf_user.c to use BPF skeletonAlexander Duyck2020-11-031-27/+14
| * selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_resultsAlexander Duyck2020-11-031-72/+43
| * selftests/bpf: Drop python client/server in favor of threadsAlexander Duyck2020-11-033-147/+78
| * selftests/bpf: Move test_tcppbf_user into test_progsAlexander Duyck2020-11-033-36/+10
* | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-052-0/+247
* | selftest/bpf: Fix profiler test using CO-RE relocation for enumsAndrii Nakryiko2020-10-261-3/+8
|/
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-236-23/+268
|\
| * bpf, selftests: Extend test_tc_redirect to use modified bpf_redirect_neigh()Toke Høiland-Jørgensen2020-10-223-5/+173
| * bpf: selftest: Ensure the return value of the bpf_per_cpu_ptr() must be checkedMartin KaFai Lau2020-10-192-18/+70
| * bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checkedMartin KaFai Lau2020-10-191-0/+25
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-1/+1
|\ \ | |/ |/|
| * kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
* | bpf, selftest: Fix flaky tcp_hdr_options test when adding addr to loMartin KaFai Lau2020-10-152-26/+2
* | bpf: Fix register equivalence tracking.Alexei Starovoitov2020-10-151-0/+26
* | bpf, selftests: Add three new sockmap tests for verdict only programsJohn Fastabend2020-10-111-1/+18
* | bpf, selftests: Add option to test_sockmap to omit adding parser programJohn Fastabend2020-10-111-14/+21
* | bpf, selftests: Add redirect_peer selftestDaniel Borkmann2020-10-112-9/+61
* | bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann2020-10-113-186/+219
* | bpf, selftests: Add test for different array inner map sizeDaniel Borkmann2020-10-112-10/+72
* | selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov2020-10-091-0/+243
* | selftests/bpf: Add profiler testAlexei Starovoitov2020-10-097-0/+1274
* | bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov2020-10-092-9/+9
* | bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov2020-10-091-0/+19
* | selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko2020-10-072-0/+397
* | selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo2020-10-062-9/+1
* | selftest/bpf: Test pinning map with reused map fdHangbin Liu2020-10-061-1/+48
* | bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend2020-10-022-30/+31
* | bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo2020-10-022-0/+50
* | selftests/bpf: Ksyms_btf to test typed ksymsHao Luo2020-10-025-25/+137
* | bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau2020-10-024-6/+22
* | selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev2020-10-021-1/+1