aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/main.h
Commit message (Expand)AuthorAge
* nfp: bpf: double check vNIC capabilities after object sharingJakub Kicinski2018-10-16
* nfp: bpf: protect against mis-initializing atomic countersJakub Kicinski2018-10-16
* nfp: replace long license headers with SPDXJakub Kicinski2018-10-11
* nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet2018-10-08
* nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet2018-10-08
* nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet2018-10-08
* nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet2018-10-08
* nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet2018-10-08
* nfp: bpf: ignore helper-related checks for BPF calls in nfp verifierQuentin Monnet2018-10-08
* nfp: bpf: copy eBPF subprograms information from kernel verifierQuentin Monnet2018-10-08
* nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet2018-10-08
* nfp: bpf: allow control message sizing for map opsJakub Kicinski2018-10-02
* nfp: bpf: parse global BPF ABI version capabilityJakub Kicinski2018-10-02
* nfp: bpf: xdp_adjust_tail supportJakub Kicinski2018-08-04
* nfp: bpf: remember maps by IDJakub Kicinski2018-07-27
* nfp: bpf: allow receiving perf events on data queuesJakub Kicinski2018-07-27
* nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski2018-07-27
* bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-18
* nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang2018-07-06
* nfp: bpf: support u16 and u32 multiplicationsJiong Wang2018-07-06
* nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang2018-07-06
* nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang2018-07-06
* nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-18
* nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-09
* nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-04
* nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-04
* nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2018-04-25
* nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-28
* nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-28
* nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-28
* nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-28
* nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-28
* nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-28
* nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-28
* nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-28
* nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-06
* nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-22
* nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet2018-01-16
* nfp: bpf: implement bpf map offloadJakub Kicinski2018-01-14
* nfp: bpf: add verification and codegen for map lookupsJakub Kicinski2018-01-14
* nfp: bpf: parse function call and map capabilitiesJakub Kicinski2018-01-14
* nfp: bpf: implement helpers for FW map opsJakub Kicinski2018-01-14
* nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-14
* nfp: bpf: add map data structureJakub Kicinski2018-01-14
* nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-10
* nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2018-01-10
* nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-10
* nfp: bpf: move jump resolution to jit.cJakub Kicinski2018-01-10
* bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-22
|\