summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no calleesYonghong Song2019-12-052-2/+28
* selftests/bpf: De-flake test_tcpbpfStanislav Fomichev2019-12-051-0/+1
* libbpf: Fix global variable relocationAndrii Nakryiko2019-11-284-17/+17
* bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau2019-11-255-174/+67
* bpf, testing: Add various tail call test casesDaniel Borkmann2019-11-255-0/+211
* selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov2019-11-251-0/+43
* selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko2019-11-251-0/+4
* libbpf: Support initialized global variablesAndrii Nakryiko2019-11-2513-26/+26
* libbpf: Fix call relocation offset calculation bugAndrii Nakryiko2019-11-203-6/+6
* selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song2019-11-181-1/+3
* selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko2019-11-181-0/+45
* selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov2019-11-151-0/+91
* selftests/bpf: Extend test_pkt_access testAlexei Starovoitov2019-11-151-2/+36
* selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov2019-11-151-0/+98
* selftests/bpf: Add test for BPF trampolineAlexei Starovoitov2019-11-151-0/+90
* selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov2019-11-151-0/+52
* bpf, testing: Workaround a verifier failure for test_progsYonghong Song2019-11-111-1/+4
* selftests/bpf: Add tests for automatic map unpinning on load failureToke Høiland-Jørgensen2019-11-111-1/+1
* bpf: Add cb access in kfree_skb testMartin KaFai Lau2019-11-071-5/+20
* libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usageAndrii Nakryiko2019-11-061-12/+7
* selftests/bpf: Add field size relocation testsAndrii Nakryiko2019-11-044-0/+88
* selftest/bpf: Add relocatable bitfield reading testsAndrii Nakryiko2019-11-048-0/+212
* selftests/bpf: Remove too strict field offset relo test casesAndrii Nakryiko2019-11-049-90/+4
* bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2019-11-021-0/+26
* bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helperDaniel Borkmann2019-11-024-52/+57
* selftests: Add tests for automatic map pinningToke Høiland-Jørgensen2019-11-022-0/+47
* selftests/bpf: Make reference_tracking test use subtestsAndrii Nakryiko2019-10-211-9/+9
* selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongsAndrii Nakryiko2019-10-171-0/+59
* selftests/bpf: Make CO-RE reloc test impartial to test_progs flavorAndrii Nakryiko2019-10-172-2/+3
* selftests/bpf: Add kfree_skb raw_tp testAlexei Starovoitov2019-10-171-0/+103
* selftests: bpf: Add selftest for __sk_buff tstampStanislav Fomichev2019-10-161-0/+1
* selftests/bpf: Add field existence CO-RE relocs testsAndrii Nakryiko2019-10-1610-0/+159
* selftests/bpf: Add read-only map values propagation testsAndrii Nakryiko2019-10-111-0/+83
* selftests/bpf: Fix btf_dump padding test caseAndrii Nakryiko2019-10-101-1/+4
* selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro testsAndrii Nakryiko2019-10-082-1/+62
* libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpersAndrii Nakryiko2019-10-089-0/+9
* selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko2019-10-083-0/+3
* selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macroAndrii Nakryiko2019-10-089-36/+54
* selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko2019-10-084-14/+14
* libbpf: stop enforcing kern_version, populate it for usersAndrii Nakryiko2019-10-064-4/+0
* libbpf: Fix BTF-defined map's __type macro handling of arraysAndrii Nakryiko2019-10-061-2/+1
* selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko2019-09-251-1/+4
* selftests/bpf: add bpf-gcc supportIlya Leoshkevich2019-09-161-0/+1
* selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpuIlya Leoshkevich2019-09-032-16/+8
* selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev2019-08-171-0/+97
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-1460-19/+1403
|\
| * selftests/bpf: fix race in flow dissector testsPetar Penkov2019-08-131-7/+6
| * tools/bpf: fix core_reloc.c compilation errorYonghong Song2019-08-081-1/+1
| * selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko2019-08-073-0/+87
| * selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko2019-08-0710-0/+169