summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko2020-12-031-0/+5
* bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko2020-12-031-21/+44
* bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko2020-11-101-0/+4
* bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-101-0/+194
* bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-101-3/+40
* bpf: Add in-kernel split BTF supportAndrii Nakryiko2020-11-101-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-021-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-281-2/+2
* bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire2020-09-281-102/+905
* bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2020-09-281-3/+3
* bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-211-13/+0
* btf: Make btf_set_contains take a const pointerLorenz Bauer2020-09-211-1/+1
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-251-0/+14
* bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-251-0/+31
* bpf: Factor btf_struct_access functionJiri Olsa2020-08-251-10/+65
* bpf: Remove recursion call in btf_struct_accessJiri Olsa2020-08-251-6/+5
* bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-251-4/+9
* bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-251-3/+7
* bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-251-7/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-0/+13
|\
| * bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-251-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-131-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-241-0/+1
* | bpf: Support access to bpf map fieldsAndrey Ignatov2020-06-221-0/+40
* | bpf: Switch btf_parse_vmlinux to btf_find_by_name_kindAndrey Ignatov2020-06-221-17/+6
|/
* bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song2020-05-131-5/+10
* bpf: Support variable length array in tracing programsYonghong Song2020-05-091-0/+37
* bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song2020-05-091-1/+4
* bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko2020-04-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-11/+34
|\
| * bpf: btf: Fix arg verification in btf_ctx_access()KP Singh2020-03-301-7/+17
| * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-1/+15
| * bpf: Support llvm-objcopy for vmlinux BTFFangrui Song2020-03-191-5/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-1/+2
|\ \
| * | bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2020-03-201-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+1
|\| | | |/ |/|
| * bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi2020-03-101-1/+1
* | bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh2020-03-041-8/+20