aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-03nfp: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-34/+8
2018-11-30nfp: report more info when reconfiguration failsJakub Kicinski2-2/+9
2018-11-30nfp: add offset to all TLV parsing errorsJakub Kicinski1-8/+8
2018-11-30nfp: add offloads on representorsJakub Kicinski5-0/+143
2018-11-30nfp: add locking around representor changesJakub Kicinski3-0/+8
2018-11-30nfp: run don't require Qdiscs on representor netdevsJakub Kicinski1-0/+1
2018-11-30nfp: run representor TX locklesslyJakub Kicinski1-0/+2
2018-11-30nfp: avoid oversized TSO headers with metadata prependJakub Kicinski1-1/+4
2018-11-30nfp: correct descriptor offsets in presence of metadataJakub Kicinski1-8/+12
2018-11-30nfp: move queue variable initJakub Kicinski1-1/+3
2018-11-30nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski1-14/+17
2018-11-30nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2-5/+8
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-34/+28
2018-11-19nfp: abm: add support for more threshold actionsJakub Kicinski4-6/+109
2018-11-19nfp: abm: add cls_u32 offload for simple band classificationJakub Kicinski6-1/+324
2018-11-19nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski5-1/+28
2018-11-19nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski3-3/+50
2018-11-19nfp: abm: add GRED offloadJakub Kicinski3-10/+158
2018-11-19nfp: abm: wrap RED parameters in bandsJakub Kicinski2-40/+74
2018-11-19nfp: abm: add up bands for sto/non-sto statsJakub Kicinski1-12/+24
2018-11-19nfp: abm: switch to extended stats for reading packet/byte countsJakub Kicinski2-3/+46
2018-11-19nfp: abm: size threshold table to account for bandsJakub Kicinski1-2/+2
2018-11-19nfp: abm: pass band parameter to functionsJakub Kicinski3-43/+49
2018-11-19nfp: abm: map per-band symbolsJakub Kicinski2-13/+54
2018-11-14nfp: abm: restructure Qdisc handlingJakub Kicinski4-352/+340
2018-11-14nfp: abm: save RED's parametersJakub Kicinski2-1/+18
2018-11-14nfp: abm: reset RED's child based on limitJakub Kicinski1-5/+22
2018-11-14nfp: abm: build full Qdisc hierarchy based on graft notificationsJakub Kicinski2-0/+107
2018-11-14nfp: abm: allocate Qdisc child tableJakub Kicinski2-7/+24
2018-11-14nfp: abm: remember which Qdisc is rootJakub Kicinski3-0/+19
2018-11-14nfp: abm: track all offload-enabled qdiscsJakub Kicinski3-4/+132
2018-11-14nfp: abm: keep track of all RED thresholdsJakub Kicinski4-41/+120
2018-11-14nfp: abm: rename qdiscs -> red_qdiscsJakub Kicinski3-24/+29
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley3-14/+6
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley4-78/+17
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley3-4/+144
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley3-31/+29
2018-11-11nfp: flower: allow non repr netdev offloadJohn Hurley4-39/+49
2018-11-10bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet1-5/+4
2018-11-10bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet1-2/+1
2018-11-10bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-5/+2
2018-11-10bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet1-8/+3
2018-11-10bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet1-6/+5
2018-11-10bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet3-4/+4
2018-11-10nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet3-8/+12
2018-11-09nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski1-3/+1
2018-11-09nfp: bpf: relax prog rejection through max_pkt_offsetJiong Wang1-4/+5
2018-11-08nfp: abm: refuse RED offload with harddrop setJakub Kicinski1-0/+5
2018-11-08nfp: abm: don't set negative thresholdJakub Kicinski2-2/+11
2018-11-08nfp: abm: provide more precise info about offload parameter validationJakub Kicinski1-3/+21