summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c
Commit message (Expand)AuthorAgeFilesLines
* ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe2016-08-051-2/+7
* NTB: allocate number transport entries depending on size of ring sizeDave Jiang2016-08-051-2/+27
* ntb: stop link work when we do not have memoryDave Jiang2016-03-171-1/+8
* ntb: stop tasklet from spinning forever during shutdown.Dave Jiang2016-03-171-6/+16
* NTB: Address out of DMA descriptor issue with NTBDave Jiang2016-01-111-7/+41
* NTB: ntb_process_tx error path bugJon Mason2016-01-111-1/+1
* NTB: fix 32-bit compiler warningArnd Bergmann2015-11-081-2/+2
* NTB: invalid buf pointer in multi-MW setupsJon Mason2015-11-081-2/+2
* NTB: remove unused variableSudip Mukherjee2015-11-081-4/+0
* NTB: fix access of free-ed pointerSudip Mukherjee2015-11-081-8/+7
* NTB: Fix issue where we may be accessing NULL ptrDave Jiang2015-11-081-8/+9
* NTB: Use unique DMA channels for TX and RXDave Jiang2015-09-071-19/+58
* NTB: Remove dma_sync_wait from ntb_async_rxAllen Hubbe2015-09-071-9/+3
* NTB: Clean up QP stats infoDave Jiang2015-09-071-9/+16
* NTB: Make the transport list in order of discoveryDave Jiang2015-09-071-1/+1
* NTB: Add flow control to the ntb_netdevDave Jiang2015-09-071-1/+17
* NTB: Fix dereference before checkAllen Hubbe2015-08-091-2/+1
* NTB: Fix zero size or integer overflow in ntb_set_mwAllen Hubbe2015-08-091-3/+6
* NTB: Schedule to receive on QP link upAllen Hubbe2015-08-091-0/+2
* NTB: Fix oops in debugfs when transport is half-upDave Jiang2015-08-091-1/+5
* NTB: Fix transport stats for multiple devicesDave Jiang2015-08-091-2/+10
* NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe2015-08-091-69/+100
* NTB: Print driver name and version in module initDave Jiang2015-07-041-0/+2
* NTB: Increase transport MTU to 64k from 16kDave Jiang2015-07-041-1/+1
* NTB: Default to CPU memcpy for performanceDave Jiang2015-07-041-4/+13
* NTB: Improve performance with write combiningDave Jiang2015-07-041-1/+10
* NTB: Use NUMA memory and DMA chan in transportAllen Hubbe2015-07-041-14/+32
* NTB: Rate limit ntb_qp_link_workAllen Hubbe2015-07-041-1/+1
* NTB: Reset transport QP link stats on downAllen Hubbe2015-07-041-8/+28
* NTB: Do not advance transport RX on link downAllen Hubbe2015-07-041-2/+1
* NTB: Differentiate transport link down messagesAllen Hubbe2015-07-041-2/+2
* NTB: Read peer info from local SPAD in transportDave Jiang2015-07-041-5/+5
* NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-041-389/+547
* NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-021-7/+7
* ntb: Add alignment check to meet hardware requirementDave Jiang2014-09-141-0/+13
* NTB: correct the spread of queues over mw'sJon Mason2014-09-141-2/+2
* NTB: Code Style Clean-upJon Mason2014-04-071-10/+9
* NTB: client event cleanupJon Mason2014-04-071-1/+0
* Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds2013-11-261-36/+41
|\
| * NTB: Disable interrupts and poll under high loadJon Mason2013-11-201-18/+7
| * NTB: correct dmaengine_get/put usageJon Mason2013-11-201-3/+6
| * NTB: Fix ntb_transport link down raceJon Mason2013-11-201-15/+28
* | dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-8/+3
* | NTB: convert to dmaengine_unmap_dataBartlomiej Zolnierkiewicz2013-11-141-27/+58
|/
* NTB: Comment FixJon Mason2013-09-051-2/+2
* NTB: Remove unused variableJon Mason2013-09-051-3/+0
* NTB: Rename Variables for NTB-RPJon Mason2013-09-051-1/+1
* NTB: Use DMA Engine to Transmit and ReceiveJon Mason2013-09-051-47/+277
* NTB: Xeon Errata WorkaroundJon Mason2013-09-031-29/+49
* NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason2013-09-031-12/+5
OpenPOWER on IntegriCloud