aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/ntb/ntb_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-13NTB: ntb_transport: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-29/+29
2019-09-23NTB: ntb_transport: remove redundant assignment to rcColin Ian King1-1/+1
2019-06-13NTB: Add MSI interrupt support to ntb_transportLogan Gunthorpe1-1/+168
2019-06-13NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazedLogan Gunthorpe1-0/+1
2019-02-11NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMALogan Gunthorpe1-2/+26
2019-02-11NTB: ntb_transport: Free MWs in ntb_transport_link_cleanup()Joey Zhang1-0/+3
2018-10-31NTB: transport: Try harder to alloc an aligned MW bufferAaron Sierra1-23/+63
2018-10-31ntb: ntb_transport: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-2/+2
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_create_queueJia-Ju Bai1-2/+2
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup_qp_mwJia-Ju Bai1-1/+1
2018-01-28ntb_transport: Fix bug with max_mw_size parameterLogan Gunthorpe1-0/+3
2017-11-18NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe1-10/+10
2017-08-01ntb: transport shouldn't disable link due to bogus values in SPADsDave Jiang1-3/+1
2017-07-17ntb: use correct mw_count function in ntb_tool and ntb_transportLogan Gunthorpe1-1/+1
2017-07-06NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin1-8/+7
2017-07-06NTB: Alter MW API to support multi-ports devicesSerge Semin1-5/+16
2017-07-06NTB: Add indexed ports NTB APISerge Semin1-0/+6
2017-06-19ntb: no sleep in ntb_async_tx_submitAllen Hubbe1-43/+7
2017-06-19ntb_transport: fix bug calculating num_qps_mwLogan Gunthorpe1-2/+2
2017-06-19ntb_transport: fix qp count bugLogan Gunthorpe1-2/+2
2017-02-16ntb_transport: Pick an unused queueThomas VanSelus1-1/+1
2017-02-16NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe1-2/+1
2016-12-23ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl1-1/+0
2016-12-23ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K1-12/+16
2016-11-13ntb_transport: make DMA_OUT_RESOURCE_TO HZ independentNicholas Mc Guire1-1/+1
2016-08-08ntb: add DMA error handling for RX DMADave Jiang1-16/+67
2016-08-08ntb: add DMA error handling for TX DMADave Jiang1-27/+83
2016-08-05ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe1-2/+7
2016-08-05NTB: allocate number transport entries depending on size of ring sizeDave Jiang1-2/+27
2016-03-17ntb: stop link work when we do not have memoryDave Jiang1-1/+8
2016-03-17ntb: stop tasklet from spinning forever during shutdown.Dave Jiang1-6/+16
2016-01-11NTB: Address out of DMA descriptor issue with NTBDave Jiang1-7/+41
2016-01-11NTB: ntb_process_tx error path bugJon Mason1-1/+1
2015-11-08NTB: fix 32-bit compiler warningArnd Bergmann1-2/+2
2015-11-08NTB: invalid buf pointer in multi-MW setupsJon Mason1-2/+2
2015-11-08NTB: remove unused variableSudip Mukherjee1-4/+0
2015-11-08NTB: fix access of free-ed pointerSudip Mukherjee1-8/+7
2015-11-08NTB: Fix issue where we may be accessing NULL ptrDave Jiang1-8/+9
2015-09-07NTB: Use unique DMA channels for TX and RXDave Jiang1-19/+58
2015-09-07NTB: Remove dma_sync_wait from ntb_async_rxAllen Hubbe1-9/+3
2015-09-07NTB: Clean up QP stats infoDave Jiang1-9/+16
2015-09-07NTB: Make the transport list in order of discoveryDave Jiang1-1/+1
2015-09-07NTB: Add flow control to the ntb_netdevDave Jiang1-1/+17
2015-08-09NTB: Fix dereference before checkAllen Hubbe1-2/+1
2015-08-09NTB: Fix zero size or integer overflow in ntb_set_mwAllen Hubbe1-3/+6
2015-08-09NTB: Schedule to receive on QP link upAllen Hubbe1-0/+2
2015-08-09NTB: Fix oops in debugfs when transport is half-upDave Jiang1-1/+5
2015-08-09NTB: Fix transport stats for multiple devicesDave Jiang1-2/+10