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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-04-16
bpf: Harden and/or/xor value tracking in verifier
Harishankar Vishwanathan
1
-54
/
+40
2024-04-12
bpf: Fix a verifier verbose message
Anton Protopopov
1
-2
/
+1
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
1
-1
/
+18
2024-04-05
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
1
-5
/
+1
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
1
-20
/
+16
2024-04-05
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
1
-1
/
+2
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
1
-2
/
+4
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
1
-0
/
+55
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
1
-3
/
+10
2024-04-03
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
1
-0
/
+24
2024-04-02
bpf: Add a verbose message if map limit is reached
Anton Protopopov
1
-0
/
+2
2024-03-29
bpf: fix possible file descriptor leaks in verifier
Anton Protopopov
1
-0
/
+3
2024-03-28
bpf: improve error message for unsupported helper
Mykyta Yatsenko
1
-2
/
+2
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+24
2024-03-27
bpf: Protect against int overflow for stack access size
Andrei Matei
1
-0
/
+5
2024-03-22
bpf: verifier: reject addr_space_cast insn without arena
Puranjay Mohan
1
-0
/
+4
2024-03-22
bpf: verifier: fix addr_space_cast from as(1) to as(0)
Puranjay Mohan
1
-2
/
+6
2024-03-21
bpf-next: Avoid goto in regs_refine_cond_op()
Harishankar Vishwanathan
1
-9
/
+13
2024-03-14
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
1
-2
/
+6
2024-03-14
bpf: preserve sleepable bit in subprog info
Andrii Nakryiko
1
-0
/
+1
2024-03-14
bpf: Temporarily disable atomic operations in BPF arena
Puranjay Mohan
1
-1
/
+9
2024-03-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-65
/
+301
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-6
/
+6
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
1
-0
/
+15
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
1
-9
/
+98
2024-03-11
bpf: Introduce bpf_arena.
Alexei Starovoitov
1
-0
/
+1
2024-03-07
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
1
-0
/
+16
2024-03-07
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
1
-0
/
+3
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-03-06
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
1
-21
/
+30
[next]