aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/jit.c
AgeCommit message (Expand)Author
2019-03-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang
2019-03-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski
2018-07-07nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u16 and u32 multiplicationsJiong Wang
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang
2018-06-27nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski
2018-05-04nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski
2018-04-25nfp: bpf: remove double spaceJakub Kicinski
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski
2018-03-28nfp: bpf: add helper for validating stack pointersJakub Kicinski
2018-03-28nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski
2018-03-28nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang
2018-03-28nfp: bpf: support unaligned read offsetJiong Wang
2018-03-28nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang
2018-03-24nfp: bpf: fix check of program max insn countJakub Kicinski
2018-01-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski
2018-01-10nfp: bpf: add signed jump insnsNic Viljoen
2018-01-10nfp: bpf: use a large constant in unresolved branchesJakub Kicinski
2018-01-10nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski
2018-01-10nfp: bpf: add helpers for modifying branch addressesJakub Kicinski
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski
2017-12-15nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski
2017-12-15nfp: bpf: add basic support for adjust head callJakub Kicinski
2017-12-15nfp: bpf: prepare for call supportJakub Kicinski
2017-12-01nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang
2017-12-01nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang
2017-12-01nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang
2017-12-01nfp: bpf: encode indirect commandsJakub Kicinski
2017-12-01nfp: bpf: correct the encoding for No-Dest immedJiong Wang
2017-12-01nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang