index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-08
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2017-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-27
bpf: fix max call depth check
Alexei Starovoitov
2017-12-27
bpf: fix maximum stack depth tracking logic
Alexei Starovoitov
2017-12-23
bpf: fix stacksafe exploration when comparing states
Gianluca Borello
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-20
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
2017-12-20
bpf: fix kallsyms handling for subprogs
Daniel Borkmann
2017-12-21
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
2017-12-21
bpf: fix integer overflows
Alexei Starovoitov
2017-12-21
bpf: don't prune branches when a scalar is replaced with a pointer
Jann Horn
2017-12-21
bpf: force strict alignment checks for stack pointers
Jann Horn
2017-12-21
bpf: fix missing error return in check_stack_boundary()
Jann Horn
2017-12-21
bpf: fix 32-bit ALU op verification
Jann Horn
2017-12-21
bpf: fix incorrect tracking of register size truncation
Jann Horn
2017-12-21
bpf: fix incorrect sign extension in check_alu_op()
Jann Horn
2017-12-21
bpf/verifier: fix bounds calculation on BPF_RSH
Edward Cree
2017-12-19
bpf: make function skip_callee static and return NULL rather than 0
Colin Ian King
2017-12-19
bpf: fix spelling mistake: "funcation"-> "function"
Colin Ian King
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
2017-12-17
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
2017-12-17
bpf: introduce function calls (verification)
Alexei Starovoitov
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
2017-12-15
bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_data
Daniel Borkmann
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
2017-12-01
bpf: cleanup register_is_null()
Alexei Starovoitov
2017-12-01
bpf: improve JEQ/JNE path walking
Alexei Starovoitov
2017-12-01
bpf: improve verifier liveness marks
Alexei Starovoitov
2017-12-01
bpf: don't mark FP reg as uninit
Alexei Starovoitov
2017-12-01
bpf: print liveness info to verifier log
Alexei Starovoitov
2017-12-01
bpf: fix stack state printing in verifier log
Alexei Starovoitov
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
2017-11-14
bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics
Yonghong Song
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
2017-11-05
bpf: remove old offload/analyzer
Jakub Kicinski
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
2017-11-03
bpf: fix verifier NULL pointer dereference
Craig Gallek
2017-11-03
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
2017-11-03
bpf: fix link error without CONFIG_NET
Arnd Bergmann
2017-11-02
bpf: also improve pattern matches for meta access
Daniel Borkmann
[next]