summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2024-05-09selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang2-44/+25
2024-05-09selftests/bpf: Use start_server_addr in sockopt_inheritGeliang Tang1-21/+12
2024-05-09selftests/bpf: Add post_socket_cb for network_helper_optsGeliang Tang2-9/+18
2024-05-09selftests/bpf: Retire bpf_tcp_helpers.hMartin KaFai Lau1-241/+0
2024-05-09selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non tcp-cc testsMartin KaFai Lau7-38/+23
2024-05-09selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc testsMartin KaFai Lau2-10/+2
2024-05-09selftests/bpf: Use bpf_tracing_net.h in bpf_dctcpMartin KaFai Lau1-7/+15
2024-05-09selftests/bpf: Use bpf_tracing_net.h in bpf_cubicMartin KaFai Lau1-4/+12
2024-05-09selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcpMartin KaFai Lau2-18/+18
2024-05-09selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc testsMartin KaFai Lau10-75/+77
2024-05-09selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.hMartin KaFai Lau3-21/+3
2024-05-09selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.hMartin KaFai Lau2-13/+42
2024-05-09selftests/bpf: Remove bpf_tracing_net.h usages from two networking testsMartin KaFai Lau2-2/+2
2024-05-08bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.cJose E. Marchesi1-0/+2
2024-05-08bpf: avoid UB in usages of the __imm_insn macroJose E. Marchesi1-0/+13
2024-05-08bpf: avoid uninitialized warnings in verifier_global_subprogs.cJose E. Marchesi1-0/+7
2024-05-08bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan1-1/+0
2024-05-08selftests/bpf: shorten subtest names for struct_ops_module testAndrii Nakryiko1-4/+4
2024-05-08selftests/bpf: validate struct_ops early failure detection logicAndrii Nakryiko2-0/+64
2024-05-08selftests/bpf: add another struct_ops callback use case testAndrii Nakryiko2-0/+49
2024-05-08selftests/bpf: Change functions definitions to support GCCCupertino Miranda1-6/+21
2024-05-08selftests/bpf: Add CFLAGS per source file and runnerCupertino Miranda1-8/+9
2024-05-08bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCCJose E. Marchesi1-1/+1
2024-05-08bpf: Disable some `attribute ignored' warnings in GCCJose E. Marchesi1-1/+1
2024-05-08bpf: Avoid __hidden__ attribute in static objectJose E. Marchesi1-1/+1
2024-05-07selftests/bpf: MUL range computation tests.Cupertino Miranda1-0/+21
2024-05-07selftests/bpf: XOR and OR range computation tests.Cupertino Miranda1-0/+42
2024-05-06selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirectMichal Schmidt1-2/+2
2024-05-06selftests/bpf: Use bpf_tracing.h instead of bpf_tcp_helpers.hMartin KaFai Lau4-4/+5
2024-05-03selftests/bpf: Add test for the use of new args in cong_controlMiao Xu3-0/+233
2024-05-03tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-3/+3
2024-05-03selftests/bpf: Add kernel socket operation testsJordan Rife1-0/+472
2024-05-03selftests/bpf: Make sock configurable for each test caseJordan Rife1-42/+98
2024-05-03selftests/bpf: Move IPv4 and IPv6 sockaddr test casesJordan Rife2-314/+268
2024-05-02selftests/bpf: Implement BPF programs for kernel socket operationsJordan Rife1-0/+65
2024-05-02selftests/bpf: Implement socket kfuncs for bpf_testmodJordan Rife2-0/+282
2024-05-02selftests/bpf: Fix bind program for big endian systemsJordan Rife3-16/+39
2024-05-02bpf: Missing trailing slash in tools/testing/selftests/bpf/MakefileJose E. Marchesi1-1/+1
2024-05-01libbpf: better fix for handling nulled-out struct_ops programAndrii Nakryiko1-1/+1
2024-05-01selftests/bpf: add tests for the "module: Function" syntaxViktor Malik2-0/+29
2024-05-01selftests/bpf: Drop start_server_proto helperGeliang Tang1-9/+2
2024-05-01selftests/bpf: Make start_mptcp_server staticGeliang Tang3-9/+16
2024-05-01selftests/bpf: Add opts argument for __start_serverGeliang Tang1-12/+15
2024-04-30selftests/bpf: Add kprobe session cookie testJiri Olsa3-0/+94
2024-04-30selftests/bpf: Add kprobe session testJiri Olsa3-0/+120
2024-04-30selftests/bpf: Drop an unused local variableBenjamin Tissoires1-2/+0
2024-04-30selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko2-2/+23
2024-04-30selftests/bpf: Free strdup memory in veristatGeliang Tang1-1/+4
2024-04-30selftests/bpf: Free strdup memory in test_sockmapGeliang Tang1-2/+8
2024-04-30selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik2-1/+9