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
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
/
jit.c
Age
Commit message (
Expand
)
Author
2018-05-18
nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)
Jiong Wang
2018-05-18
nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)
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-04-25
nfp: bpf: optimize comparisons to negative constants
Jakub Kicinski
2018-04-25
nfp: bpf: tabularize generations of compare operations
Jakub Kicinski
2018-04-25
nfp: bpf: optimize add/sub of a negative constant
Jakub Kicinski
2018-04-25
nfp: bpf: remove double space
Jakub Kicinski
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
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: expose command delay slots
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 validating stack pointers
Jakub Kicinski
2018-03-28
nfp: bpf: rename map_lookup_stack() to map_call_stack_common()
Jakub Kicinski
2018-03-28
nfp: bpf: detect packet reads could be cached, enable the optimisation
Jiong Wang
2018-03-28
nfp: bpf: support unaligned read offset
Jiong Wang
2018-03-28
nfp: bpf: read from packet data cache for PTR_TO_PACKET
Jiong Wang
2018-03-24
nfp: bpf: fix check of program max insn count
Jakub Kicinski
2018-01-17
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
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: add signed jump insns
Nic Viljoen
2018-01-10
nfp: bpf: use a large constant in unresolved branches
Jakub Kicinski
2018-01-10
nfp: bpf: don't depend on high order allocations for program image
Jakub Kicinski
2018-01-10
nfp: bpf: relocate jump targets just before the load
Jakub Kicinski
2018-01-10
nfp: bpf: add helpers for modifying branch addresses
Jakub Kicinski
2018-01-10
nfp: bpf: move jump resolution to jit.c
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: detect load/store sequences lowered from memory copy
Jiong Wang
2017-12-01
nfp: bpf: implement memory bulk copy for length bigger than 32-bytes
Jiong Wang
2017-12-01
nfp: bpf: implement memory bulk copy for length within 32-bytes
Jiong Wang
2017-12-01
nfp: bpf: encode indirect commands
Jakub Kicinski
2017-12-01
nfp: bpf: correct the encoding for No-Dest immed
Jiong Wang
2017-12-01
nfp: bpf: don't do ld/shifts combination if shifts are jump destination
Jiong Wang
2017-12-01
nfp: bpf: don't do ld/mask combination if mask is jump destination
Jiong Wang
2017-12-01
nfp: bpf: record jump destination to simplify jump fixup
Jiong Wang
2017-12-01
nfp: bpf: support backward jump
Jiong Wang
2017-11-05
nfp: bpf: move to new BPF program offload infrastructure
Jakub Kicinski
2017-11-05
nfp: bpf: move translation prepare to offload.c
Jakub Kicinski
2017-11-05
nfp: bpf: move program prepare and free into offload.c
Jakub Kicinski
2017-11-05
nfp: bpf: remove the register renumbering leftovers
Jakub Kicinski
2017-11-05
nfp: bpf: drop support for cls_bpf with legacy actions
Jakub Kicinski
2017-11-02
nfp: bpf: support [BPF_ALU | BPF_ALU64] | BPF_NEG
Jiong Wang
[next]