summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c
Commit message (Expand)AuthorAgeFilesLines
* ntb: transport shouldn't disable link due to bogus values in SPADsDave Jiang2017-08-011-3/+1
* ntb: use correct mw_count function in ntb_tool and ntb_transportLogan Gunthorpe2017-07-171-1/+1
* NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin2017-07-061-8/+7
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-061-5/+16
* NTB: Add indexed ports NTB APISerge Semin2017-07-061-0/+6
* ntb: no sleep in ntb_async_tx_submitAllen Hubbe2017-06-191-43/+7
* ntb_transport: fix bug calculating num_qps_mwLogan Gunthorpe2017-06-191-2/+2
* ntb_transport: fix qp count bugLogan Gunthorpe2017-06-191-2/+2
* ntb_transport: Pick an unused queueThomas VanSelus2017-02-161-1/+1
* NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe2017-02-161-2/+1
* ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl2016-12-231-1/+0
* ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K2016-12-231-12/+16
* ntb_transport: make DMA_OUT_RESOURCE_TO HZ independentNicholas Mc Guire2016-11-131-1/+1
* ntb: add DMA error handling for RX DMADave Jiang2016-08-081-16/+67
* ntb: add DMA error handling for TX DMADave Jiang2016-08-081-27/+83
* 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