aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2015-08-11net, thunder, bgx: Add support to get MAC address from ACPI.David Daney1-1/+85
2015-08-11net: thunder: Factor out DT specific code in BGXRobert Richter1-13/+35
2015-08-07net: thunderx: remove effective "default y" from Kconfig if ARCH_THUNDER=yIan Campbell1-3/+0
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-37/+92
2015-07-29net: thunderx: Fix for crash while BGX teardownThanneeru Srinivasulu1-1/+4
2015-07-29net: thunderx: Add PCI driver shutdown routineSunil Goutham1-0/+6
2015-07-29net: thunderx: Fix crash when changing rss with mutliple traffic flowsSunil Goutham1-4/+5
2015-07-29net: thunderx: Set watchdog timeout valueSunil Goutham2-0/+10
2015-07-29net: thunderx: Wakeup TXQ only if CQE_TX are processedSunil Goutham3-15/+31
2015-07-29net: thunderx: Suppress alloc_pages() failure warningsSunil Goutham1-2/+4
2015-07-29net: thunderx: Fix TSO packet statisticSunil Goutham1-0/+1
2015-07-29net: thunderx: Fix memory leak when changing queue countSunil Goutham1-9/+14
2015-07-29net: thunderx: Fix RQ_DROP miscalculationSunil Goutham1-3/+11
2015-07-29net: thunderx: Fix memory leak while tearing down interfaceSunil Goutham2-3/+6
2015-07-29net: thunderx: Fix data integrity issues with LDWBSunil Goutham1-1/+1
2015-07-29net: thunderx: Select CONFIG_MDIO_OCTEON for ThunderX NICRadha Mohan Chintakuntla1-0/+2
2015-06-29net-Liquidio: Delete unnecessary checks before the function call "vfree"Markus Elfring3-13/+5
2015-06-25cavium/liquidio: fix some error handling in lio_set_phys_id()Dan Carpenter1-2/+3
2015-06-24net: Cavium: Fix MAC address setting in shutdown statePavel Fedin2-2/+13
2015-06-21Modify Liquidio Kconfig for crc libRaghu Vatsavayi1-1/+1
2015-06-12Fix Cavium Liquidio build related errors and warningsRaghu Vatsavayi8-19/+26
2015-06-10Add support of Cavium Liquidio ethernet adaptersRaghu Vatsavayi29-12/+14446
2015-06-02net: thunderx: use GFP_KERNEL in thread contextAleksey Makarov1-1/+1
2015-06-02net: thunderx: check if memory allocation was successfulAleksey Makarov1-0/+2
2015-06-02net: thunderx: remove unneeded type conversionsAleksey Makarov1-2/+1
2015-06-02net: thunderx: fix nicvf_set_rxfh()Aleksey Makarov1-2/+1
2015-06-02net: thunderx: add staticAleksey Makarov4-22/+16
2015-06-02net: thunderx: delete unused variablesAleksey Makarov1-2/+2
2015-06-02net: thunderx: rework mac address handlingAleksey Makarov5-19/+9
2015-06-02net: thunderx: introduce a function for mailbox accessAleksey Makarov1-10/+17
2015-06-02net: thunderx: fix constantsAleksey Makarov1-5/+5
2015-06-02net: thunderx: Cleanup duplicate NODE_ID macros, add nic_get_node_id()Robert Richter4-8/+13
2015-05-30net: thunderx: add 64-bit dependencyArnd Bergmann1-1/+1
2015-05-27net: Adding support for Cavium ThunderX network controllerSunil Goutham13-0/+7371