index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf_verifier.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Dynptr support for ring buffers
Joanne Koong
2022-05-23
1
-0
/
+2
*
bpf: Add verifier support for dynptrs
Joanne Koong
2022-05-23
1
-0
/
+18
*
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
2022-04-25
1
-2
/
+1
*
bpf: Resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXT
Martin KaFai Lau
2022-03-30
1
-1
/
+3
*
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2022-03-05
1
-1
/
+2
*
bpf: Add check_func_arg_reg_off function
Kumar Kartikeya Dwivedi
2022-03-05
1
-0
/
+3
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-24
1
-0
/
+7
|
\
|
*
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2022-01-18
1
-0
/
+5
|
*
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2022-01-18
1
-0
/
+2
*
|
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2022-01-19
1
-2
/
+2
|
/
*
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-18
1
-0
/
+4
*
bpf: Introduce composable reg, ret and arg types.
Hao Luo
2021-12-18
1
-0
/
+13
*
bpf: Right align verifier states in verifier logs.
Christy Lee
2021-12-16
1
-0
/
+3
*
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
2021-12-16
1
-0
/
+7
*
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2021-12-04
1
-0
/
+7
*
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-05
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-1
/
+2
|
\
|
*
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-29
1
-1
/
+1
|
*
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-07-16
1
-0
/
+1
*
|
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
1
-0
/
+1
*
|
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
1
-1
/
+8
*
|
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2021-07-15
1
-1
/
+8
|
/
*
bpf: Introduce fd_idx
Alexei Starovoitov
2021-05-19
1
-0
/
+1
*
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-05-10
1
-0
/
+8
*
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-05-03
1
-2
/
+3
*
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-04-13
1
-0
/
+9
*
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+3
*
bpf: Support pointers in global func args
Dmitrii Banshchikov
2021-02-12
1
-0
/
+2
*
bpf: Allow variable-offset stack access
Andrei Matei
2021-02-10
1
-1
/
+2
*
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
2021-01-12
1
-0
/
+3
*
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-12-03
1
-7
/
+21
*
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
2020-11-13
1
-1
/
+1
*
bpf: Introduce pseudo_btf_id
Hao Luo
2020-10-02
1
-0
/
+7
*
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
2020-09-28
1
-0
/
+13
*
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
2020-09-28
1
-2
/
+3
*
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-17
1
-0
/
+1
*
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
2020-09-17
1
-0
/
+1
*
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-09-17
1
-0
/
+1
*
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-22
1
-0
/
+1
*
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-06-01
1
-0
/
+4
*
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-05-15
1
-0
/
+3
*
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-03-30
1
-0
/
+4
*
bpf: Introduce function-by-function verification
Alexei Starovoitov
2020-01-10
1
-2
/
+8
*
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
2019-11-24
1
-1
/
+2
*
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
1
-0
/
+1
*
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2019-10-17
1
-0
/
+4
*
bpf: Process in-kernel BTF
Alexei Starovoitov
2019-10-17
1
-1
/
+3
*
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-28
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
1
-1
/
+68
|
\
|
*
bpf: precise scalar_value tracking
Alexei Starovoitov
2019-06-19
1
-0
/
+18
[next]