summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/nMaxim Mikityanskiy2022-07-091-7/+17
* bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev2022-07-083-6/+32
* selftests/bpf: Add test involving restrict type qualifierDaniel Müller2022-07-083-2/+13
* selftests, xsk: Rename AF_XDP testing appMaciej Fijalkowski2022-07-086-13/+13
* selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usageDave Marchevsky2022-07-076-1/+416
* selftests/bpf: Fix few more compiler warningsAndrii Nakryiko2022-07-063-4/+4
* selftests/bpf: Fix bogus uninitialized variable warningAndrii Nakryiko2022-07-061-1/+1
* selftests/bpf: Add type match test against kernel's task_structDaniel Müller2022-07-063-0/+21
* selftests/bpf: Add nested type to type based testsDaniel Müller2022-07-063-20/+58
* selftests/bpf: Add test checking more characteristicsDaniel Müller2022-07-063-0/+91
* selftests/bpf: Add type-match checks to type-based testsDaniel Müller2022-07-063-4/+73
* selftests/bpf: Skip lsm_cgroup when we don't have trampolinesStanislav Fomichev2022-07-011-0/+8
* selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski2022-06-301-5/+4
* selftests/xsk: Verify correctness of XDP prog attach pointMaciej Fijalkowski2022-06-301-0/+17
* selftests/xsk: Introduce XDP prog load based on existing AF_XDP socketMaciej Fijalkowski2022-06-303-1/+7
* selftests/xsk: Avoid bpf_link probe for existing xskMaciej Fijalkowski2022-06-301-1/+1
* bpftool: Use feature list in bash completionQuentin Monnet2022-06-301-17/+3
* selftests/bpf: lsm_cgroup functional testStanislav Fomichev2022-06-293-0/+474
* tools/bpf: Sync btf_ids.h to toolsStanislav Fomichev2022-06-291-1/+1
* selftests/bpf: remove last tests with legacy BPF map definitionsAndrii Nakryiko2022-06-284-79/+0
* libbpf: move xsk.{c,h} into selftests/bpfAndrii Nakryiko2022-06-284-1/+1582
* selftest/bpf: Test for use-after-free bug fix in inline_bpf_loopEduard Zingerman2022-06-242-0/+50
* selftests/bpf: Fix rare segfault in sock_fields prog testJörn-Thorben Hinz2022-06-231-1/+0
* selftests/bpf: Test a BPF CC implementing the unsupported get_info()Jörn-Thorben Hinz2022-06-232-0/+41
* selftests/bpf: Test an incomplete BPF CCJörn-Thorben Hinz2022-06-232-0/+57
* selftests/bpf: Test a BPF CC writing sk_pacing_*Jörn-Thorben Hinz2022-06-232-0/+79
* selftests/bpf: Add benchmark for local_storage getDave Marchevsky2022-06-237-1/+494
* selftests/bpf: BPF test_prog selftests for bpf_loop inliningEduard Zingerman2022-06-212-0/+176
* selftests/bpf: BPF test_verifier selftests for bpf_loop inliningEduard Zingerman2022-06-211-0/+252
* selftests/bpf: allow BTF specs and func infos in test_verifier testsEduard Zingerman2022-06-213-18/+79
* selftests/bpf: specify expected instructions in test_verifier testsEduard Zingerman2022-06-211-0/+234
* selftests/bpf: Enable config options needed for xdp_synproxy testMaxim Mikityanskiy2022-06-201-0/+6
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-1829-202/+2575
|\
| * selftests/bpf: Don't force lld on non-x86 architecturesAndrii Nakryiko2022-06-171-2/+9
| * selftests/bpf: Add selftests for raw syncookie helpers in TC modeMaxim Mikityanskiy2022-06-173-69/+224
| * selftests/bpf: Add selftests for raw syncookie helpersMaxim Mikityanskiy2022-06-175-1/+1330
| * selftests/bpf: add tests for sleepable (uk)probesDelyan Kratunov2022-06-172-1/+108
| * libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko2022-06-171-5/+9
| * selftests/bpf: Avoid skipping certain subtestsYonghong Song2022-06-151-1/+6
| * selftests/bpf: Fix test_varlen verification failure with latest llvmYonghong Song2022-06-151-4/+4
| * selftest/bpf/benchs: Add bpf_map benchmarkFeng Zhou2022-06-115-1/+152
| * selftests/bpf: Add a test for enum64 value relocationsYonghong Song2022-06-077-0/+218
| * selftests/bpf: Test BTF_KIND_ENUM64 for deduplicationYonghong Song2022-06-071-2/+95
| * selftests/bpf: Add BTF_KIND_ENUM64 unit testsYonghong Song2022-06-072-0/+37
| * selftests/bpf: Test new enum kflag and enum64 API functionsYonghong Song2022-06-072-37/+114
| * selftests/bpf: Fix selftests failureYonghong Song2022-06-071-20/+0
| * selftests/bpf: Add drv mode testing for xdpingHangbin Liu2022-06-031-0/+4
| * selftests/bpf: Fix tc_redirect_dtimeMartin KaFai Lau2022-06-032-6/+55
| * selftests/bpf: Fix test_run logic in fexit_stress.cYuntao Wang2022-06-031-28/+4
| * selftests/bpf: Add test for libbpf_bpf_link_type_strDaniel Müller2022-06-031-0/+48