summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa2021-05-071-0/+12
* bpf: Remove redundant assignment of variable idColin Ian King2021-03-301-1/+0
* bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-271-5/+60
* bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau2021-03-271-73/+86
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-101-13/+95
|\
| * bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-051-2/+81
| * bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov2021-02-261-11/+14
* | bpf: Drop imprecise log messageDmitrii Banshchikov2021-02-241-2/+0
|/
* bpf: Support pointers in global func argsDmitrii Banshchikov2021-02-131-10/+45
* bpf: Rename bpf_reg_state variablesDmitrii Banshchikov2021-02-131-8/+12
* bpf: Permit size-0 datasecYonghong Song2021-01-201-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-1/+1
|\
| * bpf: Allow empty module BTFsAndrii Nakryiko2021-01-121-1/+1
* | bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko2021-01-131-2/+29
|/
* bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-041-0/+5
* bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-041-21/+44
* bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko2020-11-111-0/+4
* bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-111-0/+194
* bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-111-3/+40
* bpf: Add in-kernel split BTF supportAndrii Nakryiko2020-11-111-52/+119
* bpf, btf: Remove the duplicate btf_ids.h includeWang Qing2020-11-101-1/+0
* bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-031-10/+0
* bpf: Introduce pseudo_btf_idHao Luo2020-10-021-15/+0
* bpf: Fix context type resolving for extension programsToke Høiland-Jørgensen2020-09-291-1/+8
* bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-291-3/+3
* bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-291-2/+2
* bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire2020-09-291-102/+905
* bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2020-09-291-3/+3
* bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-221-13/+0
* btf: Make btf_set_contains take a const pointerLorenz Bauer2020-09-221-1/+1
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-261-0/+14
* bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-261-0/+31
* bpf: Factor btf_struct_access functionJiri Olsa2020-08-261-10/+65
* bpf: Remove recursion call in btf_struct_accessJiri Olsa2020-08-261-6/+5
* bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-261-4/+9
* bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-261-3/+7
* bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-261-7/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-041-0/+13
|\
| * bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-261-0/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+1
|\ \ | |/ |/|
| * bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye2020-07-151-0/+5
* | bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-2/+3
* | bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-141-92/+11
|\ \
| * | bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa2020-07-131-8/+6
| * | bpf: Remove btf_id helpers resolvingJiri Olsa2020-07-131-84/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-2/+2
|\ \ \ | |/ / |/| / | |/
| * bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-2/+2
* | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-251-0/+1
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-0/+40