summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-201-2/+2
* bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-201-0/+12
* bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-151-7/+12
* bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-241-6/+6
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-091-1/+1
* bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-091-20/+397
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+2
|\
| * bpf: btf: allow typedef func_protoYonghong Song2019-01-291-1/+2
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-0/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-19/+85
|\ \ | |/ |/|
| * bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
* | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
|/
* bpf: fix bpffs bitfield pretty printYonghong Song2019-01-111-6/+6
* bpf: log struct/union attribute for forward typeYonghong Song2018-12-191-1/+7