开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf_verifier.h
Age
Commit message (
Expand
)
Author
2024-12-10
bpf: track changes_pkt_data property for global functions
Eduard Zingerman
2024-11-15
bpf: use common instruction history across all states
Andrii Nakryiko
2024-11-12
bpf: Support private stack for struct_ops progs
Yonghong Song
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
2024-11-11
bpf: Drop special callback reference handling
Kumar Kartikeya Dwivedi
2024-11-11
bpf: Refactor active lock management
Kumar Kartikeya Dwivedi
2024-09-05
bpf: use type_may_be_null() helper for nullable-param check
Shung-Hsi Yu
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
2024-08-12
bpf: Fix updating attached freplace prog in prog_array map
Leon Hwang
2024-07-29
bpf: no_caller_saved_registers attribute for helper calls
Eduard Zingerman
2024-07-29
bpf: Track equal scalars history on per-instruction level
Eduard Zingerman
2024-07-12
bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
Tengda Wu
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
2024-06-13
bpf: Fix reg_set_min_max corruption of fake_reg
Daniel Borkmann
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
2024-02-02
bpf: Preserve boundaries and track scalars on narrowing fill
Maxim Mikityanskiy
2024-01-30
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2024-01-23
bpf: Make bpf_for_each_spilled_reg consider narrow spills
Maxim Mikityanskiy
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2023-12-19
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2023-12-11
bpf: use bitfields for simple per-subprog bool flags
Andrii Nakryiko
2023-12-08
bpf: Add some comments to stack representation
Andrei Matei
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2023-12-02
bpf: enforce exact retval range on subprog/callback exit
Andrii Nakryiko
2023-12-02
bpf: rearrange bpf_func_state fields to save a bit of memory
Andrii Nakryiko
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-11-20
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
2023-11-20
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
2023-11-18
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
2023-11-18
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
2023-11-15
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
2023-10-23
bpf: correct loop detection for iterators convergence
Eduard Zingerman
2023-10-23
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
2023-10-19
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-08
bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
Yonghong Song
[next]