index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-12
bpf: Fix a kernel verifier crash in stacksafe()
Yonghong Song
1
-2
/
+3
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+4
2024-07-17
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
1
-0
/
+2
2024-07-17
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
1
-0
/
+2
2024-07-12
bpf: use check_sub_overflow() to check for subtraction overflows
Shung-Hsi Yu
1
-43
/
+14
2024-07-12
bpf: use check_add_overflow() to check for addition overflows
Shung-Hsi Yu
1
-80
/
+34
2024-07-12
bpf: fix overflow check in adjust_jmp_off()
Shung-Hsi Yu
1
-1
/
+1
2024-07-09
bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCU
Matt Bobrowski
1
-6
/
+3
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-26
/
+114
2024-07-02
bpf: Fix atomic probe zero-extension
Ilya Leoshkevich
1
-1
/
+2
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+58
2024-06-26
bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses
Matt Bobrowski
1
-6
/
+11
2024-06-24
bpf: Fix may_goto with negative offset.
Alexei Starovoitov
1
-3
/
+6
2024-06-21
bpf: Fix the corner case with may_goto and jump to the 1st insn.
Alexei Starovoitov
1
-0
/
+50
2024-06-20
bpf: remove unused parameter in __bpf_free_used_btfs
Rafael Passos
1
-2
/
+1
2024-06-20
bpf, verifier: Correct tail_call_reachable for bpf prog
Leon Hwang
1
-1
/
+3
2024-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+16
2024-06-17
bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
Yonghong Song
1
-0
/
+1
2024-06-17
bpf: Add missed var_off setting in set_sext32_default_val()
Yonghong Song
1
-0
/
+1
2024-06-14
bpf: Track delta between "linked" registers.
Alexei Starovoitov
1
-11
/
+84
2024-06-13
bpf: verifier: make kfuncs args nullalble
Vadim Fedorenko
1
-3
/
+3
2024-06-13
bpf: fix UML x86_64 compile failure
Maciej Żenczykowski
1
-1
/
+1
2024-06-13
bpf: Reduce stack consumption in check_stack_write_fixed_off
Daniel Borkmann
1
-4
/
+5
2024-06-13
bpf: Fix reg_set_min_max corruption of fake_reg
Daniel Borkmann
1
-4
/
+10
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
1
-1
/
+1
2024-06-12
bpf: verifier: Relax caller requirements for kfunc projection type args
Daniel Xu
1
-1
/
+9
2024-06-10
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2024-06-03
bpf: Remove unnecessary call to btf_field_type_size().
Kui-Feng Lee
1
-1
/
+1
2024-06-03
bpf: Remove unnecessary checks on the offset of btf_field.
Kui-Feng Lee
1
-1
/
+1
2024-05-31
bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list
Jiri Olsa
1
-0
/
+4
2024-05-27
bpf: Allow delete from sockmap/sockhash only if update is allowed
Jakub Sitnicki
1
-3
/
+7
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-70
/
+70
2024-05-12
riscv, bpf: inline bpf_get_smp_processor_id()
Puranjay Mohan
1
-0
/
+4
2024-05-06
bpf/verifier: relax MUL range computation check
Cupertino Miranda
1
-5
/
+1
2024-05-06
bpf/verifier: improve XOR and OR range computation
Cupertino Miranda
1
-2
/
+2
2024-05-06
bpf/verifier: refactor checks for range computation
Cupertino Miranda
1
-64
/
+45
2024-05-06
bpf/verifier: replace calls to mark_reg_unknown.
Cupertino Miranda
1
-5
/
+4
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+31
2024-04-30
bpf: Add support for kprobe session cookie
Jiri Olsa
1
-0
/
+7
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
1
-5
/
+18
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-102
/
+383
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
1
-0
/
+30
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
1
-0
/
+1
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
1
-2
/
+69
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
1
-6
/
+54
2024-04-23
bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
Benjamin Tissoires
1
-0
/
+65
2024-04-23
bpf: verifier: bail out if the argument is not a map
Benjamin Tissoires
1
-0
/
+5
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
1
-0
/
+9
2024-04-22
bpf: Fix typos in comments
Rafael Passos
1
-6
/
+6
2024-04-22
bpf: Fix typo in function save_aux_ptr_type
Rafael Passos
1
-3
/
+3
[next]