index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
1
-23
/
+14
2021-11-03
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
1
-12
/
+6
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-76
/
+297
2021-11-01
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
1
-1
/
+1
2021-11-01
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
1
-1
/
+1
2021-10-28
bpf: Add bloom filter map implementation
Joanne Koong
1
-3
/
+16
2021-10-21
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
1
-0
/
+1
2021-10-19
bpf: Silence Coverity warning for find_kfunc_desc_btf
Kumar Kartikeya Dwivedi
1
-9
/
+4
2021-10-18
mm/filemap: Add filemap_add_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-10-05
bpf: Avoid retpoline for bpf_for_each_map_elem
Andrey Ignatov
1
-1
/
+10
2021-10-05
bpf: Be conservative while processing invalid kfunc calls
Kumar Kartikeya Dwivedi
1
-0
/
+18
2021-10-05
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
1
-27
/
+175
2021-09-28
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
1
-17
/
+9
2021-09-26
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
1
-15
/
+52
2021-09-26
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
1
-11
/
+19
2021-09-13
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
1
-0
/
+2
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+5
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
2021-08-23
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
1
-2
/
+6
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
1
-1
/
+1
2021-08-13
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
1
-0
/
+1
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-99
/
+49
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
1
-55
/
+32
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2021-07-16
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
1
-10
/
+17
2021-07-16
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
1
-34
/
+0
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-19
/
+360
2021-07-15
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
1
-0
/
+2
2021-07-15
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
1
-0
/
+43
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
1
-3
/
+15
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
1
-3
/
+120
2021-07-15
bpf: Relax verifier recursion check.
Alexei Starovoitov
1
-2
/
+6
2021-07-15
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
1
-3
/
+28
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
1
-3
/
+27
2021-07-15
bpf: Introduce bpf timers.
Alexei Starovoitov
1
-0
/
+109
2021-07-14
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
1
-11
/
+16
2021-07-13
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
1
-0
/
+2
2021-07-09
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
1
-39
/
+21
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2021-06-22
bpf: Fix null ptr deref with mixed tail calls and subprogs
John Fastabend
1
-2
/
+4
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+61
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-6
/
+6
2021-06-14
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
1
-4
/
+40
2021-06-14
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
1
-2
/
+18
2021-06-14
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
1
-1
/
+3
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-37
/
+57
2021-05-25
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
1
-1
/
+5
2021-05-25
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
1
-10
/
+12
[next]