summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-09bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi1-0/+1
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 Mohan2-9/+40
2024-05-08Merge branch 'libbpf: further struct_ops fixes and improvements'Martin KaFai Lau5-17/+156
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-08libbpf: improve early detection of doomed-to-fail BPF program loadingAndrii Nakryiko1-1/+14
2024-05-08libbpf: fix libbpf_strerror_r() handling unknown errorsAndrii Nakryiko1-2/+14
2024-05-08selftests/bpf: add another struct_ops callback use case testAndrii Nakryiko2-0/+49
2024-05-08libbpf: handle yet another corner case of nulling out struct_ops programAndrii Nakryiko1-1/+9
2024-05-08libbpf: remove unnecessary struct_ops prog validity checkAndrii Nakryiko1-10/+3
2024-05-08Merge branch 'fix-number-of-arguments-in-test'Andrii Nakryiko2-14/+30
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-08Merge branch 'bpf-avoid-attribute-ignored-warnings-in-gcc'Andrii Nakryiko2-2/+2
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-08bpf: Remove redundant page mask of vmf->addressHaiyue Wang1-1/+1
2024-05-07Merge branch 'bpf-verifier-range-computation-improvements'Alexei Starovoitov2-65/+104
2024-05-07selftests/bpf: MUL range computation tests.Cupertino Miranda1-0/+21
2024-05-07bpf/verifier: relax MUL range computation checkCupertino Miranda1-5/+1
2024-05-07selftests/bpf: XOR and OR range computation tests.Cupertino Miranda1-0/+42
2024-05-07bpf/verifier: improve XOR and OR range computationCupertino Miranda1-2/+2
2024-05-07bpf/verifier: refactor checks for range computationCupertino Miranda1-64/+45
2024-05-07bpf/verifier: replace calls to mark_reg_unknown.Cupertino Miranda1-5/+4
2024-05-07bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard1-1/+1
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-03libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi2-47/+47
2024-05-03libbpf: Fix bpf_ksym_exists() in GCCJose E. Marchesi1-3/+14
2024-05-03libbpf: fix ring_buffer__consume_n() return result logicAndrii Nakryiko1-1/+1
2024-05-03libbpf: fix potential overflow in ring__consume_n()Andrii Nakryiko1-1/+1
2024-05-03Merge branch 'Add new args into tcp_congestion_ops' cong_control'Martin KaFai Lau8-7/+244
2024-05-03selftests/bpf: Add test for the use of new args in cong_controlMiao Xu3-0/+233
2024-05-03bpf: tcp: Allow to write tp->snd_cwnd_stamp in bpf_tcp_caMiao Xu1-0/+3
2024-05-03tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu5-7/+8
2024-05-03Merge branch 'selftests/bpf: Add sockaddr tests for kernel networking'Martin KaFai Lau8-341/+1193
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