aboutsummaryrefslogtreecommitdiff
path: root/drivers/ntb/ntb_transport.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-03-13NTB: ntb_transport: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-29/+29
2019-09-23NTB: ntb_transport: remove redundant assignment to rcGravatar Colin Ian King 1-1/+1
2019-06-13NTB: Add MSI interrupt support to ntb_transportGravatar Logan Gunthorpe 1-1/+168
2019-06-13NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazedGravatar Logan Gunthorpe 1-0/+1
2019-02-11NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMAGravatar Logan Gunthorpe 1-2/+26
2019-02-11NTB: ntb_transport: Free MWs in ntb_transport_link_cleanup()Gravatar Joey Zhang 1-0/+3
2018-10-31NTB: transport: Try harder to alloc an aligned MW bufferGravatar Aaron Sierra 1-23/+63
2018-10-31ntb: ntb_transport: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Gravatar Kees Cook 1-2/+2
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_creat...Gravatar Jia-Ju Bai 1-2/+2
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup...Gravatar Jia-Ju Bai 1-1/+1
2018-01-28ntb_transport: Fix bug with max_mw_size parameterGravatar Logan Gunthorpe 1-0/+3
2017-11-18NTB: Ensure ntb_mw_get_align() is only called when the link is upGravatar Logan Gunthorpe 1-10/+10
2017-08-01ntb: transport shouldn't disable link due to bogus values in SPADsGravatar Dave Jiang 1-3/+1
2017-07-17ntb: use correct mw_count function in ntb_tool and ntb_transportGravatar Logan Gunthorpe 1-1/+1
2017-07-06NTB: Alter Scratchpads API to support multi-ports devicesGravatar Serge Semin 1-8/+7
2017-07-06NTB: Alter MW API to support multi-ports devicesGravatar Serge Semin 1-5/+16
2017-07-06NTB: Add indexed ports NTB APIGravatar Serge Semin 1-0/+6
2017-06-19ntb: no sleep in ntb_async_tx_submitGravatar Allen Hubbe 1-43/+7
2017-06-19ntb_transport: fix bug calculating num_qps_mwGravatar Logan Gunthorpe 1-2/+2
2017-06-19ntb_transport: fix qp count bugGravatar Logan Gunthorpe 1-2/+2
2017-02-16ntb_transport: Pick an unused queueGravatar Thomas VanSelus 1-1/+1
2017-02-16NTB: ntb_transport: fix debugfs_remove_recursiveGravatar Allen Hubbe 1-2/+1
2016-12-23ntb_transport: Remove unnecessary call to ntb_peer_spad_readGravatar Steve Wahl 1-1/+0
2016-12-23ntb_transport: Limit memory windows based on available, scratchpadsGravatar Shyam Sundar S K 1-12/+16
2016-11-13ntb_transport: make DMA_OUT_RESOURCE_TO HZ independentGravatar Nicholas Mc Guire 1-1/+1
2016-08-08ntb: add DMA error handling for RX DMAGravatar Dave Jiang 1-16/+67
2016-08-08ntb: add DMA error handling for TX DMAGravatar Dave Jiang 1-27/+83
2016-08-05ntb_transport: Check the number of spads the hardware supportsGravatar Logan Gunthorpe 1-2/+7
2016-08-05NTB: allocate number transport entries depending on size of ring sizeGravatar Dave Jiang 1-2/+27
2016-03-17ntb: stop link work when we do not have memoryGravatar Dave Jiang 1-1/+8
2016-03-17ntb: stop tasklet from spinning forever during shutdown.Gravatar Dave Jiang 1-6/+16
2016-01-11NTB: Address out of DMA descriptor issue with NTBGravatar Dave Jiang 1-7/+41
2016-01-11NTB: ntb_process_tx error path bugGravatar Jon Mason 1-1/+1
2015-11-08NTB: fix 32-bit compiler warningGravatar Arnd Bergmann 1-2/+2
2015-11-08NTB: invalid buf pointer in multi-MW setupsGravatar Jon Mason 1-2/+2
2015-11-08NTB: remove unused variableGravatar Sudip Mukherjee 1-4/+0
2015-11-08NTB: fix access of free-ed pointerGravatar Sudip Mukherjee 1-8/+7
2015-11-08NTB: Fix issue where we may be accessing NULL ptrGravatar Dave Jiang 1-8/+9
2015-09-07NTB: Use unique DMA channels for TX and RXGravatar Dave Jiang 1-19/+58
2015-09-07NTB: Remove dma_sync_wait from ntb_async_rxGravatar Allen Hubbe 1-9/+3
2015-09-07NTB: Clean up QP stats infoGravatar Dave Jiang 1-9/+16
2015-09-07NTB: Make the transport list in order of discoveryGravatar Dave Jiang 1-1/+1
2015-09-07NTB: Add flow control to the ntb_netdevGravatar Dave Jiang 1-1/+17
2015-08-09NTB: Fix dereference before checkGravatar Allen Hubbe 1-2/+1
2015-08-09NTB: Fix zero size or integer overflow in ntb_set_mwGravatar Allen Hubbe 1-3/+6
2015-08-09NTB: Schedule to receive on QP link upGravatar Allen Hubbe 1-0/+2
2015-08-09NTB: Fix oops in debugfs when transport is half-upGravatar Dave Jiang 1-1/+5