- be80a1d bpf: Generalize check_ctx_reg for reuse with other types by Daniel Borkmann · 3 years ago
- 3363bd0 bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support by Kumar Kartikeya Dwivedi · 3 years ago
- 216e3cd bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. by Hao Luo · 3 years ago
- cf9f2f8 bpf: Convert PTR_TO_MEM_OR_NULL to composable types. by Hao Luo · 3 years ago
- 20b2aff bpf: Introduce MEM_RDONLY flag by Hao Luo · 3 years ago
- c25b2ae bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years ago
- bb6728d bpf: Allow access to int pointer arguments in tracing programs by Jiri Olsa · 3 years, 1 month ago
- f18a499 bpf: Silence coverity false positive warning. by Alexei Starovoitov · 3 years, 1 month ago
- 4674f21 bpf: Use kmemdup() to replace kmalloc + memcpy by Jiapeng Chong · 3 years, 1 month ago
- be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
- 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
- 73b6eae bpf: Remove redundant assignment to pointer t by Colin Ian King · 3 years, 1 month ago
- 29f2e5b bpf: Silence purge_cand_cache build warning. by Alexei Starovoitov · 3 years, 1 month ago
- 866de40 bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) by Hou Tao · 3 years, 1 month ago
- 78c1f8d libbpf: Reduce bpf_core_apply_relo_insn() stack usage. by Alexei Starovoitov · 3 years, 1 month ago
- b12f031 bpf: Fix bpf_check_mod_kfunc_call for built-in modules by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
- d9847eb bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
- 1e89106 bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn(). by Alexei Starovoitov · 3 years, 1 month ago
- c5a2d43 bpf: Adjust BTF log size limit. by Alexei Starovoitov · 3 years, 1 month ago
- fbd94c7 bpf: Pass a set of bpf_core_relo-s to prog_load command. by Alexei Starovoitov · 3 years, 1 month ago
- 29db4be bpf: Prepare relo_core.c for kernel duty. by Alexei Starovoitov · 3 years, 1 month ago
- 8293eb9 bpf: Rename btf_member accessors. by Alexei Starovoitov · 3 years, 1 month ago
- d19ddb4 bpf: Introduce btf_tracing_ids by Song Liu · 3 years, 2 months ago
- 9e2ad63 bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs by Song Liu · 3 years, 2 months ago
- 8c42d2f bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes by Yonghong Song · 3 years, 2 months ago
- 7c7e3d3 bpf: Introduce helper bpf_find_vma by Song Liu · 3 years, 2 months ago
- bd16dee bpf: Add BTF_KIND_DECL_TAG typedef support by Yonghong Song · 3 years, 2 months ago
- 223f903 bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG by Yonghong Song · 3 years, 3 months ago
- c48e51c bpf: selftests: Add selftests for module kfunc support by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
- 0e32dfc bpf: Enable TCP congestion control kfunc from modules by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
- 14f267d bpf: btf: Introduce helpers for dynamic BTF set registration by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
- b5ea834 bpf: Support for new btf kind BTF_KIND_TAG by Yonghong Song · 3 years, 3 months ago
- eb529c5 bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS by Daniel Xu · 3 years, 4 months ago
- d362164 bpf: Emit better log message if bpf_iter ctx arg btf_id == 0 by Yonghong Song · 3 years, 5 months ago
- 6813466 bpf: Add map side support for bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
- a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
- 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- 8fb33b6 bpf: Fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
- 3d78417 bpf: Add bpf_btf_find_by_name_kind() helper. by Alexei Starovoitov · 3 years, 8 months ago
- c571bd7 bpf: Make btf_load command to be bpfptr_t compatible. by Alexei Starovoitov · 3 years, 8 months ago
- 3137939 bpf: Forbid trampoline attach for functions with variable arguments by Jiri Olsa · 3 years, 8 months ago
- 235fc0e bpf: Remove redundant assignment of variable id by Colin Ian King · 3 years, 9 months ago
- e6ac245 bpf: Support bpf program calling kernel function by Martin KaFai Lau · 3 years, 9 months ago
- 34747c4 bpf: Refactor btf_check_func_arg_match by Martin KaFai Lau · 3 years, 9 months ago
- c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
- b1828f0 bpf: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 3 years, 10 months ago
- 523a4cf bpf: Use MAX_BPF_FUNC_REG_ARGS macro by Dmitrii Banshchikov · 3 years, 10 months ago
- f4eda8b bpf: Drop imprecise log message by Dmitrii Banshchikov · 3 years, 10 months ago
- e5069b9c bpf: Support pointers in global func args by Dmitrii Banshchikov · 3 years, 11 months ago
- feb4adf bpf: Rename bpf_reg_state variables by Dmitrii Banshchikov · 3 years, 11 months ago
- 13ca51d bpf: Permit size-0 datasec by Yonghong Song · 4 years ago
- 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 541c3ba bpf: Support BPF ksym variables in kernel modules by Andrii Nakryiko · 4 years ago
- bcc5e61 bpf: Allow empty module BTFs by Andrii Nakryiko · 4 years ago
- 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, 3 months ago
- 4976b71 bpf: Introduce pseudo_btf_id by Hao Luo · 4 years, 3 months ago
- 43bc287 bpf: Fix context type resolving for extension programs by Toke Høiland-Jørgensen · 4 years, 3 months ago
- 3aac1ea bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach by Toke Høiland-Jørgensen · 4 years, 3 months ago
- eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 3 months ago
- 31d0bc8 bpf: Move to generic BTF show support, apply it to seq files/strings by Alan Maguire · 4 years, 3 months ago
- efc6815 bpf: change logging calls from verbose() to bpf_log() and use log pointer by Toke Høiland-Jørgensen · 4 years, 3 months ago
- 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 3 months ago
- 2af30f1 btf: Make btf_set_contains take a const pointer by Lorenz Bauer · 4 years, 3 months ago
- eae2e83 bpf: Add BTF_SET_START/END macros by Jiri Olsa · 4 years, 4 months ago
- faaf4a7 bpf: Add btf_struct_ids_match function by Jiri Olsa · 4 years, 4 months ago
- 1c6d28a bpf: Factor btf_struct_access function by Jiri Olsa · 4 years, 4 months ago
- dafe58f bpf: Remove recursion call in btf_struct_access by Jiri Olsa · 4 years, 4 months ago
- 887c31a bpf: Add type_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 4 months ago
- 69ff304 bpf: Add elem_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 4 months ago
- 6298399 bpf: Move btf_resolve_size into __btf_resolve_size by Jiri Olsa · 4 years, 4 months ago
- 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
- bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- afbf21d bpf: Support readonly/readwrite buffers in verifier by Yonghong Song · 4 years, 5 months ago
- 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 5 months ago
- bc4f054 bpf: Compute bpf_skc_to_*() helper socket btf ids at build time by Yonghong Song · 4 years, 5 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, 6 months ago
- af7ec13 bpf: Add bpf_skc_to_tcp6_sock() helper by Yonghong Song · 4 years, 6 months ago
- 41c48f3 bpf: Support access to bpf map fields by Andrey Ignatov · 4 years, 6 months ago
- a2d0d62 bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind by Andrey Ignatov · 4 years, 6 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, 8 months ago
- ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 9 months ago
- f50b49a bpf: btf: Fix arg verification in btf_ctx_access() by KP Singh · 4 years, 9 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
- 9e4e01d bpf: lsm: Implement attach, detach and execution by KP Singh · 4 years, 9 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago