aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-16nfp: flower: enable MAC address sharing for offloadable devsJohn Hurley3-118/+237
2019-01-16nfp: flower: ensure MAC cleanup on address changeJohn Hurley2-10/+104
2019-01-16nfp: flower: add infastructure for non-repr priv dataJohn Hurley2-0/+88
2019-01-16nfp: flower: ensure deletion of old offloaded MACsJohn Hurley1-25/+74
2019-01-16nfp: flower: remove list infastructure from MAC offloadJohn Hurley3-132/+37
2019-01-16nfp: flower: ignore offload of VF and PF repr MAC addressesJohn Hurley1-5/+4
2019-01-16nfp: flower: tidy tunnel related private dataJohn Hurley2-94/+102
2019-01-16nfp: flower: support multiple memory units for filter offloadsPieter Jansen van Vuuren3-10/+50
2019-01-16nfp: flower: increase cmesg reply timeoutFred Lotter3-12/+11
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-6/+6
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-17/+10
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+22
2018-12-20nfp: bpf: optimize codegen for JSET with a constantJakub Kicinski1-12/+10
2018-12-20nfp: bpf: remove the trivial JSET optimizationJakub Kicinski1-5/+0
2018-12-17nfp: flower: fix cb_ident duplicate in indirect block registerJohn Hurley1-10/+11
2018-12-16nfp: abm: allow to opt-out of RED offloadJakub Kicinski3-6/+32
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+45
2018-12-10nfp: flower: ensure TCP flags can be placed in IPv6 framePieter Jansen van Vuuren1-6/+22
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+12
2018-12-07nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang1-0/+45
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-30nfp: flower: prevent offload if rhashtable insert failsJohn Hurley1-5/+9
2018-11-30nfp: flower: release metadata on offload failureJohn Hurley1-2/+4
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