summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium
Commit message (Expand)AuthorAgeFilesLines
* net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi2018-12-171-0/+3
* net: cavium: liquidio: fix up "Avoid dma_unmap_single on uninitialized ndata"Greg Kroah-Hartman2018-04-081-1/+1
* net: cavium: liquidio: Avoid dma_unmap_single on uninitialized ndataFlorian Fainelli2017-05-021-4/+5
* net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2016-09-242-2/+4
* net: thunderx: Fix link status reportingSunil Goutham2016-09-152-31/+62
* net: thunderx: Fix receive packet statsSunil Goutham2016-09-153-13/+9
* net: thunderx: Fix for multiqset not configured upon interface toggleSunil Goutham2016-09-151-1/+0
* net: thunderx: Fix for Qset error due to CQ fullSunil Goutham2016-09-153-1/+16
* net: cavium: liquidio: fix check for in progress flagColin Ian King2016-09-151-1/+1
* net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de2016-05-181-0/+4
* net: thunderx: Correctly distinguish between VF and LMAC countPavel Fedin2015-12-081-21/+18
* net: thunderx: Enable BGX LMAC's RX/TX only after VF is upSunil Goutham2015-12-023-3/+38
* net: thunderx: Switchon carrier only upon interface link upSunil Goutham2015-12-023-4/+18
* net: thunderx: Set CQ timer threshold properlySunil Goutham2015-12-023-5/+4
* net: thunderx: Wait for delayed work to finish before destroying itThanneeru Srinivasulu2015-12-022-4/+2
* net: thunderx: Force to load octeon-mdio before bgx driver.Thanneeru Srinivasulu2015-12-022-0/+4
* net: thunder: Check for driver data in nicvf_remove()Pavel Fedin2015-11-161-5/+8
* net: cavium: liquidio: constify pci_error_handlers structuresJulia Lawall2015-11-161-1/+1
* net: thunder: Fix crash upon shutdown after failed probePavel Fedin2015-11-151-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-014-15/+37
|\
| * net: thunderx: add missing of_node_putJulia Lawall2015-10-261-1/+3
| * net: thunderx: Incorporate pass2 silicon CPI index configuration changesThanneeru Srinivasulu2015-10-252-6/+27
| * net: thunderx: Rewrite silicon revision tests.David Daney2015-10-251-4/+6
| * net: thunderx: Fix incorrect subsystem devid of VF on pass2 siliconSunil Goutham2015-10-251-1/+1
| * net: thunderx: Remove PF soft reset.Sunil Goutham2015-10-251-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+1
|\|
| * net: cavium: change NET_VENDOR_CAVIUM to boolAndreas Schwab2015-10-211-1/+1
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
|/
* net: cavium: liquidio: use kzalloc in setup_glist()Rasmus Villemoes2015-09-091-2/+1
* net: thunderx: Support for internal loopback modeSunil Goutham2015-08-305-0/+97
* net: thunderx: Support for upto 96 queues for a VFSunil Goutham2015-08-305-84/+505
* net: thunderx: Rework interrupt handlingSunil Goutham2015-08-303-72/+102
* net: thunderx: Support for HW VLAN strippingSunil Goutham2015-08-304-7/+55
* net: thunderx: Receive hashing HW offload supportSunil Goutham2015-08-302-10/+39
* net: thunderx: mailboxes: remove code duplicationSunil Goutham2015-08-302-36/+11
* net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham2015-08-305-120/+103
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-3/+0
|\
| * net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=yIan Campbell2015-08-071-3/+0
* | net, thunder, bgx: Add support to get MAC address from ACPI.David Daney2015-08-111-1/+85
* | net: thunder: Factor out DT specific code in BGXRobert Richter2015-08-111-13/+35
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-316-37/+92
|\|
| * net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu2015-07-291-1/+4
| * net: thunderx: Add PCI driver shutdown routineSunil Goutham2015-07-291-0/+6
| * net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham2015-07-291-4/+5
| * net: thunderx: Set watchdog timeout valueSunil Goutham2015-07-292-0/+10
| * net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham2015-07-293-15/+31
| * net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham2015-07-291-2/+4
| * net: thunderx: Fix TSO packet statisticSunil Goutham2015-07-291-0/+1
| * net: thunderx: Fix memory leak when changing queue countSunil Goutham2015-07-291-9/+14
| * net: thunderx: Fix RQ_DROP miscalculationSunil Goutham2015-07-291-3/+11