summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* NTB: correct the spread of queues over mw'sJon Mason2014-09-141-2/+2
* NTB: Code Style Clean-upJon Mason2014-04-071-10/+9
* NTB: client event cleanupJon Mason2014-04-071-1/+0
* Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds2013-11-261-36/+41
|\
| * NTB: Disable interrupts and poll under high loadJon Mason2013-11-201-18/+7
| * NTB: correct dmaengine_get/put usageJon Mason2013-11-201-3/+6
| * NTB: Fix ntb_transport link down raceJon Mason2013-11-201-15/+28
* | dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-8/+3
* | NTB: convert to dmaengine_unmap_dataBartlomiej Zolnierkiewicz2013-11-141-27/+58
|/
* NTB: Comment FixJon Mason2013-09-051-2/+2
* NTB: Remove unused variableJon Mason2013-09-051-3/+0
* NTB: Rename Variables for NTB-RPJon Mason2013-09-051-1/+1
* NTB: Use DMA Engine to Transmit and ReceiveJon Mason2013-09-051-47/+277
* NTB: Xeon Errata WorkaroundJon Mason2013-09-031-29/+49
* NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason2013-09-031-12/+5
* NTB: Multiple NTB client fixJon Mason2013-05-151-2/+3
* NTB: memcpy lockup workaroundJon Mason2013-05-151-3/+8
* NTB: Correctly handle receive buffers of the minimal sizeJon Mason2013-05-151-3/+5
* NTB: reset tx_index on link toggleJon Mason2013-05-151-1/+1
* NTB: Link toggle memory leakJon Mason2013-05-151-12/+20
* NTB: Handle 64bit BAR sizesJon Mason2013-05-151-48/+73
* NTB: fix pointer math issuesDan Carpenter2013-05-151-2/+2
* NTB: variable dereferenced before checkJon Mason2013-05-151-2/+14
* NTB: Fix Sparse WarningsJon Mason2013-01-211-16/+16
* NTB: Out of free receive entries issueJon Mason2013-01-201-3/+6
* NTB: Remove reads across NTBJon Mason2013-01-201-74/+63
* NTB: correct stack usage warning in debugfs_readJon Mason2013-01-201-3/+10
* NTB: whitespace cleanupsJon Mason2013-01-201-24/+16
* NTB: namespacecheck cleanupsJon Mason2013-01-201-1/+1
* NTB: use simple_open for debugfsJon Mason2013-01-201-7/+1
* NTB: No sleeping in interrupt contextJon Mason2013-01-201-3/+17
* NTB: separate transmit and receive windowsJon Mason2013-01-201-35/+44
* NTB: correct memory barrierJon Mason2013-01-201-1/+1
* NTB: Handle ntb client device probes without present hardwareJon Mason2013-01-201-0/+6
* ntb: remove __dev* markingsGreg Kroah-Hartman2013-01-171-2/+2