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: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
2021-12-16
1
-9
/
+15
*
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
2021-12-16
1
-0
/
+4
*
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
2021-12-15
1
-1
/
+8
*
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
2021-12-15
1
-3
/
+9
*
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
2021-12-10
1
-4
/
+0
*
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
2021-12-03
1
-1
/
+1
*
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2021-11-16
1
-1
/
+16
*
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
2021-11-16
1
-0
/
+7
*
bpf: Fix inner map state pruning regression.
Alexei Starovoitov
2021-11-12
1
-1
/
+2
*
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
2021-11-06
1
-23
/
+14
*
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
2021-11-03
1
-12
/
+6
*
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-02
1
-76
/
+297
|
\
|
*
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
2021-11-02
1
-1
/
+1
|
*
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
2021-11-02
1
-1
/
+1
|
*
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-28
1
-3
/
+16
|
*
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2021-10-22
1
-0
/
+1
|
*
bpf: Silence Coverity warning for find_kfunc_desc_btf
Kumar Kartikeya Dwivedi
2021-10-20
1
-9
/
+4
|
*
bpf: Avoid retpoline for bpf_for_each_map_elem
Andrey Ignatov
2021-10-06
1
-1
/
+10
|
*
bpf: Be conservative while processing invalid kfunc calls
Kumar Kartikeya Dwivedi
2021-10-06
1
-0
/
+18
|
*
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2021-10-06
1
-27
/
+175
|
*
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
2021-09-29
1
-17
/
+9
|
*
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
2021-09-26
1
-15
/
+52
|
*
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
2021-09-26
1
-11
/
+19
*
|
mm/filemap: Add filemap_add_folio()
Matthew Wilcox (Oracle)
2021-10-18
1
-1
/
+1
|
/
*
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
2021-09-14
1
-0
/
+2
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-31
1
-1
/
+5
|
\
|
*
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
2021-08-24
1
-0
/
+4
|
*
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-17
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
1
-2
/
+6
|
\
\
|
*
|
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-08-23
1
-2
/
+6
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-20
1
-0
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-08-13
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-99
/
+49
|
\
|
|
*
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-29
1
-55
/
+32
|
*
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-07-16
1
-10
/
+17
|
*
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
2021-07-16
1
-34
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-23
1
-0
/
+2
|
\
|
|
*
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
2021-07-13
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-16
1
-19
/
+360
|
\
\
|
|
/
|
/
|
|
*
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-16
1
-0
/
+2
|
*
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-16
1
-0
/
+43
|
*
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
1
-3
/
+15
|
*
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
1
-3
/
+120
|
*
bpf: Relax verifier recursion check.
Alexei Starovoitov
2021-07-15
1
-2
/
+6
|
*
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2021-07-15
1
-3
/
+28
|
*
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
1
-3
/
+27
|
*
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-15
1
-0
/
+109
|
*
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
2021-07-15
1
-11
/
+16
*
|
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2021-07-09
1
-39
/
+21
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
1
-2
/
+4
|
\
[next]