summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)Author
2022-10-17bpf: prevent decl_tag from being referenced in func_protoStanislav Fomichev
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu
2022-09-21bpf: Allow kfuncs to be used in LSM programsKP Singh
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean
2022-09-16bpf/btf: Use btf_type_str() whenever possiblePeilin Ye
2022-09-10bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires
2022-09-07bpf/btf: bump BTF_KFUNC_SET_MAX_CNTBenjamin Tissoires
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires
2022-09-06bpf: Allow struct argument in trampoline based programsYonghong Song
2022-08-09bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires
2022-07-29bpf: btf: Fix vsnprintf return value checkFedor Tokarev
2022-07-21bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi
2022-07-21bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-15bpf: Fix check against plain integer v 'NULL'Ben Dooks
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-05bpf, libbpf: Add type match supportDaniel Müller
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev
2022-06-24bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-15bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi
2022-06-07bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen
2022-06-07bpf: Add btf enum64 supportYonghong Song
2022-05-20bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi
2022-03-28bpf: Fix maximum permitted number of arguments checkYuntao Wang
2022-03-21bpf: Simplify check in btf_parse_hdr()Yuntao Wang
2022-03-20bpf: Check for NULL return from bpf_get_btf_vmlinuxKumar Kartikeya Dwivedi
2022-03-19bpf: Always raise reference in btf_get_module_btfKumar Kartikeya Dwivedi
2022-03-18bpf: Factor out fd returning from bpf_btf_find_by_name_kindKumar Kartikeya Dwivedi
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi
2022-03-05bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi
2022-02-28bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien
2022-02-23bpf: Cleanup commentsTom Rix