summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2024-08-22selftests/bpf: rename nocsr -> bpf_fastcall in selftestsEduard Zingerman
2024-08-22selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocationEduard Zingerman
2024-08-21selftests/bpf: validate __xlated same way as __jitedEduard Zingerman
2024-08-21selftests/bpf: validate jit behaviour for tail callsEduard Zingerman
2024-08-21selftests/bpf: __jited test tag to check disassembly after jitEduard Zingerman
2024-08-21selftests/bpf: utility function to get program disassembly after jitEduard Zingerman
2024-08-21selftests/bpf: replace __regex macro with "{{...}}" patternsEduard Zingerman
2024-08-21selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman
2024-08-21selftests/bpf: correctly move 'log' upon successful matchEduard Zingerman
2024-08-21selftests/bpf: less spam in the log for message matchingEduard Zingerman
2024-08-21selftests/bpf: test passing iterator to a kfuncAndrii Nakryiko
2024-08-19selftest/bpf: Adapt inline asm operand constraint for GCC supportCupertino Miranda
2024-08-19selftests/bpf: Disable strict aliasing for verifier_nocsr.cCupertino Miranda
2024-08-15selftests/bpf: Monitor traffic for select_reuseport.Kui-Feng Lee
2024-08-15selftests/bpf: Monitor traffic for sockmap_listen.Kui-Feng Lee
2024-08-15selftests/bpf: Monitor traffic for tc_redirect.Kui-Feng Lee
2024-08-15selftests/bpf: netns_new() and netns_free() helpers.Kui-Feng Lee
2024-08-15selftests/bpf: Add the traffic monitor option to test_progs.Kui-Feng Lee
2024-08-15selftests/bpf: Add traffic monitor functions.Kui-Feng Lee
2024-08-14selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: add proper section name to bpf prog and rename itAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)
2024-08-07selftests/bpf: Add tests for bpf_get_dentry_xattrSong Liu
2024-08-06selftests/bpf: add positive tests for new VFS based BPF kfuncsMatt Bobrowski
2024-08-06selftests/bpf: add negative tests for new VFS based BPF kfuncsMatt Bobrowski
2024-08-02selftests/bpf: Fix a btf_dump selftest failureYonghong Song
2024-07-31selftests/bpf: add wrong type test to cgroup devAlexis Lothoré (eBPF Foundation)
2024-07-31selftests/bpf: convert test_dev_cgroup to test_progsAlexis Lothoré (eBPF Foundation)
2024-07-31selftests/bpf: do not disable /dev/null device access in cgroup dev testAlexis Lothoré (eBPF Foundation)
2024-07-30selftests/bpf: fix RELEASE=1 compilation for sock_addr.cAndrii Nakryiko
2024-07-30selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar
2024-07-30selftests/bpf: Fix using stdout, stderr as struct field namesTony Ambardar
2024-07-30selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar
2024-07-30selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar
2024-07-30selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar
2024-07-30selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar
2024-07-30selftests/bpf: Fix arg parsing in veristat, test_progsTony Ambardar
2024-07-30selftests/bpf: Use portable POSIX basename()Tony Ambardar
2024-07-29selftests/bpf: Load struct_ops map in global_maps_resize testDavid Vernet
2024-07-29selftests/bpf: Integrate test_xdp_veth into test_progsAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Update xdp_redirect_map prog sections for libbpfAlexis Lothoré (eBPF Foundation)
2024-07-29selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling crypto_sanity.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar
2024-07-29selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar