aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/main.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet1-1/+1
2018-11-10nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet1-0/+4
2018-10-16nfp: bpf: double check vNIC capabilities after object sharingJakub Kicinski1-0/+3
2018-10-16nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski1-1/+6
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-0/+1
2018-10-08nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet1-0/+2
2018-10-08nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet1-0/+2
2018-10-08nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet1-0/+20
2018-10-08nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet1-1/+2
2018-10-08nfp: bpf: ignore helper-related checks for BPF calls in nfp verifierQuentin Monnet1-0/+8
2018-10-08nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet1-0/+12
2018-10-08nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet1-2/+2
2018-10-02nfp: bpf: allow control message sizing for map opsJakub Kicinski1-0/+7
2018-10-02nfp: bpf: parse global BPF ABI version capabilityJakub Kicinski1-0/+4
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski1-0/+2
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski1-0/+3
2018-07-27nfp: bpf: allow receiving perf events on data queuesJakub Kicinski1-0/+3
2018-07-27nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski1-1/+2
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski1-0/+4
2018-07-07nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang1-0/+5
2018-07-07nfp: bpf: support u16 and u32 multiplicationsJiong Wang1-0/+5
2018-07-07nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang1-21/+12
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang1-5/+5
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang1-0/+28
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski1-0/+8
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski1-0/+4
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski1-1/+19
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski1-1/+5
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski1-0/+4
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski1-0/+7
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski1-0/+17
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski1-0/+2
2018-03-28nfp: bpf: add map updates from the datapathJakub Kicinski1-0/+2
2018-03-28nfp: bpf: add helper for validating stack pointersJakub Kicinski1-3/+11
2018-03-28nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang1-0/+30
2018-03-28nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang1-0/+9
2018-02-06nfp: fix kdoc warnings on nested structuresJakub Kicinski1-12/+12
2018-01-22nfp: bpf: use extack support to improve debuggingQuentin Monnet1-1/+1
2018-01-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet1-0/+1
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski1-0/+4
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski1-2/+13
2018-01-14nfp: bpf: parse function call and map capabilitiesJakub Kicinski1-0/+24
2018-01-14nfp: bpf: implement helpers for FW map opsJakub Kicinski1-3/+14
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski1-0/+23
2018-01-14nfp: bpf: add map data structureJakub Kicinski1-0/+18
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski1-6/+2
2018-01-10nfp: bpf: use a large constant in unresolved branchesJakub Kicinski1-0/+6
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski1-11/+18
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski1-0/+1