index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-01
bpf: fix stack state printing in verifier log
Alexei Starovoitov
1
-1
/
+1
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
1
-0
/
+27
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
1
-1
/
+3
2017-11-14
bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics
Yonghong Song
1
-16
/
+24
2017-11-11
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
1
-2
/
+0
2017-11-11
bpf: add a bpf_override_function helper
Josef Bacik
1
-0
/
+2
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
1
-0
/
+1
2017-11-05
bpf: remove old offload/analyzer
Jakub Kicinski
1
-75
/
+0
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
1
-3
/
+12
2017-11-03
bpf: fix verifier NULL pointer dereference
Craig Gallek
1
-4
/
+8
2017-11-03
bpf: fix out-of-bounds access warning in bpf_check
Arnd Bergmann
1
-0
/
+4
2017-11-03
bpf: fix link error without CONFIG_NET
Arnd Bergmann
1
-0
/
+2
2017-11-02
bpf: also improve pattern matches for meta access
Daniel Borkmann
1
-69
/
+96
2017-11-02
bpf: minor cleanups after merge
Daniel Borkmann
1
-1
/
+1
2017-11-01
bpf: fix verifier memory leaks
Alexei Starovoitov
1
-9
/
+18
2017-11-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
1
-149
/
+288
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-18
/
+64
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
1
-0
/
+24
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
1
-12
/
+21
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
1
-39
/
+16
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
1
-6
/
+17
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
1
-6
/
+6
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
1
-2
/
+6
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
1
-1
/
+2
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
1
-0
/
+5
2017-10-14
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
1
-6
/
+37
2017-10-10
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
1
-22
/
+19
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski
1
-198
/
+4
2017-10-10
bpf: move global verifier log into verifier environment
Jakub Kicinski
1
-232
/
+259
2017-10-10
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
1
-27
/
+30
2017-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2017-10-08
bpf: fix liveness marking
Alexei Starovoitov
1
-0
/
+5
2017-10-08
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
1
-1
/
+3
2017-10-05
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
1
-0
/
+40
2017-09-28
bpf/verifier: improve disassembly of BPF_NEG instructions
Edward Cree
1
-0
/
+5
2017-09-28
bpf/verifier: improve disassembly of BPF_END instructions
Edward Cree
1
-2
/
+16
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-28
/
+86
2017-09-20
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
1
-1
/
+6
2017-09-16
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
1
-1
/
+2
2017-09-09
bpf: don't select potentially stale ri->map from buggy xdp progs
Daniel Borkmann
1
-0
/
+16
2017-08-24
bpf/verifier: document liveness analysis
Edward Cree
1
-1
/
+27
2017-08-24
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
1
-29
/
+12
2017-08-24
bpf/verifier: when pruning a branch, ignore its write marks
Edward Cree
1
-2
/
+7
2017-08-20
bpf: make htab inlining more robust wrt assumptions
Daniel Borkmann
1
-1
/
+5
2017-08-19
bpf: Fix map-in-map checking in the verifier
Martin KaFai Lau
1
-0
/
+1
2017-08-17
bpf: fix liveness propagation to parent in spilled stack slots
Daniel Borkmann
1
-1
/
+1
2017-08-16
bpf: add access to sock fields and pkt data from sk_skb programs
John Fastabend
1
-0
/
+1
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
1
-0
/
+14
2017-08-16
bpf/verifier: track liveness for pruning
Edward Cree
1
-43
/
+146
2017-08-10
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
Daniel Borkmann
1
-4
/
+58
[prev]
[next]