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
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2018-08-04
nfp: bpf: xdp_adjust_tail support
Jakub Kicinski
2018-07-07
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
2018-07-07
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
2018-07-07
nfp: bpf: copy range info for all operands of all ALU operations
Jiong Wang
2018-07-07
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
2018-05-18
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
2018-05-09
nfp: bpf: support setting the RX queue index
Jakub Kicinski
2018-05-04
nfp: bpf: rewrite map pointers with NFP TIDs
Jakub Kicinski
2018-05-04
nfp: bpf: perf event output helpers support
Jakub Kicinski
2018-03-28
nfp: bpf: add support for bpf_get_prandom_u32()
Jakub Kicinski
2018-03-28
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
2018-03-28
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
2018-03-28
nfp: bpf: add map deletes from the datapath
Jakub Kicinski
2018-03-28
nfp: bpf: add map updates from the datapath
Jakub Kicinski
2018-03-28
nfp: bpf: add helper for basic map call checks
Jakub Kicinski
2018-03-28
nfp: bpf: add helper for validating stack pointers
Jakub Kicinski
2018-01-17
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
2018-01-17
nfp: bpf: print map lookup problems into verifier log
Jakub Kicinski
2018-01-14
nfp: bpf: add support for reading map memory
Jakub Kicinski
2018-01-14
nfp: bpf: add verification and codegen for map lookups
Jakub Kicinski
2018-01-10
nfp: bpf: reuse verifier log for debug messages
Quentin Monnet
2017-12-31
bpf: offload: allow netdev to disappear while verifier is running
Jakub Kicinski
2017-12-15
nfp: bpf: optimize the adjust_head calls in trivial cases
Jakub Kicinski
2017-12-15
nfp: bpf: add basic support for adjust head call
Jakub Kicinski
2017-12-15
nfp: bpf: prepare for call support
Jakub Kicinski
2017-12-01
nfp: bpf: factor out is_mbpf_load & is_mbpf_store
Jiong Wang
2017-12-01
nfp: bpf: record jump destination to simplify jump fixup
Jiong Wang
2017-11-05
nfp: bpf: move to new BPF program offload infrastructure
Jakub Kicinski
2017-11-05
nfp: bpf: drop support for cls_bpf with legacy actions
Jakub Kicinski
2017-11-01
bpf: reduce verifier memory consumption
Alexei Starovoitov
2017-10-24
nfp: bpf: support stack accesses via non-constant pointers
Jakub Kicinski
2017-10-24
nfp: bpf: allow stack accesses via modified stack registers
Jakub Kicinski
2017-10-24
nfp: bpf: add stack write support
Jakub Kicinski
2017-10-24
nfp: bpf: refactor nfp_bpf_check_ptr()
Jakub Kicinski
2017-10-14
nfp: bpf: add support for direct packet access - read
Jakub Kicinski
2017-08-08
bpf/verifier: rework value tracking
Edward Cree
2017-05-31
nfp: move eBPF offload files to BPF app directory
Jakub Kicinski