aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c
AgeCommit message (Expand)Author
2019-02-11NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMALogan Gunthorpe
2019-02-11NTB: ntb_transport: Free MWs in ntb_transport_link_cleanup()Joey Zhang
2018-10-31NTB: transport: Try harder to alloc an aligned MW bufferAaron Sierra
2018-10-31ntb: ntb_transport: Mark expected switch fall-throughsGustavo A. R. Silva
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_creat...Jia-Ju Bai
2018-06-11ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup...Jia-Ju Bai
2018-01-28ntb_transport: Fix bug with max_mw_size parameterLogan Gunthorpe
2017-11-18NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe
2017-08-01ntb: transport shouldn't disable link due to bogus values in SPADsDave Jiang
2017-07-17ntb: use correct mw_count function in ntb_tool and ntb_transportLogan Gunthorpe
2017-07-06NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin
2017-07-06NTB: Alter MW API to support multi-ports devicesSerge Semin
2017-07-06NTB: Add indexed ports NTB APISerge Semin
2017-06-19ntb: no sleep in ntb_async_tx_submitAllen Hubbe
2017-06-19ntb_transport: fix bug calculating num_qps_mwLogan Gunthorpe
2017-06-19ntb_transport: fix qp count bugLogan Gunthorpe
2017-02-16ntb_transport: Pick an unused queueThomas VanSelus
2017-02-16NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe
2016-12-23ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl
2016-12-23ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K
2016-11-13ntb_transport: make DMA_OUT_RESOURCE_TO HZ independentNicholas Mc Guire
2016-08-08ntb: add DMA error handling for RX DMADave Jiang
2016-08-08ntb: add DMA error handling for TX DMADave Jiang
2016-08-05ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe
2016-08-05NTB: allocate number transport entries depending on size of ring sizeDave Jiang
2016-03-17ntb: stop link work when we do not have memoryDave Jiang
2016-03-17ntb: stop tasklet from spinning forever during shutdown.Dave Jiang
2016-01-11NTB: Address out of DMA descriptor issue with NTBDave Jiang
2016-01-11NTB: ntb_process_tx error path bugJon Mason
2015-11-08NTB: fix 32-bit compiler warningArnd Bergmann
2015-11-08NTB: invalid buf pointer in multi-MW setupsJon Mason
2015-11-08NTB: remove unused variableSudip Mukherjee
2015-11-08NTB: fix access of free-ed pointerSudip Mukherjee
2015-11-08NTB: Fix issue where we may be accessing NULL ptrDave Jiang
2015-09-07NTB: Use unique DMA channels for TX and RXDave Jiang
2015-09-07NTB: Remove dma_sync_wait from ntb_async_rxAllen Hubbe
2015-09-07NTB: Clean up QP stats infoDave Jiang
2015-09-07NTB: Make the transport list in order of discoveryDave Jiang
2015-09-07NTB: Add flow control to the ntb_netdevDave Jiang
2015-08-09NTB: Fix dereference before checkAllen Hubbe
2015-08-09NTB: Fix zero size or integer overflow in ntb_set_mwAllen Hubbe
2015-08-09NTB: Schedule to receive on QP link upAllen Hubbe
2015-08-09NTB: Fix oops in debugfs when transport is half-upDave Jiang
2015-08-09NTB: Fix transport stats for multiple devicesDave Jiang
2015-08-09NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe
2015-07-04NTB: Print driver name and version in module initDave Jiang
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang