index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-30
bpf: btf: Fix arg verification in btf_ctx_access()
KP Singh
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-20
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-03-19
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
2020-03-10
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
2020-03-04
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-02-11
bpf: Make btf_check_func_type_match() static
Hongbo Yao
2020-02-04
bpf: Fix modifier skipping logic
Alexei Starovoitov
2020-01-29
bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
Martin KaFai Lau
2020-01-25
bpf: Allow BTF ctx access for string pointers
Jiri Olsa
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
bpf: Support bitfield read access in btf_struct_access
Martin KaFai Lau
2020-01-09
bpf: Add enum support to btf_ctx_access()
Martin KaFai Lau
2020-01-09
bpf: Avoid storing modifier to info->btf_id
Martin KaFai Lau
2019-12-11
bpf: Fix build in minimal configurations, again
Arnd Bergmann
2019-11-29
bpf: Fix build in minimal configurations
Alexei Starovoitov
2019-11-27
bpf: Fix static checker warning
Alexei Starovoitov
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2019-09-26
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
2019-09-19
bpf: fix BTF verification of enums
Alexei Starovoitov
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
2019-07-15
bpf: fix BTF verifier size resolution logic
Andrii Nakryiko
2019-06-24
bpf: fix NULL deref in btf_type_is_resolve_source_only
Stanislav Fomichev
2019-04-09
bpf: allow for key-less BTF in array map
Daniel Borkmann
2019-04-09
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-01-29
bpf: btf: allow typedef func_proto
Yonghong Song
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
2019-01-11
bpf: fix bpffs bitfield pretty print
Yonghong Song
2018-12-19
bpf: log struct/union attribute for forward type
Yonghong Song
[next]