summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-19bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire1-1/+1
2024-08-19bpf: annotate BTF show functions with __printfAlan Maguire1-4/+4
2023-06-28bpf/btf: Accept function names that contain dotsFlorent Revest1-12/+8
2023-03-17btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTRLorenz Bauer1-0/+1
2023-03-11bpf: Fix global subprog context argument resolution logicAndrii Nakryiko1-2/+11
2023-01-14bpf: Prevent decl_tag from being referenced in func_proto argStanislav Fomichev1-0/+5
2022-10-26bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-01-27bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao1-2/+1
2022-01-27bpf: Adjust BTF log size limit.Alexei Starovoitov1-1/+1
2021-06-16bpf: Forbid trampoline attach for functions with variable argumentsJiri Olsa1-0/+12
2020-10-03bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-10/+0
2020-10-03bpf: Introduce pseudo_btf_idHao Luo1-15/+0
2020-09-29bpf: Fix context type resolving for extension programsToke Høiland-Jørgensen1-1/+8
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen1-3/+3
2020-09-29bpf: Add bpf_seq_printf_btf helperAlan Maguire1-2/+2
2020-09-29bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire1-102/+905
2020-09-29bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen1-3/+3
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-13/+0
2020-09-22btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-08-26bpf: Add BTF_SET_START/END macrosJiri Olsa1-0/+14
2020-08-26bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+31
2020-08-26bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-26bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-26bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-26bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-26bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa1-7/+14
2020-08-04Merge 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-26bpf: 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-14Merge 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-25bpf: 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-10bpf: Support variable length array in tracing programsYonghong Song1-0/+37
2020-05-10bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song1-1/+4
2020-04-29bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko1-0/+2
2020-03-31Merge 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-30Merge 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-26Merge 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