summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: bpf: fix ALU32 high bits clearance bugJiong Wang2019-02-231-11/+6
* nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang2019-02-231-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-201-17/+10
|\
| * nfp: bpf: optimize codegen for JSET with a constantJakub Kicinski2018-12-201-12/+10
| * nfp: bpf: remove the trivial JSET optimizationJakub Kicinski2018-12-201-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-6/+22
|\ \
| * | nfp: flower: ensure TCP flags can be placed in IPv6 framePieter Jansen van Vuuren2018-12-101-6/+22
* | | nfp: flower: fix cb_ident duplicate in indirect block registerJohn Hurley2018-12-171-10/+11
* | | nfp: abm: allow to opt-out of RED offloadJakub Kicinski2018-12-163-6/+32
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-0/+45
|\ \
| * | nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-071-0/+45
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-6/+12
|\ \ \ | | |/ | |/|
| * | nfp: flower: prevent offload if rhashtable insert failsJohn Hurley2018-11-301-5/+9
| * | nfp: flower: release metadata on offload failureJohn Hurley2018-11-301-2/+4
* | | nfp: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-031-34/+8
* | | nfp: report more info when reconfiguration failsJakub Kicinski2018-11-302-2/+9
* | | nfp: add offset to all TLV parsing errorsJakub Kicinski2018-11-301-8/+8
* | | nfp: add offloads on representorsJakub Kicinski2018-11-305-0/+143
* | | nfp: add locking around representor changesJakub Kicinski2018-11-303-0/+8
* | | nfp: run don't require Qdiscs on representor netdevsJakub Kicinski2018-11-301-0/+1
* | | nfp: run representor TX locklesslyJakub Kicinski2018-11-301-0/+2
* | | nfp: avoid oversized TSO headers with metadata prependJakub Kicinski2018-11-301-1/+4
* | | nfp: correct descriptor offsets in presence of metadataJakub Kicinski2018-11-301-8/+12
* | | nfp: move queue variable initJakub Kicinski2018-11-301-1/+3
* | | nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski2018-11-301-14/+17
* | | nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2018-11-302-5/+8
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-264-34/+28
|\ \
| * | bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-101-5/+4
| * | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-101-2/+1
| * | bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-101-5/+2
| * | bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-101-8/+3
| * | bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-101-6/+5
| * | bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-103-4/+4
| * | nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet2018-11-103-8/+12
| * | nfp: bpf: relax prog rejection through max_pkt_offsetJiong Wang2018-11-091-4/+5
* | | nfp: abm: add support for more threshold actionsJakub Kicinski2018-11-194-6/+109
* | | nfp: abm: add cls_u32 offload for simple band classificationJakub Kicinski2018-11-196-1/+324
* | | nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski2018-11-195-1/+28
* | | nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski2018-11-193-3/+50
* | | nfp: abm: add GRED offloadJakub Kicinski2018-11-193-10/+158
* | | nfp: abm: wrap RED parameters in bandsJakub Kicinski2018-11-192-40/+74
* | | nfp: abm: add up bands for sto/non-sto statsJakub Kicinski2018-11-191-12/+24
* | | nfp: abm: switch to extended stats for reading packet/byte countsJakub Kicinski2018-11-192-3/+46
* | | nfp: abm: size threshold table to account for bandsJakub Kicinski2018-11-191-2/+2
* | | nfp: abm: pass band parameter to functionsJakub Kicinski2018-11-193-43/+49
* | | nfp: abm: map per-band symbolsJakub Kicinski2018-11-192-13/+54
* | | nfp: abm: restructure Qdisc handlingJakub Kicinski2018-11-144-352/+340
* | | nfp: abm: save RED's parametersJakub Kicinski2018-11-142-1/+18
* | | nfp: abm: reset RED's child based on limitJakub Kicinski2018-11-141-5/+22