aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c
Commit message (Expand)AuthorAge
* ntb_transport: Pick an unused queueThomas VanSelus2017-02-23
* NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe2017-02-23
* ntb_transport: make DMA_OUT_RESOURCE_TO HZ independentNicholas Mc Guire2016-11-13
* ntb: add DMA error handling for RX DMADave Jiang2016-08-07
* ntb: add DMA error handling for TX DMADave Jiang2016-08-07
* ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe2016-08-05
* NTB: allocate number transport entries depending on size of ring sizeDave Jiang2016-08-05
* ntb: stop link work when we do not have memoryDave Jiang2016-03-17
* ntb: stop tasklet from spinning forever during shutdown.Dave Jiang2016-03-17
* NTB: Address out of DMA descriptor issue with NTBDave Jiang2016-01-11
* NTB: ntb_process_tx error path bugJon Mason2016-01-11
* NTB: fix 32-bit compiler warningArnd Bergmann2015-11-08
* NTB: invalid buf pointer in multi-MW setupsJon Mason2015-11-08
* NTB: remove unused variableSudip Mukherjee2015-11-08
* NTB: fix access of free-ed pointerSudip Mukherjee2015-11-08
* NTB: Fix issue where we may be accessing NULL ptrDave Jiang2015-11-08
* NTB: Use unique DMA channels for TX and RXDave Jiang2015-09-07
* NTB: Remove dma_sync_wait from ntb_async_rxAllen Hubbe2015-09-07
* NTB: Clean up QP stats infoDave Jiang2015-09-07
* NTB: Make the transport list in order of discoveryDave Jiang2015-09-07
* NTB: Add flow control to the ntb_netdevDave Jiang2015-09-07
* NTB: Fix dereference before checkAllen Hubbe2015-08-09
* NTB: Fix zero size or integer overflow in ntb_set_mwAllen Hubbe2015-08-09
* NTB: Schedule to receive on QP link upAllen Hubbe2015-08-09
* NTB: Fix oops in debugfs when transport is half-upDave Jiang2015-08-09
* NTB: Fix transport stats for multiple devicesDave Jiang2015-08-09
* NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe2015-08-09
* NTB: Print driver name and version in module initDave Jiang2015-07-04
* NTB: Increase transport MTU to 64k from 16kDave Jiang2015-07-04
* NTB: Default to CPU memcpy for performanceDave Jiang2015-07-04
* NTB: Improve performance with write combiningDave Jiang2015-07-04
* NTB: Use NUMA memory and DMA chan in transportAllen Hubbe2015-07-04
* NTB: Rate limit ntb_qp_link_workAllen Hubbe2015-07-04
* NTB: Reset transport QP link stats on downAllen Hubbe2015-07-04
* NTB: Do not advance transport RX on link downAllen Hubbe2015-07-04
* NTB: Differentiate transport link down messagesAllen Hubbe2015-07-04
* NTB: Read peer info from local SPAD in transportDave Jiang2015-07-04
* NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-04
* NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-02
* ntb: Add alignment check to meet hardware requirementDave Jiang2014-09-14
* NTB: correct the spread of queues over mw'sJon Mason2014-09-14
* NTB: Code Style Clean-upJon Mason2014-04-07
* NTB: client event cleanupJon Mason2014-04-07
* Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds2013-11-26
|\
| * NTB: Disable interrupts and poll under high loadJon Mason2013-11-20
| * NTB: correct dmaengine_get/put usageJon Mason2013-11-20
| * NTB: Fix ntb_transport link down raceJon Mason2013-11-20
* | dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-14
* | NTB: convert to dmaengine_unmap_dataBartlomiej Zolnierkiewicz2013-11-14
|/
* NTB: Comment FixJon Mason2013-09-05