aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+13
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song1-0/+13
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song1-2/+3
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song1-1/+0
2020-07-15bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye1-0/+5
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-92/+11
2020-07-13bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa1-8/+6
2020-07-13bpf: Remove btf_id helpers resolvingJiri Olsa1-84/+5
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-06-25bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend1-2/+2
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-0/+1
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov1-0/+40
2020-06-22bpf: Switch btf_parse_vmlinux to btf_find_by_name_kindAndrey Ignatov1-17/+6
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song1-5/+10
2020-05-09bpf: Support variable length array in tracing programsYonghong Song1-0/+37
2020-05-09bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song1-1/+4
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko1-0/+2
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-11/+34
2020-03-30bpf: btf: Fix arg verification in btf_ctx_access()KP Singh1-7/+17
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh1-1/+15
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman1-1/+2
2020-03-19bpf: Support llvm-objcopy for vmlinux BTFFangrui Song1-5/+4
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi1-1/+1
2020-03-04bpf: Attachment verification for BPF_MODIFY_RETURNKP Singh1-8/+20
2020-03-04bpf: Introduce BPF_MODIFY_RETURNKP Singh1-1/+2
2020-02-11bpf: Make btf_check_func_type_match() staticHongbo Yao1-3/+3
2020-02-04bpf: Fix modifier skipping logicAlexei Starovoitov1-5/+3
2020-01-29bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()Martin KaFai Lau1-1/+1
2020-01-25bpf: Allow BTF ctx access for string pointersJiri Olsa1-0/+16
2020-01-22bpf: Introduce dynamic program extensionsAlexei Starovoitov1-1/+151
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov1-31/+144
2020-01-09bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau1-11/+9
2020-01-09bpf: Introduce BPF_PROG_TYPE_STRUCT_OPSMartin KaFai Lau1-27/+61
2020-01-09bpf: Support bitfield read access in btf_struct_accessMartin KaFai Lau1-5/+39
2020-01-09bpf: Add enum support to btf_ctx_access()Martin KaFai Lau1-1/+1
2020-01-09bpf: Avoid storing modifier to info->btf_idMartin KaFai Lau1-3/+6
2019-12-11bpf: Fix build in minimal configurations, againArnd Bergmann1-0/+1
2019-11-29bpf: Fix build in minimal configurationsAlexei Starovoitov1-0/+1
2019-11-27bpf: Fix static checker warningAlexei Starovoitov1-1/+3
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-8/+62
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov1-0/+82
2019-11-15bpf: Annotate context typesAlexei Starovoitov1-3/+111
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-1/+25
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov1-4/+73
2019-11-07bpf: Add array support to btf_struct_accessMartin KaFai Lau1-29/+166
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau1-60/+13
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov1-0/+68