index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-02
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-23
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
1
-11
/
+34
2020-04-17
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
1
-36
/
+72
2020-04-01
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
1
-19
/
+0
2020-01-23
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
1
-3
/
+10
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2020-01-09
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
1
-21
/
+22
2019-12-31
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
1
-0
/
+19
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+2
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
1
-2
/
+2
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+14
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+4
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
1
-9
/
+14
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
1
-1
/
+4
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+5
2019-08-24
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
1
-4
/
+5
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+2
2019-07-29
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
1
-0
/
+2
2019-07-23
bpf: fix narrower loads on s390
Ilya Leoshkevich
1
-2
/
+2
2019-07-12
bpf: verifier: avoid fall-through warnings
Gustavo A. R. Silva
1
-0
/
+2
2019-07-12
bpf: fix precision bit propagation for BPF_ST instructions
Andrii Nakryiko
1
-7
/
+4
2019-07-03
bpf: fix precision tracking
Alexei Starovoitov
1
-14
/
+107
2019-06-29
devmap: Allow map lookups from eBPF
Toke Høiland-Jørgensen
1
-5
/
+2
2019-06-27
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
1
-0
/
+8
2019-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-69
/
+724
2019-06-19
bpf: precise scalar_value tracking
Alexei Starovoitov
1
-11
/
+480
2019-06-19
bpf: fix callees pruning callers
Alexei Starovoitov
1
-5
/
+6
2019-06-19
bpf: introduce bounded loops
Alexei Starovoitov
1
-12
/
+131
2019-06-19
bpf: extend is_branch_taken to registers
Alexei Starovoitov
1
-15
/
+19
2019-06-19
bpf: track spill/fill of constants
Alexei Starovoitov
1
-25
/
+65
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+6
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+8
2019-06-10
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
1
-2
/
+24
2019-06-06
bpf: fix unconnected udp hooks
Daniel Borkmann
1
-4
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
1
-9
/
+1
2019-05-31
bpf: cgroup inet skb programs can return 0 to 3
brakmo
1
-3
/
+13
2019-05-24
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
Jiong Wang
1
-11
/
+57
2019-05-24
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
1
-0
/
+41
2019-05-24
bpf: verifier: mark patched-insn with sub-register zext flag
Jiong Wang
1
-4
/
+33
2019-05-24
bpf: verifier: mark verified-insn with sub-register zext flag
Jiong Wang
1
-13
/
+160
2019-05-24
bpf: convert explored_states to hash table
Alexei Starovoitov
1
-5
/
+18
2019-05-24
bpf: split explored_states
Alexei Starovoitov
1
-18
/
+13
2019-05-24
bpf: cleanup explored_states
Alexei Starovoitov
1
-9
/
+20
2019-05-23
bpf: bump jmp sequence limit
Alexei Starovoitov
1
-3
/
+4
2019-05-13
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
1
-1
/
+1
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-30
/
+46
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
1
-3
/
+24
2019-04-26
bpf: add writable context for raw tracepoints
Matt Mullins
1
-0
/
+31
2019-04-25
bpf: mark registers in all frames after pkt/null checks
Paul Chaignon
1
-30
/
+46
2019-04-23
bpf: drop bpf_verifier_lock
Alexei Starovoitov
1
-3
/
+5
[next]