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
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
2017-11-02
bpf: minor cleanups after merge
Daniel Borkmann
2017-11-01
bpf: fix verifier memory leaks
Alexei Starovoitov
2017-11-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-14
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
2017-10-10
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-10-10
bpf: move global verifier log into verifier environment
Jakub Kicinski
2017-10-10
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
2017-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-07
bpf: fix liveness marking
Alexei Starovoitov
2017-10-07
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2017-10-04
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2017-09-28
bpf/verifier: improve disassembly of BPF_NEG instructions
Edward Cree
2017-09-28
bpf/verifier: improve disassembly of BPF_END instructions
Edward Cree
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-19
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
2017-09-15
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-09-08
bpf: don't select potentially stale ri->map from buggy xdp progs
Daniel Borkmann
2017-08-23
bpf/verifier: document liveness analysis
Edward Cree
2017-08-23
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
2017-08-23
bpf/verifier: when pruning a branch, ignore its write marks
Edward Cree
2017-08-19
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
2017-08-18
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
2017-08-17
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
2017-08-16
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
2017-08-15
bpf/verifier: track liveness for pruning
Edward Cree
2017-08-09
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
Daniel Borkmann
2017-08-08
bpf/verifier: increase complexity limit to 128k
Edward Cree
[next]