aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2020-05-27bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-20selftests/bpf: Enforce returning 0 for fentry/fexit programsYonghong Song
2020-05-02selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev
2020-04-23bpf: Test_progs, add test to catch retval refine error handlingJohn Fastabend
2020-03-05selftests/bpf: Add send_signal_sched_switch testYonghong Song
2020-01-25selftest/bpf: Add test for allowed trampolines countJiri Olsa
2020-01-24selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer
2020-01-22bpf: tcp: Add bpf_cubic exampleMartin KaFai Lau
2020-01-22selftests/bpf: Add tests for program extensionsAlexei Starovoitov
2020-01-20selftests: Use consistent include paths for libbpfToke Høiland-Jørgensen
2020-01-15selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP pr...Eelco Chaudron
2020-01-15tools/bpf: Add self tests for bpf_send_signal_thread()Yonghong Song
2020-01-10selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macrosAndrii Nakryiko
2020-01-10selftests/bpf: Add unit tests for global functionsAlexei Starovoitov
2020-01-10selftests/bpf: Modify a test to check global functionsAlexei Starovoitov
2020-01-10selftests/bpf: Add a test for a large global functionAlexei Starovoitov
2020-01-10selftests/bpf: Add fexit-to-skb test for global funcsAlexei Starovoitov
2020-01-09bpf: Add bpf_dctcp exampleMartin KaFai Lau
2019-12-18libbpf: Put Kconfig externs into .kconfig sectionAndrii Nakryiko
2019-12-18bpf: Allow to change skb mark in test_runNikita V. Shirokov
2019-12-15selftests/bpf: Add flexible array relocation testsAndrii Nakryiko
2019-12-15selftests/bpf: Add tests for libbpf-provided externsAndrii Nakryiko
2019-12-15selftests/bpf: Add test validating data section to struct convertion layoutAndrii Nakryiko
2019-12-15selftests/bpf: Add BPF skeletons selftests and convert attach_probe.cAndrii Nakryiko
2019-12-13selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUNStanislav Fomichev
2019-12-13selftests/bpf: Let libbpf determine program type from section nameJakub Sitnicki
2019-12-04selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no calleesYonghong Song
2019-12-04selftests/bpf: De-flake test_tcpbpfStanislav Fomichev
2019-11-27libbpf: Fix global variable relocationAndrii Nakryiko
2019-11-24bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau
2019-11-24bpf, testing: Add various tail call test casesDaniel Borkmann
2019-11-24selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov
2019-11-24selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko
2019-11-24libbpf: Support initialized global variablesAndrii Nakryiko
2019-11-19libbpf: Fix call relocation offset calculation bugAndrii Nakryiko
2019-11-18selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song
2019-11-18selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko
2019-11-15selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov
2019-11-15selftests/bpf: Extend test_pkt_access testAlexei Starovoitov
2019-11-15selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov
2019-11-15selftests/bpf: Add test for BPF trampolineAlexei Starovoitov
2019-11-15selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov
2019-11-11bpf, testing: Workaround a verifier failure for test_progsYonghong Song
2019-11-10selftests/bpf: Add tests for automatic map unpinning on load failureToke Høiland-Jørgensen
2019-11-07bpf: Add cb access in kfree_skb testMartin KaFai Lau
2019-11-06libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usageAndrii Nakryiko
2019-11-04selftests/bpf: Add field size relocation testsAndrii Nakryiko
2019-11-04selftest/bpf: Add relocatable bitfield reading testsAndrii Nakryiko
2019-11-04selftests/bpf: Remove too strict field offset relo test casesAndrii Nakryiko
2019-11-02bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann