summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)Author
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20nfp: bpf: optimize codegen for JSET with a constantJakub Kicinski
2018-12-20nfp: bpf: remove the trivial JSET optimizationJakub Kicinski
2018-12-17nfp: flower: fix cb_ident duplicate in indirect block registerJohn Hurley
2018-12-16nfp: abm: allow to opt-out of RED offloadJakub Kicinski
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-10nfp: flower: ensure TCP flags can be placed in IPv6 framePieter Jansen van Vuuren
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-07nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang
2018-12-03nfp: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-11-30nfp: report more info when reconfiguration failsJakub Kicinski
2018-11-30nfp: add offset to all TLV parsing errorsJakub Kicinski
2018-11-30nfp: add offloads on representorsJakub Kicinski
2018-11-30nfp: add locking around representor changesJakub Kicinski
2018-11-30nfp: run don't require Qdiscs on representor netdevsJakub Kicinski
2018-11-30nfp: run representor TX locklesslyJakub Kicinski
2018-11-30nfp: avoid oversized TSO headers with metadata prependJakub Kicinski
2018-11-30nfp: correct descriptor offsets in presence of metadataJakub Kicinski
2018-11-30nfp: move queue variable initJakub Kicinski
2018-11-30nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski
2018-11-30nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski
2018-11-30nfp: flower: prevent offload if rhashtable insert failsJohn Hurley
2018-11-30nfp: flower: release metadata on offload failureJohn Hurley
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-11-19nfp: abm: add support for more threshold actionsJakub Kicinski
2018-11-19nfp: abm: add cls_u32 offload for simple band classificationJakub Kicinski
2018-11-19nfp: abm: add functions to update DSCP -> virtual queue mapJakub Kicinski
2018-11-19nfp: abm: calculate PRIO map len and check mailbox sizeJakub Kicinski
2018-11-19nfp: abm: add GRED offloadJakub Kicinski
2018-11-19nfp: abm: wrap RED parameters in bandsJakub Kicinski
2018-11-19nfp: abm: add up bands for sto/non-sto statsJakub Kicinski
2018-11-19nfp: abm: switch to extended stats for reading packet/byte countsJakub Kicinski
2018-11-19nfp: abm: size threshold table to account for bandsJakub Kicinski
2018-11-19nfp: abm: pass band parameter to functionsJakub Kicinski
2018-11-19nfp: abm: map per-band symbolsJakub Kicinski
2018-11-14nfp: abm: restructure Qdisc handlingJakub Kicinski
2018-11-14nfp: abm: save RED's parametersJakub Kicinski
2018-11-14nfp: abm: reset RED's child based on limitJakub Kicinski
2018-11-14nfp: abm: build full Qdisc hierarchy based on graft notificationsJakub Kicinski
2018-11-14nfp: abm: allocate Qdisc child tableJakub Kicinski
2018-11-14nfp: abm: remember which Qdisc is rootJakub Kicinski
2018-11-14nfp: abm: track all offload-enabled qdiscsJakub Kicinski
2018-11-14nfp: abm: keep track of all RED thresholdsJakub Kicinski
2018-11-14nfp: abm: rename qdiscs -> red_qdiscsJakub Kicinski
2018-11-11nfp: flower: remove unnecessary code in flow lookupJohn Hurley
2018-11-11nfp: flower: remove TC egdev offloadsJohn Hurley
2018-11-11nfp: flower: offload tunnel decap rules via indirect TC blocksJohn Hurley
2018-11-11nfp: flower: increase scope of netdev checking functionsJohn Hurley