index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2022-05-20
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
2022-04-19
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
2022-03-28
bpf: Fix maximum permitted number of arguments check
Yuntao Wang
2022-03-21
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
2022-03-20
bpf: Check for NULL return from bpf_get_btf_vmlinux
Kumar Kartikeya Dwivedi
2022-03-19
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
2022-03-18
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2022-03-05
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
2022-02-28
bpf: Add config to allow loading modules with BTF mismatches
Connor O'Brien
2022-02-23
bpf: Cleanup comments
Tom Rix
2022-02-19
bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
Souptick Joarder (HPE)
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-16
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
2022-02-03
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2022-01-25
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
2021-12-18
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-13
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
2021-12-11
bpf: Silence coverity false positive warning.
Alexei Starovoitov
2021-12-11
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-08
bpf: Remove redundant assignment to pointer t
Colin Ian King
2021-12-06
bpf: Silence purge_cand_cache build warning.
Alexei Starovoitov
2021-12-04
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
[next]