aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22bpf: Add BTF_KIND_DECL_TAG typedef supportYonghong Song1-2/+2
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song1-22/+22
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi1-0/+1
2021-10-05bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi1-0/+2
2021-10-05bpf: btf: Introduce helpers for dynamic BTF set registrationKumar Kartikeya Dwivedi1-0/+52
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGYonghong Song1-0/+128
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu1-0/+2
2021-07-29bpf: 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-24bpf: 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-26bpf: Support bpf program calling kernel functionMartin KaFai Lau1-5/+60
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau1-73/+86
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-13/+95
2021-03-04bpf: 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-12bpf: Support pointers in global func argsDmitrii Banshchikov1-10/+45
2021-02-12bpf: Rename bpf_reg_state variablesDmitrii Banshchikov1-8/+12
2021-01-20bpf: Permit size-0 datasecYonghong Song1-5/+0
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko1-2/+29
2021-01-12bpf: Allow empty module BTFsAndrii Nakryiko1-1/+1
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko1-0/+5
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-21/+44
2020-11-10bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko1-0/+4
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko1-0/+194
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko1-3/+40
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko1-52/+119
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing1-1/+0
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-10/+0
2020-10-02bpf: Introduce pseudo_btf_idHao Luo1-15/+0
2020-09-29bpf: Fix context type resolving for extension programsToke Høiland-Jørgensen1-1/+8
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen1-3/+3
2020-09-28bpf: Add bpf_seq_printf_btf helperAlan Maguire1-2/+2
2020-09-28bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire1-102/+905
2020-09-28bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen1-3/+3
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-13/+0
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa1-0/+14
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+31
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7