summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument supportKumar Kartikeya Dwivedi1-21/+73
2021-12-19bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-1/+1
2021-12-19bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo1-1/+1
2021-12-19bpf: Introduce MEM_RDONLY flagHao Luo1-2/+1
2021-12-19bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo1-2/+5
2021-12-13bpf: Allow access to int pointer arguments in tracing programsJiri Olsa1-4/+3
2021-12-12bpf: Silence coverity false positive warning.Alexei Starovoitov1-4/+4
2021-12-12bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-2/+1
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-12/+398
2021-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+2
2021-12-09bpf: Remove redundant assignment to pointer tColin Ian King1-1/+1
2021-12-07bpf: Silence purge_cand_cache build warning.Alexei Starovoitov1-0/+2
2021-12-04bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao1-2/+1
2021-12-04libbpf: Reduce bpf_core_apply_relo_insn() stack usage.Alexei Starovoitov1-1/+10
2021-12-03bpf: Fix bpf_check_mod_kfunc_call for built-in modulesKumar Kartikeya Dwivedi1-2/+0
2021-12-03bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi1-7/+2
2021-12-02bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().Alexei Starovoitov1-1/+345
2021-12-02bpf: Adjust BTF log size limit.Alexei Starovoitov1-1/+1
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov1-0/+6
2021-12-02bpf: Prepare relo_core.c for kernel duty.Alexei Starovoitov1-0/+26
2021-12-02bpf: Rename btf_member accessors.Alexei Starovoitov1-9/+9
2021-11-12bpf: Introduce btf_tracing_idsSong Liu1-4/+4
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu1-1/+1
2021-11-12bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song1-1/+13
2021-11-07bpf: Introduce helper bpf_find_vmaSong Liu1-1/+4
2021-10-23bpf: Add BTF_KIND_DECL_TAG typedef supportYonghong Song1-2/+2
2021-10-19bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song1-22/+22
2021-10-06bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-0/+1
2021-10-06bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi1-0/+2
2021-10-06bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi1-0/+52
2021-09-15bpf: Support for new btf kind BTF_KIND_TAGYonghong Song1-0/+128
2021-08-26bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-0/+2
2021-07-30bpf: Emit better log message if bpf_iter ctx arg btf_id == 0Yonghong Song1-0/+5
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-14/+63
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2021-05-25bpf: Fix spelling mistakesZhen Lei1-3/+3
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov1-0/+62
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov1-4/+4
2021-05-07bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa1-0/+12
2021-03-30bpf: Remove redundant assignment of variable idColin Ian King1-1/+0
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau1-5/+60
2021-03-27bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau1-73/+86
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+95
2021-03-05bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich1-2/+81
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov1-11/+14
2021-02-24bpf: Drop imprecise log messageDmitrii Banshchikov1-2/+0
2021-02-13bpf: Support pointers in global func argsDmitrii Banshchikov1-10/+45
2021-02-13bpf: Rename bpf_reg_state variablesDmitrii Banshchikov1-8/+12
2021-01-21bpf: Permit size-0 datasecYonghong Song1-5/+0