index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2021-09-26
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
2021-09-13
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
2021-08-23
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-13
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-16
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-07-16
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-15
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-15
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Relax verifier recursion check.
Alexei Starovoitov
2021-07-15
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-14
bpf: Fix potential memleak and UAF in the verifier.
He Fengqing
2021-07-13
bpf: Fix tail_call_reachable rejection for interpreter when jit failed
Daniel Borkmann
2021-07-09
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-22
bpf: Fix null ptr deref with mixed tail calls and subprogs
John Fastabend
2021-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-06-14
bpf: Fix leakage under speculation on mispredicted branches
Daniel Borkmann
2021-06-14
bpf: Do not mark insn as seen under speculative path verification
Daniel Borkmann
2021-06-14
bpf: Inherit expanded/patched seen count from old aux data
Daniel Borkmann
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-25
bpf: No need to simulate speculative domain for immediates
Daniel Borkmann
2021-05-25
bpf: Fix mask direction swap upon off reg sign change
Daniel Borkmann
2021-05-25
bpf: Wrap aux data inside bpf_sanitize_info container
Daniel Borkmann
2021-05-24
bpf: Fix spelling mistakes
Zhen Lei
2021-05-20
bpf, offload: Reorder offload callback 'prepare' in verifier
Yinjun Zhang
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
2021-05-19
bpf: Prepare bpf syscall to be used from kernel and user space.
Alexei Starovoitov
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
2021-05-11
bpf: Add deny list of btf ids check for tracing programs
Jiri Olsa
2021-05-11
bpf: Fix alu32 const subreg bound tracking on bitwise operations
Daniel Borkmann
2021-05-10
bpf: verifier: Allocate idmap scratch in verifier env
Lorenz Bauer
2021-05-10
bpf: verifier: Use copy_array for jmp_history
Lorenz Bauer
2021-05-10
bpf: verifier: Improve function state reallocation
Lorenz Bauer
2021-05-03
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-05-03
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-04-27
bpf: Implement formatted output helpers with bstr_printf
Florent Revest
[prev]
[next]