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: Forbid trampoline attach for functions with variable arguments
Jiri Olsa
2021-05-07
1
-0
/
+12
*
bpf: Remove redundant assignment of variable id
Colin Ian King
2021-03-30
1
-1
/
+0
*
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-27
1
-5
/
+60
*
bpf: Refactor btf_check_func_arg_match
Martin KaFai Lau
2021-03-27
1
-73
/
+86
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-10
1
-13
/
+95
|
\
|
*
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
1
-2
/
+81
|
*
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
2021-02-26
1
-11
/
+14
*
|
bpf: Drop imprecise log message
Dmitrii Banshchikov
2021-02-24
1
-2
/
+0
|
/
*
bpf: Support pointers in global func args
Dmitrii Banshchikov
2021-02-13
1
-10
/
+45
*
bpf: Rename bpf_reg_state variables
Dmitrii Banshchikov
2021-02-13
1
-8
/
+12
*
bpf: Permit size-0 datasec
Yonghong Song
2021-01-20
1
-5
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
1
-1
/
+1
|
\
|
*
bpf: Allow empty module BTFs
Andrii Nakryiko
2021-01-12
1
-1
/
+1
*
|
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
2021-01-13
1
-2
/
+29
|
/
*
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2020-12-04
1
-0
/
+5
*
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-12-04
1
-21
/
+44
*
bpf: Compile out btf_parse_module() if module BTF is not enabled
Andrii Nakryiko
2020-11-11
1
-0
/
+4
*
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
2020-11-11
1
-0
/
+194
*
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
2020-11-11
1
-3
/
+40
*
bpf: Add in-kernel split BTF support
Andrii Nakryiko
2020-11-11
1
-52
/
+119
*
bpf, btf: Remove the duplicate btf_ids.h include
Wang Qing
2020-11-10
1
-1
/
+0
*
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
2020-10-03
1
-10
/
+0
*
bpf: Introduce pseudo_btf_id
Hao Luo
2020-10-02
1
-15
/
+0
*
bpf: Fix context type resolving for extension programs
Toke Høiland-Jørgensen
2020-09-29
1
-1
/
+8
*
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
2020-09-29
1
-3
/
+3
*
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
2020-09-29
1
-2
/
+2
*
bpf: Move to generic BTF show support, apply it to seq files/strings
Alan Maguire
2020-09-29
1
-102
/
+905
*
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
2020-09-29
1
-3
/
+3
*
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
2020-09-22
1
-13
/
+0
*
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
2020-09-22
1
-1
/
+1
*
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-26
1
-0
/
+14
*
bpf: Add btf_struct_ids_match function
Jiri Olsa
2020-08-26
1
-0
/
+31
*
bpf: Factor btf_struct_access function
Jiri Olsa
2020-08-26
1
-10
/
+65
*
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
2020-08-26
1
-6
/
+5
*
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-26
1
-4
/
+9
*
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-26
1
-3
/
+7
*
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
2020-08-26
1
-7
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-04
1
-0
/
+13
|
\
|
*
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
2020-07-26
1
-0
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()
Peilin Ye
2020-07-15
1
-0
/
+5
*
|
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
2020-07-21
1
-2
/
+3
*
|
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
2020-07-21
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-14
1
-92
/
+11
|
\
\
|
*
|
bpf: Use BTF_ID to resolve bpf_ctx_convert struct
Jiri Olsa
2020-07-13
1
-8
/
+6
|
*
|
bpf: Remove btf_id helpers resolving
Jiri Olsa
2020-07-13
1
-84
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: Do not allow btf_ctx_access with __int128 types
John Fastabend
2020-06-25
1
-2
/
+2
*
|
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2020-06-25
1
-0
/
+1
*
|
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-22
1
-0
/
+40
[next]