summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bpf: Introduce BPF_MODIFY_RETURNKP Singh2020-03-041-1/+2
|/
* bpf: Make btf_check_func_type_match() staticHongbo Yao2020-02-111-3/+3
* bpf: Fix modifier skipping logicAlexei Starovoitov2020-02-041-5/+3
* bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau2020-01-291-1/+1
* bpf: Allow BTF ctx access for string pointersJiri Olsa2020-01-251-0/+16
* bpf: Introduce dynamic program extensionsAlexei Starovoitov2020-01-221-1/+151
* bpf: Introduce function-by-function verificationAlexei Starovoitov2020-01-101-31/+144
* bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-11/+9
* bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-27/+61
* bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau2020-01-091-5/+39
* bpf: Add enum support to btf_ctx_access()Martin KaFai Lau2020-01-091-1/+1
* bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau2020-01-091-3/+6
* bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
* bpf: Fix build in minimal configurationsAlexei Starovoitov2019-11-291-0/+1
* bpf: Fix static checker warningAlexei Starovoitov2019-11-271-1/+3
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-8/+62
* bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-151-0/+82
* bpf: Annotate context typesAlexei Starovoitov2019-11-151-3/+111
* bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-1/+25
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-4/+73
* bpf: Add array support to btf_struct_accessMartin KaFai Lau2019-11-071-29/+166
* bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-241-60/+13
* bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-0/+68
* bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-171-0/+190
* bpf: Process in-kernel BTFAlexei Starovoitov2019-10-171-1/+70
* bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-261-1/+1
* bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-191-3/+2