index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
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
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
2021-03-17
bpf: Add sanity check for upper ptr_limit
Piotr Krysiuk
1
-3
/
+8
2021-03-17
bpf: Simplify alu_limit masking for pointer arithmetic
Piotr Krysiuk
1
-5
/
+5
2021-03-17
bpf: Fix off-by-one for area size in creating mask to left
Piotr Krysiuk
1
-2
/
+2
2021-03-17
bpf: Prohibit alu ops for pointer types not defining ptr_limit
Piotr Krysiuk
1
-6
/
+10
2021-03-08
bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.
Alexei Starovoitov
1
-0
/
+4
2021-03-04
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
1
-1
/
+18
2021-03-04
bpf: Account for BPF_FETCH in insn_has_def32()
Ilya Leoshkevich
1
-31
/
+39
2021-02-22
bpf: Fix a warning message in mark_ptr_not_null_reg()
Dan Carpenter
1
-1
/
+1
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-4
/
+6
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-215
/
+662
2021-02-15
bpf: Clear subreg_def for global function return values
Ilya Leoshkevich
1
-1
/
+2
2021-02-12
bpf: Support pointers in global func args
Dmitrii Banshchikov
1
-0
/
+30
2021-02-12
bpf: Extract nullable reg type conversion into a helper function
Dmitrii Banshchikov
1
-31
/
+52
2021-02-13
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
1
-4
/
+6
2021-02-11
bpf: Fix subreg optimization for BPF_FETCH
Ilya Leoshkevich
1
-2
/
+21
2021-02-11
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
1
-1
/
+6
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
1
-1
/
+1
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-18
/
+20
2021-02-10
bpf: Allow variable-offset stack access
Andrei Matei
1
-146
/
+511
2021-02-10
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
1
-15
/
+13
2021-02-10
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
1
-1
/
+5
2021-02-10
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
1
-2
/
+2
2021-02-04
bpf: Refactor BPF_PSEUDO_CALL checking as a helper function
Yonghong Song
1
-16
/
+13
2021-02-04
bpf: Allow usage of BPF ringbuffer in sleepable programs
KP Singh
1
-1
/
+3
2021-02-02
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
1
-14
/
+18
2021-01-27
bpf: Allow rewriting to ports under ip_unprivileged_port_start
Stanislav Fomichev
1
-0
/
+3
2021-01-23
bpf: Fix typo in scalar{,32}_min_max_rsh comments
Tobias Klauser
1
-2
/
+2
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2021-01-20
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
1
-3
/
+3
2021-01-14
bpf: Add bitwise atomic instructions
Brendan Jackman
1
-0
/
+6
2021-01-14
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
1
-2
/
+17
2021-01-14
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
1
-9
/
+24
2021-01-14
bpf: Move BPF_STX reserved field check into BPF_STX verifier code
Brendan Jackman
1
-7
/
+6
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
1
-10
/
+14
2021-01-13
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
1
-0
/
+2
2021-01-12
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
1
-28
/
+126
2021-01-12
bpf: Fix a verifier message for alloc size helper arg
Brendan Jackman
1
-1
/
+1
2020-12-14
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+2
2020-12-14
bpf: Permits pointers on stack for helper calls
Yonghong Song
1
-1
/
+2
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+5
2020-12-10
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
Alexei Starovoitov
1
-5
/
+5
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-114
/
+142
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
1
-30
/
+47
2020-11-24
bpf: Refactor check_cfg to use a structured loop.
Wedson Almeida Filho
1
-84
/
+95
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+15
2020-11-14
bpf: Relax return code check for subprograms
Dmitrii Banshchikov
1
-2
/
+13
2020-11-13
bpf: Augment the set of sleepable LSM hooks
KP Singh
1
-15
/
+1
2020-11-13
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
1
-22
/
+107
2020-11-11
bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
Kaixu Xia
1
-1
/
+2
2020-11-06
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
1
-2
/
+5
[next]