summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
2017-08-25nfp: add basic SR-IOV ndo functions to representorsSimon Horman1-0/+6
2017-08-25nfp: add basic SR-IOV ndo functionsPablo Cascón8-1/+372
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-08-18nfp: don't reuse pointers in ring dumpingJakub Kicinski1-6/+7
2017-08-18nfp: fix copy paste in names and messages regarding vNICsJakub Kicinski1-2/+2
2017-08-18nfp: add ethtool statistics for representorsJakub Kicinski2-4/+71
2017-08-18nfp: add pointer to vNIC config memory to nfp_port structureJakub Kicinski3-37/+18
2017-08-18nfp: report MAC statistics in ethtoolJakub Kicinski2-17/+153
2017-08-18nfp: store pointer to MAC statistics in nfp_portJakub Kicinski3-8/+9
2017-08-18nfp: split software and hardware vNIC statisticsJakub Kicinski1-72/+120
2017-08-18nfp: add helper for printing ethtool stringsJakub Kicinski1-33/+32
2017-08-18nfp: don't report standard netdev statistics in ethtoolJakub Kicinski1-77/+32
2017-08-18nfp: allow retreiving management FW logs on representorsJakub Kicinski2-18/+17
2017-08-18nfp: provide ethtool_drvinfo on representorsJakub Kicinski3-12/+54
2017-08-18nfp: link basic ethtool ops to representorsJakub Kicinski3-0/+7
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi2-2/+2
2017-08-18nfp: fix infinite loop on umapping cleanupColin Ian King1-2/+1
2017-08-16nfp: process MTU updates from firmware flower appSimon Horman1-2/+9
2017-08-16nfp: process control messages in workqueue in flower appSimon Horman4-3/+41
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2017-08-11nfp: send control message when MAC representors are createdSimon Horman3-3/+80
2017-08-11nfp: do not update MTU from BH in flower appSimon Horman1-6/+2
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko2-2/+2
2017-08-09bpf, nfp: implement jiting of BPF_J{LT,LE}Daniel Borkmann1-0/+24
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-08-08bpf/verifier: rework value trackingEdward Cree1-10/+14
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko6-16/+12
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko6-21/+17
2017-08-07nfp: change flows in apps that offload ndo_setup_tcJiri Pirko2-17/+9
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko6-12/+19
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-2/+2
2017-08-01nfp: Initialize RX and TX ring 64-bit stats seqcountsFlorian Fainelli1-0/+2
2017-07-27nfp: only use direct firmware requestsJakub Kicinski1-16/+26
2017-07-27nfp: look for firmware image by device serial number and PCI nameJakub Kicinski1-1/+19
2017-07-27nfp: remove the probe deferral when FW not presentJakub Kicinski1-1/+1
2017-07-25nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe5-5/+74
2017-07-12nfp: freeing the wrong variableDan Carpenter1-1/+1
2017-07-07nfp: flower: add missing clean up call to avoid memory leaksJakub Kicinski1-0/+1
2017-07-05nfp: default to chained metadata prepend formatJakub Kicinski1-1/+8
2017-07-05nfp: remove legacy MAC address lookupJakub Kicinski4-34/+8
2017-07-05nfp: improve order of interfaces in breakout modeJakub Kicinski3-14/+12
2017-07-01nfp: add control message passing capabilities to flower offloadsPieter Jansen van Vuuren3-1/+70
2017-07-01nfp: add a stats handler for flower offloadsPieter Jansen van Vuuren5-8/+171
2017-07-01nfp: add metadata to each flow offloadPieter Jansen van Vuuren5-13/+412
2017-07-01nfp: add basic action capabilities to flower offloadsPieter Jansen van Vuuren5-0/+271
2017-07-01nfp: extend flower matching capabilitiesPieter Jansen van Vuuren6-1/+316
2017-07-01nfp: extend flower add flow offloadPieter Jansen van Vuuren3-1/+325
2017-07-01nfp: provide infrastructure for offloading flower based TC filtersPieter Jansen van Vuuren8-14/+220
2017-07-01nfp: add phys_switch_id supportSimon Horman4-0/+36
2017-06-27nfp: flower: add Kconfig for flower appJakub Kicinski3-2/+18