summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)Author
2020-06-25bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-09bpf: Support variable length array in tracing programsYonghong Song
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-30bpf: btf: Fix arg verification in btf_ctx_access()KP Singh
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-02-11bpf: Make btf_check_func_type_match() staticHongbo Yao
2020-02-04bpf: Fix modifier skipping logicAlexei Starovoitov
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau
2020-01-25bpf: Allow BTF ctx access for string pointersJiri Olsa
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau
2020-01-09bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau
2020-01-09bpf: Add enum support to btf_ctx_access()Martin KaFai Lau
2020-01-09bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau
2019-12-11bpf: Fix build in minimal configurations, againArnd Bergmann
2019-11-29bpf: Fix build in minimal configurationsAlexei Starovoitov
2019-11-27bpf: Fix static checker warningAlexei Starovoitov
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov
2019-11-15bpf: Annotate context typesAlexei Starovoitov
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov
2019-11-07bpf: Add array support to btf_struct_accessMartin KaFai Lau
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King
2019-09-19bpf: fix BTF verification of enumsAlexei Starovoitov
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet
2019-07-15bpf: fix BTF verifier size resolution logicAndrii Nakryiko
2019-06-24bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-01-29bpf: btf: allow typedef func_protoYonghong Song