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-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
* nfp: bpf: reuse verifier log for debug messagesQuentin Monnet2018-01-101-14/+16
* nfp: bpf: add signed jump insnsNic Viljoen2018-01-101-0/+48
* nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-103-16/+22
* nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2018-01-102-7/+13
* nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2018-01-102-2/+19
* nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-104-87/+115
* nfp: bpf: add helpers for modifying branch addressesJakub Kicinski2018-01-101-12/+0Star
* nfp: bpf: move jump resolution to jit.cJakub Kicinski2018-01-103-17/+25
* nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski2018-01-101-1/+3
* nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski2018-01-101-0/+20