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