aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/jit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20nfp: bpf: optimize codegen for JSET with a constantJakub Kicinski1-12/+10
2018-12-20nfp: bpf: remove the trivial JSET optimizationJakub Kicinski1-5/+0
2018-12-07nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang1-0/+45
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski1-32/+2
2018-10-08nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet1-1/+2
2018-10-08nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet1-19/+66
2018-10-08nfp: bpf: fix return address from register-saving subroutine to calleeQuentin Monnet1-1/+27
2018-10-08nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet1-3/+22
2018-10-08nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet1-2/+233
2018-10-08nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet1-10/+25
2018-10-08nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet1-5/+5
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski1-0/+47
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski1-4/+8
2018-07-07nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang1-11/+53
2018-07-07nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang1-1/+57
2018-07-07nfp: bpf: support u16 and u32 multiplicationsJiong Wang1-0/+137
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang1-6/+6
2018-06-27nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang1-2/+3
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang1-10/+89
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang1-0/+34
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang1-30/+269
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski1-0/+47
2018-05-04nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski1-12/+32
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski1-1/+31
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski1-12/+30
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski1-107/+61
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski1-0/+35
2018-04-25nfp: bpf: remove double spaceJakub Kicinski1-1/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski1-2/+22
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski1-8/+70
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski1-29/+24
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski1-0/+45
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski1-0/+4
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski1-0/+6
2018-03-28nfp: bpf: add helper for validating stack pointersJakub Kicinski1-2/+2
2018-03-28nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski1-3/+3
2018-03-28nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang1-0/+115
2018-03-28nfp: bpf: support unaligned read offsetJiong Wang1-3/+70
2018-03-28nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang1-2/+78
2018-03-24nfp: bpf: fix check of program max insn countJakub Kicinski1-1/+5
2018-01-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet1-0/+5
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski1-9/+68
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski1-0/+86
2018-01-10nfp: bpf: add signed jump insnsNic Viljoen1-0/+48
2018-01-10nfp: bpf: use a large constant in unresolved branchesJakub Kicinski1-7/+7
2018-01-10nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski1-0/+16
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski1-69/+80
2018-01-10nfp: bpf: add helpers for modifying branch addressesJakub Kicinski1-12/+0
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski1-0/+23