summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* 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-111-6/+22
* | nfp: flower: fix cb_ident duplicate in indirect block registerJohn Hurley2018-12-181-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-111-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-101-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-041-34/+8Star
* | | 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/+28Star
|\ \
| * | bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-111-5/+4Star
| * | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-111-2/+1Star
| * | bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-5/+2Star
| * | bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-111-8/+3Star
| * | bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-111-6/+5Star
| * | bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-113-4/+4
| * | nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet2018-11-113-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-204-6/+109
* | | nfp: abm: add cls_u32 offload for simple band classificationJakub Kicinski2018-11-206-1/+324
* | | nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski2018-11-205-1/+28
* | | nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski2018-11-203-3/+50
* | | nfp: abm: add GRED offloadJakub Kicinski2018-11-203-10/+158
* | | nfp: abm: wrap RED parameters in bandsJakub Kicinski2018-11-202-40/+74
* | | nfp: abm: add up bands for sto/non-sto statsJakub Kicinski2018-11-201-12/+24
* | | nfp: abm: switch to extended stats for reading packet/byte countsJakub Kicinski2018-11-202-3/+46
* | | nfp: abm: size threshold table to account for bandsJakub Kicinski2018-11-201-2/+2
* | | nfp: abm: pass band parameter to functionsJakub Kicinski2018-11-203-43/+49
* | | nfp: abm: map per-band symbolsJakub Kicinski2018-11-202-13/+54
* | | nfp: abm: restructure Qdisc handlingJakub Kicinski2018-11-144-352/+340Star
* | | 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
* | | nfp: abm: build full Qdisc hierarchy based on graft notificationsJakub Kicinski2018-11-142-0/+107
* | | nfp: abm: allocate Qdisc child tableJakub Kicinski2018-11-142-7/+24
* | | nfp: abm: remember which Qdisc is rootJakub Kicinski2018-11-143-0/+19
* | | nfp: abm: track all offload-enabled qdiscsJakub Kicinski2018-11-143-4/+132
* | | nfp: abm: keep track of all RED thresholdsJakub Kicinski2018-11-144-41/+120
* | | nfp: abm: rename qdiscs -> red_qdiscsJakub Kicinski2018-11-143-24/+29