index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
bpf: Clear subreg_def for global function return values
Ilya Leoshkevich
2021-02-15
1
-1
/
+2
|
*
|
bpf: Support pointers in global func args
Dmitrii Banshchikov
2021-02-13
1
-0
/
+30
|
*
|
bpf: Extract nullable reg type conversion into a helper function
Dmitrii Banshchikov
2021-02-13
1
-31
/
+52
|
*
|
bpf: Fix subreg optimization for BPF_FETCH
Ilya Leoshkevich
2021-02-12
1
-2
/
+21
|
*
|
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
2021-02-11
1
-1
/
+6
|
*
|
bpf: Optimize program stats
Alexei Starovoitov
2021-02-11
1
-1
/
+1
|
*
|
bpf: Allow variable-offset stack access
Andrei Matei
2021-02-10
1
-146
/
+511
|
*
|
bpf: Refactor BPF_PSEUDO_CALL checking as a helper function
Yonghong Song
2021-02-05
1
-16
/
+13
|
*
|
bpf: Allow usage of BPF ringbuffer in sleepable programs
KP Singh
2021-02-05
1
-1
/
+3
|
*
|
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
2021-02-03
1
-14
/
+18
|
*
|
bpf: Allow rewriting to ports under ip_unprivileged_port_start
Stanislav Fomichev
2021-01-28
1
-0
/
+3
|
*
|
bpf: Fix typo in scalar{,32}_min_max_rsh comments
Tobias Klauser
2021-01-23
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-18
/
+20
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
2021-02-10
1
-15
/
+13
|
*
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
2021-02-10
1
-1
/
+5
|
*
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
2021-02-10
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
1
-3
/
+5
|
\
|
|
*
bpf: Fix signed_{sub,add32}_overflows type handling
Daniel Borkmann
2021-01-20
1
-3
/
+3
|
*
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
2021-01-14
1
-0
/
+2
*
|
bpf: Add bitwise atomic instructions
Brendan Jackman
2021-01-15
1
-0
/
+6
*
|
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-15
1
-2
/
+17
*
|
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-15
1
-9
/
+24
*
|
bpf: Move BPF_STX reserved field check into BPF_STX verifier code
Brendan Jackman
2021-01-15
1
-7
/
+6
*
|
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-15
1
-10
/
+14
*
|
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
2021-01-13
1
-28
/
+126
*
|
bpf: Fix a verifier message for alloc size helper arg
Brendan Jackman
2021-01-12
1
-1
/
+1
|
/
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-15
1
-1
/
+2
|
\
|
*
bpf: Permits pointers on stack for helper calls
Yonghong Song
2020-12-14
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-12
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.
Alexei Starovoitov
2020-12-10
1
-5
/
+5
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-04
1
-114
/
+142
|
\
\
|
*
|
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-12-04
1
-30
/
+47
|
*
|
bpf: Refactor check_cfg to use a structured loop.
Wedson Almeida Filho
2020-11-25
1
-84
/
+95
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-20
1
-3
/
+15
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpf: Relax return code check for subprograms
Dmitrii Banshchikov
2020-11-14
1
-2
/
+13
|
*
bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
Kaixu Xia
2020-11-11
1
-1
/
+2
*
|
bpf: Augment the set of sleepable LSM hooks
KP Singh
2020-11-13
1
-15
/
+1
*
|
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
2020-11-13
1
-22
/
+107
*
|
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
2020-11-06
1
-2
/
+5
*
|
bpf: Implement task local storage
KP Singh
2020-11-06
1
-0
/
+10
*
|
bpf: Allow LSM programs to use bpf spin locks
KP Singh
2020-11-06
1
-5
/
+15
|
/
*
bpf: Enforce id generation for all may-be-null register type
Martin KaFai Lau
2020-10-20
1
-6
/
+5
*
bpf: Fix register equivalence tracking.
Alexei Starovoitov
2020-10-15
1
-13
/
+25
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-10-13
1
-19
/
+251
|
\
|
*
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
2020-10-11
1
-2
/
+4
|
*
bpf: Track spill/fill of bounded scalars.
Yonghong Song
2020-10-09
1
-1
/
+15
|
*
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
2020-10-09
1
-0
/
+50
|
*
kernel/bpf/verifier: Fix build when NET is not enabled
Randy Dunlap
2020-10-07
1
-0
/
+4
|
*
bpf, verifier: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-10-05
1
-2
/
+2
|
*
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
2020-10-03
1
-3
/
+8
[prev]
[next]