aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb/ntb_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-09NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe1-69/+100
2015-07-04NTB: Print driver name and version in module initDave Jiang1-0/+2
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe1-8/+28
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe1-2/+1
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe1-2/+2
2015-07-04NTB: Read peer info from local SPAD in transportDave Jiang1-5/+5
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe1-389/+547
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe1-7/+7
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang1-0/+13
2014-09-14NTB: correct the spread of queues over mw'sJon Mason1-2/+2
2014-04-07NTB: Code Style Clean-upJon Mason1-10/+9
2014-04-07NTB: client event cleanupJon Mason1-1/+0
2013-11-26Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds1-36/+41
2013-11-20NTB: Disable interrupts and poll under high loadJon Mason1-18/+7
2013-11-20NTB: correct dmaengine_get/put usageJon Mason1-3/+6
2013-11-20NTB: Fix ntb_transport link down raceJon Mason1-15/+28
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-8/+3
2013-11-14NTB: convert to dmaengine_unmap_dataBartlomiej Zolnierkiewicz1-27/+58
2013-09-05NTB: Comment FixJon Mason1-2/+2
2013-09-05NTB: Remove unused variableJon Mason1-3/+0
2013-09-05NTB: Rename Variables for NTB-RPJon Mason1-1/+1
2013-09-05NTB: Use DMA Engine to Transmit and ReceiveJon Mason1-47/+277
2013-09-03NTB: Xeon Errata WorkaroundJon Mason1-29/+49
2013-09-03NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason1-12/+5
2013-05-15NTB: Multiple NTB client fixJon Mason1-2/+3
2013-05-15NTB: memcpy lockup workaroundJon Mason1-3/+8
2013-05-15NTB: Correctly handle receive buffers of the minimal sizeJon Mason1-3/+5
2013-05-15NTB: reset tx_index on link toggleJon Mason1-1/+1
2013-05-15NTB: Link toggle memory leakJon Mason1-12/+20
2013-05-15NTB: Handle 64bit BAR sizesJon Mason1-48/+73
2013-05-15NTB: fix pointer math issuesDan Carpenter1-2/+2
2013-05-15NTB: variable dereferenced before checkJon Mason1-2/+14
2013-01-21NTB: Fix Sparse WarningsJon Mason1-16/+16
2013-01-20NTB: Out of free receive entries issueJon Mason1-3/+6
2013-01-20NTB: Remove reads across NTBJon Mason1-74/+63
2013-01-20NTB: correct stack usage warning in debugfs_readJon Mason1-3/+10
2013-01-20NTB: whitespace cleanupsJon Mason1-24/+16
2013-01-20NTB: namespacecheck cleanupsJon Mason1-1/+1
2013-01-20NTB: use simple_open for debugfsJon Mason1-7/+1
2013-01-20NTB: No sleeping in interrupt contextJon Mason1-3/+17
2013-01-20NTB: separate transmit and receive windowsJon Mason1-35/+44
2013-01-20NTB: correct memory barrierJon Mason1-1/+1
2013-01-20NTB: Handle ntb client device probes without present hardwareJon Mason1-0/+6