summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-05-09selftests/bpf: Drop get_port in test_tcp_check_syncookieGeliang Tang-18/+3
2024-05-09selftests/bpf: Use connect_to_fd in test_tcp_check_syncookieGeliang Tang-33/+5
2024-05-09selftests/bpf: Use connect_to_fd in sockopt_inheritGeliang Tang-30/+1
2024-05-09selftests/bpf: Use start_server_addr in test_tcp_check_syncookieGeliang Tang-44/+25
2024-05-09selftests/bpf: Use start_server_addr in sockopt_inheritGeliang Tang-21/+12
2024-05-09selftests/bpf: Add post_socket_cb for network_helper_optsGeliang Tang-9/+18
2024-05-09Merge branch 'selftests-bpf-retire-bpf_tcp_helpers-h'Alexei Starovoitov-426/+191
2024-05-09selftests/bpf: Retire bpf_tcp_helpers.hMartin KaFai Lau-241/+0
2024-05-09selftests/bpf: Remove the bpf_tcp_helpers.h usages from other non tcp-cc testsMartin KaFai Lau-38/+23
2024-05-09selftests/bpf: Remove bpf_tcp_helpers.h usages from other misc bpf tcp-cc testsMartin KaFai Lau-10/+2
2024-05-09selftests/bpf: Use bpf_tracing_net.h in bpf_dctcpMartin KaFai Lau-7/+15
2024-05-09selftests/bpf: Use bpf_tracing_net.h in bpf_cubicMartin KaFai Lau-4/+12
2024-05-09selftests/bpf: Rename tcp-cc private struct in bpf_cubic and bpf_dctcpMartin KaFai Lau-18/+18
2024-05-09selftests/bpf: Sanitize the SEC and inline usages in the bpf-tcp-cc testsMartin KaFai Lau-75/+77
2024-05-09selftests/bpf: Reuse the tcp_sk() from the bpf_tracing_net.hMartin KaFai Lau-21/+3
2024-05-09selftests/bpf: Add a few tcp helper functions and macros to bpf_tracing_net.hMartin KaFai Lau-13/+42
2024-05-09selftests/bpf: Remove bpf_tracing_net.h usages from two networking testsMartin KaFai Lau-2/+2
2024-05-08bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi-0/+1
2024-05-08bpf: guard BPF_NO_PRESERVE_ACCESS_INDEX in skb_pkt_end.cJose E. Marchesi-0/+2
2024-05-08bpf: avoid UB in usages of the __imm_insn macroJose E. Marchesi-0/+13
2024-05-08bpf: avoid uninitialized warnings in verifier_global_subprogs.cJose E. Marchesi-0/+7
2024-05-08bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan-9/+40
2024-05-07Merge branch 'libbpf: further struct_ops fixes and improvements'Martin KaFai Lau-17/+156
2024-05-07selftests/bpf: shorten subtest names for struct_ops_module testAndrii Nakryiko-4/+4
2024-05-07selftests/bpf: validate struct_ops early failure detection logicAndrii Nakryiko-0/+64
2024-05-07libbpf: improve early detection of doomed-to-fail BPF program loadingAndrii Nakryiko-1/+14
2024-05-07libbpf: fix libbpf_strerror_r() handling unknown errorsAndrii Nakryiko-2/+14
2024-05-07selftests/bpf: add another struct_ops callback use case testAndrii Nakryiko-0/+49
2024-05-07libbpf: handle yet another corner case of nulling out struct_ops programAndrii Nakryiko-1/+9
2024-05-07libbpf: remove unnecessary struct_ops prog validity checkAndrii Nakryiko-10/+3
2024-05-07Merge branch 'fix-number-of-arguments-in-test'Andrii Nakryiko-14/+30
2024-05-07selftests/bpf: Change functions definitions to support GCCCupertino Miranda-6/+21
2024-05-07selftests/bpf: Add CFLAGS per source file and runnerCupertino Miranda-8/+9
2024-05-07bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCCJose E. Marchesi-1/+1
2024-05-07Merge branch 'bpf-avoid-attribute-ignored-warnings-in-gcc'Andrii Nakryiko-2/+2
2024-05-07bpf: Disable some `attribute ignored' warnings in GCCJose E. Marchesi-1/+1
2024-05-07bpf: Avoid __hidden__ attribute in static objectJose E. Marchesi-1/+1
2024-05-07bpf: Remove redundant page mask of vmf->addressHaiyue Wang-1/+1
2024-05-06Merge branch 'bpf-verifier-range-computation-improvements'Alexei Starovoitov-65/+104
2024-05-06selftests/bpf: MUL range computation tests.Cupertino Miranda-0/+21
2024-05-06bpf/verifier: relax MUL range computation checkCupertino Miranda-5/+1
2024-05-06selftests/bpf: XOR and OR range computation tests.Cupertino Miranda-0/+42
2024-05-06bpf/verifier: improve XOR and OR range computationCupertino Miranda-2/+2
2024-05-06bpf/verifier: refactor checks for range computationCupertino Miranda-64/+45
2024-05-06bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda-5/+4
2024-05-06bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard-1/+1
2024-05-06selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirectMichal Schmidt-2/+2
2024-05-06selftests/bpf: Use bpf_tracing.h instead of bpf_tcp_helpers.hMartin KaFai Lau-4/+5
2024-05-02libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi-47/+47
2024-05-02libbpf: Fix bpf_ksym_exists() in GCCJose E. Marchesi-3/+14