index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2020-04-23
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
2020-01-27
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
2020-01-23
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
2019-07-03
bpf: fix unconnected udp hooks
Daniel Borkmann
2019-06-15
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
2019-04-03
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
2019-03-10
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
2019-01-31
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-01-31
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-01-31
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-01-31
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-01-31
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-31
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-31
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
2019-01-31
bpf: add per-insn complexity limit
Alexei Starovoitov
2019-01-31
bpf: improve verifier branch analysis
Alexei Starovoitov
2019-01-26
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
2019-01-26
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
2018-12-21
bpf: check pending signals while verifying programs
Alexei Starovoitov
2018-12-17
bpf: fix off-by-one error in adjust_subprog_starts
Edward Cree
2018-11-13
bpf/verifier: fix verifier instability
Alexei Starovoitov
2018-11-13
bpf: fix partial copy of map_ptr when dst is scalar
Daniel Borkmann
2018-10-05
bpf: 32-bit RSH verification must truncate input before the ALU op
Jann Horn
2018-09-12
bpf/verifier: disallow pointer subtraction
Alexei Starovoitov
2018-08-17
bpf: fix redirect to map under tail calls
Daniel Borkmann
2018-08-11
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-03
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-18
bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()
Jakub Kicinski
2018-07-12
bpf: don't leave partial mangled prog in jit_subprogs error path
Daniel Borkmann
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-07
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2018-06-03
bpf: fix context access in tracing progs on 32 bit archs
Daniel Borkmann
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2018-06-03
bpf: fixup error message from gpl helpers on license mismatch
Daniel Borkmann
2018-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-05-24
bpf: properly enforce index mask to prevent out-of-bounds speculation
Daniel Borkmann
2018-05-24
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
2018-05-24
bpf: get kernel symbol addresses via syscall
Sandipan Das
2018-05-24
bpf: support 64-bit offsets for bpf function calls
Sandipan Das
2018-05-19
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-05-15
bpf: sockmap, add hash map support
John Fastabend
2018-05-09
bpf: xdp: allow offloads to store into rx_queue_index
Jakub Kicinski
2018-05-04
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
[next]