summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-078-3/+184
|\
| * selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_allocMartin KaFai Lau2023-09-063-0/+118
| * selftests/bpf: Fix a CI failure caused by vsock writeXu Kuohai2023-09-012-0/+33
| * selftests/bpf: Include build flavors for install targetBjörn Töpel2023-08-311-0/+12
| * selftests/bpf: Fix d_path testJiri Olsa2023-08-311-1/+18
| * selftests/bpf: Fix flaky cgroup_iter_sleepable subtestYonghong Song2023-08-301-2/+3
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-2/+2
|\ \ | |/ |/|
| * minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-241-2/+2
* | selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky2023-08-252-0/+99
* | bpf: Reenable bpf_refcount_acquireDave Marchevsky2023-08-251-0/+26
* | selftests/bpf: Enable cpu v4 tests for RV64Pu Lehui2023-08-246-6/+12
* | selftests/bpf: Add a local kptr test with no special fieldsYonghong Song2023-08-242-0/+51
* | selftests/bpf: add uprobe_multi test binary to .gitignoreAndrii Nakryiko2023-08-231-0/+1
* | selftests/bpf: Add selftest for allow_ptr_leaksYafang Shao2023-08-232-1/+48
* | selftests/bpf: Add test for bpf_obj_drop with bad reg->offKumar Kartikeya Dwivedi2023-08-221-0/+20
* | selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptrYonghong Song2023-08-222-1/+74
* | selftests/bpf: Add extra link to uprobe_multi testsJiri Olsa2023-08-212-0/+22
* | selftests/bpf: Add uprobe_multi pid filter testsJiri Olsa2023-08-212-12/+126
* | selftests/bpf: Add uprobe_multi cookie testJiri Olsa2023-08-211-0/+78
* | selftests/bpf: Add uprobe_multi usdt bench testJiri Olsa2023-08-212-0/+55
* | selftests/bpf: Add uprobe_multi usdt test codeJiri Olsa2023-08-211-1/+25
* | selftests/bpf: Add uprobe_multi bench testJiri Olsa2023-08-212-0/+55
* | selftests/bpf: Add uprobe_multi test programJiri Olsa2023-08-212-0/+72
* | selftests/bpf: Add uprobe_multi link testJiri Olsa2023-08-211-0/+69
* | selftests/bpf: Add uprobe_multi api testJiri Olsa2023-08-211-0/+65
* | selftests/bpf: Add uprobe_multi skel testJiri Olsa2023-08-212-0/+167
* | selftests/bpf: Move get_time_ns to testing_helpers.hJiri Olsa2023-08-213-17/+10
* | selftests/bpf: Fix a selftest compilation errorYonghong Song2023-08-181-1/+1
* | selftests/bpf: Add CO-RE relocs kfunc flavors testsDave Marchevsky2023-08-182-0/+53
* | selftests/bpf: Add lwt_xmit tests for BPF_REROUTEYan Zhai2023-08-183-0/+299
* | selftests/bpf: Add lwt_xmit tests for BPF_REDIRECTYan Zhai2023-08-184-0/+560
* | selftests/bpf: Enable cpu v4 tests for arm64Xu Kuohai2023-08-186-6/+6
* | selftests/bpf: Add mptcpify testGeliang Tang2023-08-162-0/+161
* | selftests/bpf: Fix error checks of mptcp open_and_loadGeliang Tang2023-08-161-11/+1
* | selftests/bpf: Add two mptcp netns helpersGeliang Tang2023-08-161-10/+21
* | selftests/bpf: Add selftest for fill_link_infoYafang Shao2023-08-163-0/+387
* | selftests/bpf: Add various more tcx test casesDaniel Borkmann2023-08-143-0/+462
* | selftests/bpf: Clean up fmod_ret in bench_rename test scriptYipeng Zou2023-08-141-1/+1
* | selftests/bpf: Fix repeat option when kfunc_call verification failsYipeng Zou2023-08-141-1/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-108-87/+197
|\ \
| * | selftests/bpf: relax expected log messages to allow emitting BPF_STEduard Zingerman2023-08-082-6/+33
| * | selftests/bpf: remove duplicated functionsKui-Feng Lee2023-08-081-76/+17
| * | selftests/bpf: Add bpf_get_func_ip test for uprobe inside functionJiri Olsa2023-08-072-4/+60
| * | selftests/bpf: Add bpf_get_func_ip tests for uprobe on function entryJiri Olsa2023-08-072-2/+34
| * | selftests/bpf: Add a movsx selftest for sign-extension of R10Yonghong Song2023-08-071-0/+22
| * | selftests/bpf: fix the incorrect verification of port numbers.Kui-Feng Lee2023-08-041-3/+4
| * | selftests/bpf: Add test for detachment on empty mprog entryDaniel Borkmann2023-08-041-0/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-102-1/+87
|\ \ \ | |/ / |/| |
| * | selftests/bpf: Add sockmap test for redirecting partial skb dataXu Kuohai2023-08-092-0/+86
| * | selftests/bpf: fix a CI failure caused by vsock sockmap testXu Kuohai2023-08-091-1/+1
| |/