summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
* | | selftests: xsk: Remove struct ifaceconfigobjMaciej Fijalkowski2021-03-302-44/+30
* | | selftests: xsk: Don't call worker_pkt_dump() for stats testMaciej Fijalkowski2021-03-301-1/+1
* | | bpf: selftests: Update clang requirement in README.rst for testing kfunc callMartin KaFai Lau2021-03-301-0/+14
* | | bpf: selftests: Add kfunc_call testMartin KaFai Lau2021-03-263-0/+148
* | | bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functionsMartin KaFai Lau2021-03-263-46/+11
* | | bpf: selftests: Rename bictcp to bpf_cubicMartin KaFai Lau2021-03-261-15/+15
* | | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-262-11/+11
* | | bpf: selftests: Add tests for batched ops in LPM trie mapsPedro Tammela2021-03-251-0/+158
* | | selftests/bpf: Better error messages for ima_setup.sh failuresKP Singh2021-03-251-2/+4
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-2513-20/+189
|\ \ \
| * | | selftests/bpf: Add multi-file statically linked BPF object file testAndrii Nakryiko2021-03-184-3/+119
| * | | selftests/bpf: Pass all BPF .o's through BPF static linkerAndrii Nakryiko2021-03-181-5/+6
| * | | selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changedAndrii Nakryiko2021-03-181-2/+3
| * | | selftests/bpf: drop custom NULL #define in skb_pkt_end selftestAndrii Nakryiko2021-03-171-1/+0
| * | | selftests/bpf: Use nanosleep() syscall instead of sleep() in get_cgroup_idRavi Bangoria2021-03-171-1/+5
| * | | selftests/bpf: Fix warning comparing pointer to 0Jiapeng Chong2021-03-161-2/+2
| * | | selftests/bpf: Build everything in debug modeAndrii Nakryiko2021-03-161-2/+5
| * | | selftests/bpf: Fix maybe-uninitialized warning in xdpxceiver testAndrii Nakryiko2021-03-161-2/+2
| * | | bpf: selftests: Remove unused 'nospace_err' in tests for batched ops in array...Pedro Tammela2021-03-151-5/+0
| * | | bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockoptManu Bretelle2021-03-152-0/+50
| * | | bpf: Fix warning comparing pointer to 0Jiapeng Chong2021-03-101-1/+1
| * | | selftests/bpf: Fix warning comparing pointer to 0Jiapeng Chong2021-03-101-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-2510-14/+278
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | selftests/bpf: Add selftest for pointer-to-array-of-struct BTF dumpJean-Philippe Brucker2021-03-191-0/+8
| * | selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov2021-03-182-0/+113
| * | bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-03-174-10/+59
| * | selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failedHangbin Liu2021-03-151-4/+2
| * | selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer2021-03-082-0/+96
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-0939-381/+1677
|\ \ | |/ |/|
| * selftests/bpf: Fix compiler warning in BPF_KPROBE definition in loop6.cAndrii Nakryiko2021-03-101-2/+2
| * selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntaxIlya Leoshkevich2021-03-091-0/+7
| * selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich2021-03-094-0/+18
| * selftests/bpf: Fix typo in MakefileJean-Philippe Brucker2021-03-081-1/+1
| * selftests/bpf: Fix test_attach_probe for powerpc uprobesJiri Olsa2021-03-081-1/+39
| * selftests, bpf: Extend test_tc_tunnel test with vxlanXuesen Huang2021-03-052-17/+111
| * selftests/bpf: Simplify the calculation of variablesJiapeng Chong2021-03-041-1/+1
| * selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer2021-03-042-2/+3
| * selftests: bpf: Check that PROG_TEST_RUN repeats as requestedLorenz Bauer2021-03-041-9/+42
| * selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer2021-03-042-36/+109
| * selftests/bpf: Test syscall command parsingJoe Stringer2021-03-042-2/+13
| * selftests/bpf: Templatize man page generationJoe Stringer2021-03-041-15/+25
| * tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer2021-03-045-26/+91
| * selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich2021-03-041-12/+31
| * selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich2021-03-043-0/+138
| * selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich2021-03-041-1/+1
| * selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song2021-03-043-0/+139
| * selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song2021-02-262-0/+118
| * selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song2021-02-263-0/+179
| * selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich2021-02-261-3/+4
| * selftests/bpf: Propagate error code of the command to vmtest.shKP Singh2021-02-261-7/+19