summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\
| * nfp: bpf: allow zero-length capabilitiesJakub Kicinski2018-05-091-1/+1
* | nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-095-2/+93
* | nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski2018-05-042-21/+32
* | nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-047-4/+187
* | nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-043-5/+165
* | nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2018-04-252-13/+35
* | nfp: bpf: tabularize generations of compare operationsJakub Kicinski2018-04-251-107/+61Star
* | nfp: bpf: optimize add/sub of a negative constantJakub Kicinski2018-04-251-0/+35
* | nfp: bpf: remove double spaceJakub Kicinski2018-04-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-021-1/+5
|\
| * nfp: bpf: fix check of program max insn countJakub Kicinski2018-03-241-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-017-79/+761
|\ \
| * | nfp: bpf: improve wrong FW response warningsJakub Kicinski2018-03-291-6/+6
| * | nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-295-2/+46
| * | nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-293-15/+84
| * | nfp: bpf: expose command delay slotsJakub Kicinski2018-03-291-29/+24Star
| * | nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-294-3/+209
| * | nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-294-0/+17
| * | nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-294-0/+21
| * | nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-291-15/+25
| * | nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-293-27/+50
| * | nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski2018-03-291-3/+3
| * | nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-292-0/+145
| * | nfp: bpf: support unaligned read offsetJiong Wang2018-03-291-3/+70
| * | nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-292-2/+87
* | | nfp: modify app MTU setting callbacksJohn Hurley2018-03-301-2/+2
|/ /
* / nfp: add Makefiles to all directoriesJakub Kicinski2018-02-221-0/+2
|/
* nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-081-8/+1Star
* nfp: bpf: require ETH tableJakub Kicinski2018-02-081-0/+12
* nfp: fix kdoc warnings on nested structuresJakub Kicinski2018-02-061-12/+12
* nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-3/+1Star
* nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-223-18/+39
* nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-212-2/+19
|\
| * nfp: bpf: add short busy wait for FW repliesJakub Kicinski2018-01-181-1/+8
| * bpf: offload: allow array map offloadJakub Kicinski2018-01-181-0/+2
| * nfp: bpf: set new jit info fieldsJiong Wang2018-01-181-1/+9
* | nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski2018-01-191-1/+1
* | nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski2018-01-191-0/+2
|/
* nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet2018-01-173-0/+12
* nfp: bpf: print map lookup problems into verifier logJakub Kicinski2018-01-171-6/+8
* nfp: bpf: implement bpf map offloadJakub Kicinski2018-01-143-0/+109
* nfp: bpf: add support for reading map memoryJakub Kicinski2018-01-142-9/+76
* nfp: bpf: add verification and codegen for map lookupsJakub Kicinski2018-01-143-2/+138
* nfp: bpf: parse function call and map capabilitiesJakub Kicinski2018-01-143-0/+87
* nfp: bpf: implement helpers for FW map opsJakub Kicinski2018-01-143-4/+288
* nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-144-0/+288
* nfp: bpf: add map data structureJakub Kicinski2018-01-142-1/+24
* bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-141-1/+1