summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c
AgeCommit message (Expand)Author
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
2015-07-04NTB: Improve performance with write combiningDave Jiang
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe
2015-07-04NTB: Read peer info from local SPAD in transportDave Jiang
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang
2014-09-14NTB: correct the spread of queues over mw'sJon Mason
2014-04-07NTB: Code Style Clean-upJon Mason
2014-04-07NTB: client event cleanupJon Mason
2013-11-26Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds
2013-11-20NTB: Disable interrupts and poll under high loadJon Mason
2013-11-20NTB: correct dmaengine_get/put usageJon Mason
2013-11-20NTB: Fix ntb_transport link down raceJon Mason
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2013-11-14NTB: convert to dmaengine_unmap_dataBartlomiej Zolnierkiewicz
2013-09-05NTB: Comment FixJon Mason
2013-09-05NTB: Remove unused variableJon Mason
2013-09-05NTB: Rename Variables for NTB-RPJon Mason
2013-09-05NTB: Use DMA Engine to Transmit and ReceiveJon Mason
2013-09-03NTB: Xeon Errata WorkaroundJon Mason
2013-09-03NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason
2013-05-15NTB: Multiple NTB client fixJon Mason
2013-05-15NTB: memcpy lockup workaroundJon Mason