summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2021-12-17bpf, selftests: Fix spelling mistake "tained" -> "tainted"Colin Ian King
2021-12-16bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau
2021-12-16selftest/bpf: Add a test that reads various addresses.Alexei Starovoitov
2021-12-16bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann
2021-12-14bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi
2021-12-10selftests/bpf: Tests for state pruning with u32 spill/fillPaul Chaignon
2021-12-08bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-11-15selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov
2021-11-12tools/runqslower: Fix cross-buildJean-Philippe Brucker
2021-11-12selftests/bpf: Check map in map pruningLorenz Bauer
2021-11-06bpf: selftest: Trigger a DCE on the whole subprogMartin KaFai Lau
2021-11-05selftests/bpf/xdp_redirect_multi: Limit the tests in netnsHangbin Liu
2021-11-05selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanlyHangbin Liu
2021-11-05selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp numberHangbin Liu
2021-11-05selftests/bpf/xdp_redirect_multi: Put the logs to tmp folderHangbin Liu
2021-11-03selftests/bpf: Verifier test on refill from a smaller spillMartin KaFai Lau
2021-11-03selftests/bpf: Make netcnt selftests serial to avoid spurious failuresAndrii Nakryiko
2021-11-03selftests/bpf: Test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffsLorenz Bauer
2021-11-03selftests/bpf: Convert test_bpffs to ASSERT macrosLorenz Bauer
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov
2021-11-01bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov
2021-11-01selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko
2021-11-01selftests/bpf: Add bloom map success test for userspace callsJoanne Koong
2021-11-01selftests/bpf: Add test cases for struct_ops progHou Tao
2021-11-01selftests, bpf: Fix broken riscv buildBjörn Töpel
2021-11-01selftests, bpf: Add one test for sockmap with strparserLiu Jian
2021-11-01selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian
2021-11-01selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko
2021-10-29selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-10-28selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi
2021-10-28selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi
2021-10-28selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi
2021-10-28bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong
2021-10-28bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong
2021-10-28selftests/bpf: Add bloom filter map test casesJoanne Koong
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-27selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun
2021-10-27selftests/bpf: Fix attach_probe in parallel modeYucong Sun
2021-10-27selfetests/bpf: Update vmtest.sh defaultsYucong Sun
2021-10-26selftests/bpf: Use recv_timeout() instead of retriesYucong Sun
2021-10-25selftests/bpf: Guess function end for test_get_branch_snapshotSong Liu
2021-10-25selftests/bpf: Skip all serial_test_get_branch_snapshot in vmSong Liu
2021-10-25selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich
2021-10-25selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich
2021-10-25selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko
2021-10-25selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko