summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22bpf, docs: Fix typos in instruction-set.rstDave Thaler1-37/+37
2024-02-22Merge branch 'selftests-bpf-reduce-tcp_custom_syncookie-verification-complexity'Alexei Starovoitov1-30/+53
2024-02-22selftests/bpf: update tcp_custom_syncookie to use scalar packet offsetEduard Zingerman1-30/+53
2024-02-22bpf: Shrink size of struct bpf_map/bpf_array.Alexei Starovoitov1-9/+3
2024-02-22selftests/bpf: Remove intermediate test files.Alexei Starovoitov1-0/+3
2024-02-16selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza1-3/+2
2024-02-16bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song3-9/+21
2024-02-16bpf: improve duplicate source code line detectionAndrii Nakryiko1-2/+15
2024-02-15bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko1-5/+25
2024-02-14libbpf: Make remark about zero-initializing bpf_*_info structsMatt Bobrowski1-5/+17
2024-02-14bpf: emit source code file name and line number in verifier logAndrii Nakryiko2-5/+14
2024-02-14Merge branch 'fix-global-subprog-ptr_to_ctx-arg-handling'Alexei Starovoitov5-24/+88
2024-02-14selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko1-0/+29
2024-02-14bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko2-0/+22
2024-02-14bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global argAndrii Nakryiko1-0/+15
2024-02-14bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko3-24/+22
2024-02-14bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine2-4/+2
2024-02-14Merge branch 'Support PTR_MAYBE_NULL for struct_ops arguments.'Martin KaFai Lau10-42/+406
2024-02-14selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee5-1/+115
2024-02-14bpf: Create argument information for nullable arguments.Kui-Feng Lee5-12/+257
2024-02-14bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee3-28/+32
2024-02-14bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee2-1/+2
2024-02-14bpf, docs: Update ISA document titleDave Thaler1-4/+4
2024-02-13libbpf: Add support to GCC in CORE macro definitionsCupertino Miranda1-7/+38
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi19-42/+102
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song2-0/+57
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2-11/+14
2024-02-13bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu1-2/+2
2024-02-12bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver5-90/+41
2024-02-08Merge branch 'bpf, btf: Add DEBUG_INFO_BTF checks for __register_bpf_struct_ops'Martin KaFai Lau1-21/+18
2024-02-08bpf, btf: Check btf for register_bpf_struct_opsGeliang Tang1-1/+3
2024-02-08bpf, btf: Add check_btf_kconfigs helperGeliang Tang1-18/+15
2024-02-08bpf, btf: Fix return value of register_btf_id_dtor_kfuncsGeliang Tang1-4/+2
2024-02-08bpf: Merge two CONFIG_BPF entriesMasahiro Yamada2-5/+1
2024-02-08selftests/bpf: Mark cpumask kfunc declarations as __weakYafang Shao1-28/+29
2024-02-08selftests/bpf: Fix error checking for cpumask_success__load()Yafang Shao1-3/+3
2024-02-08Merge branch 'tools-resolve_btfids-fix-cross-compilation-to-non-host-endianness'Andrii Nakryiko2-14/+65
2024-02-08tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik1-0/+35
2024-02-08tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik2-14/+30
2024-02-06libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen1-2/+2
2024-02-06bpf: Use -Wno-address-of-packed-member in some selftestsJose E. Marchesi3-0/+6
2024-02-06bpf, docs: Fix typos in instructions-set.rstDave Thaler1-3/+4
2024-02-06selftests/bpf: mark dynptr kfuncs __weak to make them optional on old kernelsAndrii Nakryiko1-9/+9
2024-02-06libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko1-3/+3
2024-02-06Merge branch 'xsk-support-redirect-to-any-socket-bound-to-the-same-umem'Alexei Starovoitov2-15/+23
2024-02-06xsk: document ability to redirect to any socket bound to the same umemMagnus Karlsson1-14/+19
2024-02-06xsk: support redirect to any socket bound to the same umemMagnus Karlsson1-1/+4
2024-02-06Merge branch 'transfer-rcu-lock-state-across-subprog-calls'Alexei Starovoitov3-2/+127
2024-02-06selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi2-0/+126
2024-02-06bpf: Transfer RCU lock state between subprog callsKumar Kartikeya Dwivedi1-2/+1