summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2021-03-18selftests/bpf: Add multi-file statically linked BPF object file testAndrii Nakryiko
2021-03-18selftests/bpf: Pass all BPF .o's through BPF static linkerAndrii Nakryiko
2021-03-18selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changedAndrii Nakryiko
2021-03-18selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov
2021-03-17selftests/bpf: drop custom NULL #define in skb_pkt_end selftestAndrii Nakryiko
2021-03-17bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-03-17selftests/bpf: Use nanosleep() syscall instead of sleep() in get_cgroup_idRavi Bangoria
2021-03-16selftests/bpf: Fix warning comparing pointer to 0Jiapeng Chong
2021-03-16selftests/bpf: Build everything in debug modeAndrii Nakryiko
2021-03-16selftests/bpf: Fix maybe-uninitialized warning in xdpxceiver testAndrii Nakryiko
2021-03-15bpf: selftests: Remove unused 'nospace_err' in tests for batched ops in array...Pedro Tammela
2021-03-15selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failedHangbin Liu
2021-03-15bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockoptManu Bretelle
2021-03-10bpf: Fix warning comparing pointer to 0Jiapeng Chong
2021-03-10selftests/bpf: Fix warning comparing pointer to 0Jiapeng Chong
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-10selftests/bpf: Fix compiler warning in BPF_KPROBE definition in loop6.cAndrii Nakryiko
2021-03-09selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntaxIlya Leoshkevich
2021-03-09selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich
2021-03-08selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer
2021-03-08selftests/bpf: Fix typo in MakefileJean-Philippe Brucker
2021-03-08selftests/bpf: Fix test_attach_probe for powerpc uprobesJiri Olsa
2021-03-05selftests, bpf: Extend test_tc_tunnel test with vxlanXuesen Huang
2021-03-04selftests/bpf: Simplify the calculation of variablesJiapeng Chong
2021-03-04selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer
2021-03-04selftests: bpf: Check that PROG_TEST_RUN repeats as requestedLorenz Bauer
2021-03-04selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer
2021-03-04bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman
2021-03-04selftests/bpf: Test syscall command parsingJoe Stringer
2021-03-04selftests/bpf: Templatize man page generationJoe Stringer
2021-03-04tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer
2021-03-04selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich
2021-03-04selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich
2021-03-04selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich
2021-03-04selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song
2021-03-02selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta
2021-03-02selftests/bpf: Use the last page in test_snprintf_btf on s390Ilya Leoshkevich
2021-02-26selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song
2021-02-26selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song
2021-02-26selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich
2021-02-26selftests/bpf: Propagate error code of the command to vmtest.shKP Singh
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang
2021-02-26selftests/bpf: Introduce xsk statistics testsCiara Loftus
2021-02-26selftests/bpf: Restructure xsk selftestsCiara Loftus
2021-02-26selftests/bpf: Expose and rename debug argumentCiara Loftus
2021-02-26selftest/bpf: Make xsk tests less verboseMagnus Karlsson
2021-02-26selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2021-02-26selftests/bpf: Add non-BPF_LSM test for task local storageSong Liu
2021-02-24selftests/bpf: No need to drop the packet when there is no geneve optHangbin Liu
2021-02-24selftests/bpf: Fix a compiler warning in global func testDmitrii Banshchikov