index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf_verifier.h
Age
Commit message (
Expand
)
Author
2017-12-21
bpf: fix integer overflows
Alexei Starovoitov
2017-11-23
bpf: fix branch pruning logic
Alexei Starovoitov
2017-11-21
bpf: make bpf_prog_offload_verifier_prep() static inline
Jakub Kicinski
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-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
2017-10-10
bpf: write back the verifier log buffer as it gets filled
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-08-23
bpf/verifier: document liveness analysis
Edward Cree
2017-08-23
bpf/verifier: remove varlen_map_value_access flag
Edward Cree
2017-08-15
bpf/verifier: track liveness for pruning
Edward Cree
2017-08-08
bpf/verifier: track signed and unsigned min/max values
Edward Cree
2017-08-08
bpf/verifier: rework value tracking
Edward Cree
2017-07-20
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-05-11
bpf: Add strict alignment flag for BPF_PROG_LOAD.
David S. Miller
2017-05-11
bpf: Track alignment of register values in the verifier.
David S. Miller
2017-03-16
bpf: add helper inlining infra and optimize map_array lookup
Alexei Starovoitov
2016-12-08
bpf: fix state equivalence
Alexei Starovoitov
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
2016-10-19
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
2016-09-21
bpf: enable non-core use of the verfier
Jakub Kicinski
2016-09-21
bpf: expose internal verfier structures
Jakub Kicinski