summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
...
* net: thunderx: Fix issue with IRQ namimgSunil Goutham2016-09-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-134-15/+81
|\
| * net: thunderx: Fix for issues with multiple CQEs posted for a TSO packetSunil Goutham2016-09-013-12/+73
| * net: thunderx: Fix for HW issue while padding TSO packetSunil Goutham2016-09-011-3/+8
* | liquidio:CN23XX pause frame supportRaghu Vatsavayi2016-09-033-7/+126
* | liquidio: CN23XX napi supportRaghu Vatsavayi2016-09-033-6/+30
* | liquidio: CN23XX health monitoringRaghu Vatsavayi2016-09-033-2/+132
* | liquidio: ethtool and led control supportRaghu Vatsavayi2016-09-034-8/+390
* | liquidio: CN23XX octeon3 instructionRaghu Vatsavayi2016-09-038-76/+212
* | liquidio: CN23XX IQ accessRaghu Vatsavayi2016-09-031-0/+66
* | liquidio: RX control commandsRaghu Vatsavayi2016-09-033-13/+96
* | liquidio: link and control commandsRaghu Vatsavayi2016-09-033-8/+76
* | liquidio: CN23XX firmware downloadRaghu Vatsavayi2016-08-313-46/+111
* | liquidio: MSIX support for CN23XXRaghu Vatsavayi2016-08-316-69/+452
* | liquidio: CN23XX queue manipulationRaghu Vatsavayi2016-08-315-8/+225
* | liquidio: CN23XX register setupRaghu Vatsavayi2016-08-314-8/+316
* | liquidio: CN23XX device init and sriov configRaghu Vatsavayi2016-08-314-1/+544
* | liquidio: CN23XX queue definitionsRaghu Vatsavayi2016-08-316-33/+286
* | liquidio: CN23XX register definitionsRaghu Vatsavayi2016-08-311-0/+604
* | liquidio: Common enable irq functionRaghu Vatsavayi2016-08-318-14/+48
* | liquidio: Firmware version managementRaghu Vatsavayi2016-08-312-5/+27
* | liquidio: Consolidate common functionalityRaghu Vatsavayi2016-08-3115-444/+426Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-302-2/+4
|\|
| * net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2016-08-192-2/+4
* | liquidio: declare liquidio_set_rxcsum_command staticNicholas Mc Guire2016-08-241-2/+2
* | net: thunderx: Remove unnecessary pci_set_drvdata()Wei Yongjun2016-08-161-2/+0Star
* | net: thunderx: Don't set RX_PACKET_DIS while initializingSunil Goutham2016-08-131-11/+7Star
* | net: thunderx: Use netdev_rss_key_fill() helperSunil Goutham2016-08-131-7/+1Star
* | net: thunderx: Configure tunnelling protocol parsingZyta Szpak2016-08-132-0/+34
* | net: thunderx: Use napi_consume_skb for bulk freeSunil Goutham2016-08-131-3/+5
* | net: thunderx: Don't set mac address for secondary Qset VFsSunil Goutham2016-08-131-1/+1
* | net: thunderx: Reset RXQ HW stats when interface is brought downJerin Jacob2016-08-133-0/+87
* | net: thunderx: Improvement for MBX interface debug messagesRadoslaw Biernacki2016-08-132-8/+16
* | net: thunderx: Use skb_add_rx_frag() for split buffer Rx pktsSunil Goutham2016-08-131-18/+6Star
* | net: thunderx: Use netdev's name for naming VF's interruptsSunil Goutham2016-08-131-8/+12
* | net: thunderx: Support for 83xx mixed QLM/DLM configSunil Goutham2016-08-132-21/+26
* | net: thunderx: Add support for 16 LMACs of 83xxSunil Goutham2016-08-132-17/+60
* | net: thunderx: Add RGMII interface type supportSunil Goutham2016-08-136-33/+332
* | net: thunderx: Add QSGMII interface type supportSunil Goutham2016-08-132-12/+54
* | net: thunderx: Add 81xx support to BGX driverSunil Goutham2016-08-132-10/+113
* | net: thunderx: Support for different LMAC types within BGXSunil Goutham2016-08-132-136/+98Star
* | net: thunderx: Enable mailbox interrupts on 81xx/83xxSunil Goutham2016-08-131-38/+50
* | net: thunderx: Enable CQE_RX desc's extension fieldsSunil Goutham2016-08-134-2/+27
* | net: thunderx: Set queue count based on number of CPUsSunil Goutham2016-08-134-12/+14
* | net: thunderx: Add support for 81xx and 83xx chipsSunil Goutham2016-08-133-17/+73
* | net: thunderx: Add VNIC's PCI devid on future chipsSunil Goutham2016-08-132-3/+21
* | net: thunderx: Moved HW capability info from macros to structureSunil Goutham2016-08-132-52/+85
|/
* ethernet: cavium: octeon: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-021-0/+3
* liquidio: Response header changesRaghu Vatsavayi2016-07-051-6/+12
* liquidio: Remove redundant codeRaghu Vatsavayi2016-07-0513-47/+51