index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf_verifier.h
Age
Commit message (
Expand
)
Author
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-04
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2021-10-05
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-16
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
2021-05-10
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-05-03
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-04-13
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-12
bpf: Support pointers in global func args
Dmitrii Banshchikov
2021-02-10
bpf: Allow variable-offset stack access
Andrei Matei
2021-01-12
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-11-13
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
2020-10-02
bpf: Introduce pseudo_btf_id
Hao Luo
2020-09-28
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
2020-09-28
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-17
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
2020-09-17
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-03-30
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
2019-11-24
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
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-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-19
bpf: precise scalar_value tracking
Alexei Starovoitov
2019-06-19
bpf: introduce bounded loops
Alexei Starovoitov
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-24
bpf: verifier: mark verified-insn with sub-register zext flag
Jiong Wang
2019-05-24
bpf: convert explored_states to hash table
Alexei Starovoitov
2019-05-24
bpf: split explored_states
Alexei Starovoitov
2019-04-23
bpf: remove global variables
Alexei Starovoitov
2019-04-09
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
2019-04-04
bpf: improve verification speed by droping states
Alexei Starovoitov
[next]