- 290248a bpf: Allow to specify kernel module BTFs when attaching BPF programs by Andrii Nakryiko · 4 years, 1 month ago
- 22dc4a0 bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier by Andrii Nakryiko · 4 years, 1 month ago
- 7112d12 bpf: Compile out btf_parse_module() if module BTF is not enabled by Andrii Nakryiko · 4 years, 2 months ago
- 36e6844 bpf: Load and verify kernel module BTFs by Andrii Nakryiko · 4 years, 2 months ago
- 5329722 bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO by Andrii Nakryiko · 4 years, 2 months ago
- 951bb64 bpf: Add in-kernel split BTF support by Andrii Nakryiko · 4 years, 2 months ago
- 666475c bpf, btf: Remove the duplicate btf_ids.h include by Wang Qing · 4 years, 2 months ago
- eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 4 months ago
- 4976b71 bpf: Introduce pseudo_btf_id by Hao Luo · 4 years, 4 months ago
- 43bc287 bpf: Fix context type resolving for extension programs by Toke Høiland-Jørgensen · 4 years, 4 months ago
- 3aac1ea bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach by Toke Høiland-Jørgensen · 4 years, 4 months ago
- eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 4 months ago
- 31d0bc8 bpf: Move to generic BTF show support, apply it to seq files/strings by Alan Maguire · 4 years, 4 months ago
- efc6815 bpf: change logging calls from verbose() to bpf_log() and use log pointer by Toke Høiland-Jørgensen · 4 years, 4 months ago
- 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 4 months ago
- 2af30f1 btf: Make btf_set_contains take a const pointer by Lorenz Bauer · 4 years, 4 months ago
- eae2e83 bpf: Add BTF_SET_START/END macros by Jiri Olsa · 4 years, 5 months ago
- faaf4a7 bpf: Add btf_struct_ids_match function by Jiri Olsa · 4 years, 5 months ago
- 1c6d28a bpf: Factor btf_struct_access function by Jiri Olsa · 4 years, 5 months ago
- dafe58f bpf: Remove recursion call in btf_struct_access by Jiri Olsa · 4 years, 5 months ago
- 887c31a bpf: Add type_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 5 months ago
- 69ff304 bpf: Add elem_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 5 months ago
- 6298399 bpf: Move btf_resolve_size into __btf_resolve_size by Jiri Olsa · 4 years, 5 months ago
- 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- afbf21d bpf: Support readonly/readwrite buffers in verifier by Yonghong Song · 4 years, 6 months ago
- 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 6 months ago
- bc4f054 bpf: Compute bpf_skc_to_*() helper socket btf ids at build time by Yonghong Song · 4 years, 6 months ago
- 5b801df bpf: Fix NULL pointer dereference in __btf_resolve_helper_id() by Peilin Ye · 4 years, 6 months ago
- 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
- 49f4e67 bpf: Use BTF_ID to resolve bpf_ctx_convert struct by Jiri Olsa · 4 years, 6 months ago
- 138b9a0 bpf: Remove btf_id helpers resolving by Jiri Olsa · 4 years, 6 months ago
- 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- a9b5915 bpf: Do not allow btf_ctx_access with __int128 types by John Fastabend · 4 years, 7 months ago
- af7ec13 bpf: Add bpf_skc_to_tcp6_sock() helper by Yonghong Song · 4 years, 7 months ago
- 41c48f3 bpf: Support access to bpf map fields by Andrey Ignatov · 4 years, 7 months ago
- a2d0d62 bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind by Andrey Ignatov · 4 years, 7 months ago
- 3c32cc1 bpf: Enable bpf_iter targets registering ctx argument types by Yonghong Song · 4 years, 8 months ago
- 9c5f8a10 bpf: Support variable length array in tracing programs by Yonghong Song · 4 years, 8 months ago
- b121b34 bpf: Add PTR_TO_BTF_ID_OR_NULL support by Yonghong Song · 4 years, 8 months ago
- f2e10bf bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link by Andrii Nakryiko · 4 years, 9 months ago
- ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
- f50b49a bpf: btf: Fix arg verification in btf_ctx_access() by KP Singh · 4 years, 10 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 10 months ago
- 9e4e01d bpf: lsm: Implement attach, detach and execution by KP Singh · 4 years, 10 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- 5c6f258 bpf: Explicitly memset some bpf info structures declared on the stack by Greg Kroah-Hartman · 4 years, 10 months ago
- 90ceddc bpf: Support llvm-objcopy for vmlinux BTF by Fangrui Song · 4 years, 10 months ago
- da6c7fa bpf/btf: Fix BTF verification of enum members in struct/union by Yoshiki Komachi · 4 years, 10 months ago
- 6ba43b7 bpf: Attachment verification for BPF_MODIFY_RETURN by KP Singh · 4 years, 11 months ago
- ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 4 years, 11 months ago
- 2bf0eb9 bpf: Make btf_check_func_type_match() static by Hongbo Yao · 5 years ago
- 257af63 bpf: Fix modifier skipping logic by Alexei Starovoitov · 5 years ago
- d3e42bb bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() by Martin KaFai Lau · 5 years ago
- 84ad7a7 bpf: Allow BTF ctx access for string pointers by Jiri Olsa · 5 years ago
- be8704f bpf: Introduce dynamic program extensions by Alexei Starovoitov · 5 years ago
- 51c39bb bpf: Introduce function-by-function verification by Alexei Starovoitov · 5 years ago
- 85d33df bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
- 27ae7997 bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS by Martin KaFai Lau · 5 years ago
- 976aba0 bpf: Support bitfield read access in btf_struct_access by Martin KaFai Lau · 5 years ago
- 218b3f6 bpf: Add enum support to btf_ctx_access() by Martin KaFai Lau · 5 years ago
- 275517f bpf: Avoid storing modifier to info->btf_id by Martin KaFai Lau · 5 years ago
- 4c80c7bc bpf: Fix build in minimal configurations, again by Arnd Bergmann · 5 years ago
- ce27709 bpf: Fix build in minimal configurations by Alexei Starovoitov · 5 years ago
- d0f0104 bpf: Fix static checker warning by Alexei Starovoitov · 5 years ago
- 5b92a28 bpf: Support attaching tracing BPF program to other BPF programs by Alexei Starovoitov · 5 years ago
- 8c1b6e6 bpf: Compare BTF types of functions arguments with actual types by Alexei Starovoitov · 5 years ago
- 91cc1a9 bpf: Annotate context types by Alexei Starovoitov · 5 years ago
- 9cc31b3 bpf: Fix race in btf_resolve_helper_id() by Alexei Starovoitov · 5 years ago
- fec56f5 bpf: Introduce BPF trampoline by Alexei Starovoitov · 5 years ago
- 7e3617a bpf: Add array support to btf_struct_access by Martin KaFai Lau · 5 years ago
- 3820729 bpf: Prepare btf_ctx_access for non raw_tp use case by Martin KaFai Lau · 5 years ago
- a7658e1 bpf: Check types of arguments passed into helpers by Alexei Starovoitov · 5 years ago
- 9e15db6 bpf: Implement accurate raw_tp context access via BTF by Alexei Starovoitov · 5 years ago
- 8580ac9 bpf: Process in-kernel BTF by Alexei Starovoitov · 5 years ago
- e3439af bpf: Clean up indentation issue in BTF kflag processing by Colin Ian King · 5 years ago
- 9eea984 bpf: fix BTF verification of enums by Alexei Starovoitov · 5 years ago
- 1b9ed84 bpf: add new BPF_BTF_GET_NEXT_ID syscall command by Quentin Monnet · 5 years ago
- 3481e64 bpf: add BTF ids in procfs for file descriptors to BTF objects by Quentin Monnet · 5 years ago
- 1acc5d5 bpf: fix BTF verifier size resolution logic by Andrii Nakryiko · 6 years ago
- e4f0712 bpf: fix NULL deref in btf_type_is_resolve_source_only by Stanislav Fomichev · 6 years ago
- 2824ecb bpf: allow for key-less BTF in array map by Daniel Borkmann · 6 years ago
- 1dc9285 bpf: kernel side support for BTF Var and DataSec by Daniel Borkmann · 6 years ago
- a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- d83525c bpf: introduce bpf_spin_lock by Alexei Starovoitov · 6 years ago
- 81f5c6f bpf: btf: allow typedef func_proto by Yonghong Song · 6 years ago
- ec7146d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 583c531 bpf: Make function btf_name_offset_valid static by Mathieu Malaterre · 6 years ago
- b1e8818 bpf: btf: support 128 bit integer type by Yonghong Song · 6 years ago
- 17e3ac8 bpf: fix bpffs bitfield pretty print by Yonghong Song · 6 years ago
- 76c43ae bpf: log struct/union attribute for forward type by Yonghong Song · 6 years ago
- ffa0c1c bpf: enable cgroup local storage map pretty print with kind_flag by Yonghong Song · 6 years ago
- 9d5f9f7 bpf: btf: fix struct/union/fwd types with kind_flag by Yonghong Song · 6 years ago
- f97be3a bpf: btf: refactor btf_int_bits_seq_show() by Yonghong Song · 6 years ago
- 23127b3 bpf: Create a new btf_name_by_offset() for non type name use case by Martin KaFai Lau · 6 years ago
- 9a1126b bpf: add bpffs pretty print for cgroup local storage maps by Roman Gushchin · 6 years ago
- addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- c454a46 bpf: Add bpf_line_info support by Martin KaFai Lau · 6 years ago
- eb04bbb bpf: btf: check name validity for various types by Yonghong Song · 6 years ago