summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/thunder
AgeCommit message (Expand)AuthorFilesLines
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-06-24net: Cavium: Fix MAC address setting in shutdown statePavel Fedin2-2/+13
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-27net: Adding support for Cavium ThunderX network controllerSunil Goutham11-0/+7326