summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* ntb: add DMA error handling for RX DMADave Jiang2016-08-081-16/+67
* ntb: add DMA error handling for TX DMADave Jiang2016-08-081-27/+83
* NTB: ntb_hw_intel: use local variable pdevAllen Hubbe2016-08-051-5/+5
* NTB: ntb_hw_intel: show BAR size in debugfs infoAllen Hubbe2016-08-051-1/+38
* ntb_perf: clear link_is_up flag when the link goes down.Logan Gunthorpe2016-08-051-19/+9
* ntb_pingpong: Add a debugfs file to get the ping countLogan Gunthorpe2016-08-051-1/+61
* ntb_tool: Add link status and files to debugfsLogan Gunthorpe2016-08-051-0/+92
* ntb_tool: Postpone memory window initialization for the userLogan Gunthorpe2016-08-051-138/+228
* ntb_perf: Wait for link before running testLogan Gunthorpe2016-08-051-1/+4
* ntb_perf: Return results by reading the run fileLogan Gunthorpe2016-08-051-12/+55
* ntb_perf: Improve thread handling to increase robustnessLogan Gunthorpe2016-08-051-48/+76
* ntb_perf: Schedule based on time not on performanceLogan Gunthorpe2016-08-051-2/+4
* ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe2016-08-052-4/+13
* ntb_tool: Add memory window debug supportLogan Gunthorpe2016-08-051-1/+257
* ntb_perf: Allow limiting the size of the memory windowsLogan Gunthorpe2016-08-051-0/+8
* NTB: allocate number transport entries depending on size of ring sizeDave Jiang2016-08-051-2/+27
* ntb_tool: BUG: Ensure the buffer size is large enough to return all spadsLogan Gunthorpe2016-08-051-2/+8
* ntb_tool: Fix infinite loop bug when writing spad/peer_spad fileLogan Gunthorpe2016-08-051-4/+5
* NTB: Remove _addr functions from ntb_hw_amdAllen Hubbe2016-03-261-30/+0
* NTB: Fix incorrect clean up routine in ntb_perfDave Jiang2016-03-211-18/+24
* NTB: Fix incorrect return check in ntb_perfDave Jiang2016-03-211-4/+3
* ntb: fix possible NULL dereferenceSudip Mukherjee2016-03-171-0/+2
* ntb: add missing setup of translation windowDave Jiang2016-03-171-0/+8
* ntb: stop link work when we do not have memoryDave Jiang2016-03-171-1/+8
* ntb: stop tasklet from spinning forever during shutdown.Dave Jiang2016-03-171-6/+16
* ntb: perf test: fix address space confusionArnd Bergmann2016-03-171-10/+11
* NTB: Fix macro parameter conflict with field nameAllen Hubbe2016-01-211-2/+3
* NTB: Add support for AMD PCI-Express Non-Transparent BridgeXiangliang Yu2016-01-216-0/+1370
* ntb: ntb perf toolDave Jiang2016-01-173-0/+757
* NTB: Address out of DMA descriptor issue with NTBDave Jiang2016-01-111-7/+41
* NTB: Clear property bits in BAR valueDave Jiang2016-01-112-2/+5
* NTB: ntb_process_tx error path bugJon Mason2016-01-111-1/+1
* NTB: fix 32-bit compiler warningArnd Bergmann2015-11-081-2/+2
* NTB: unify translation addressesDave Jiang2015-11-082-18/+13
* NTB: invalid buf pointer in multi-MW setupsJon Mason2015-11-081-2/+2
* NTB: remove unused variableSudip Mukherjee2015-11-081-4/+0
* NTB: fix access of free-ed pointerSudip Mukherjee2015-11-081-8/+7
* NTB: Fix issue where we may be accessing NULL ptrDave Jiang2015-11-081-8/+9
* NTB: Fix range check on memory window indexAllen Hubbe2015-09-071-1/+1
* NTB: Improve index handling in B2B MW workaroundAllen Hubbe2015-09-071-6/+16
* NTB: Use unique DMA channels for TX and RXDave Jiang2015-09-071-19/+58
* NTB: Remove dma_sync_wait from ntb_async_rxAllen Hubbe2015-09-071-9/+3
* NTB: Clean up QP stats infoDave Jiang2015-09-071-9/+16
* NTB: Make the transport list in order of discoveryDave Jiang2015-09-071-1/+1
* NTB: Add PCI Device IDs for Broadwell XeonDave Jiang2015-09-072-0/+18
* NTB: Add flow control to the ntb_netdevDave Jiang2015-09-071-1/+17
* ntb: avoid format string in dev_set_nameKees Cook2015-08-091-1/+1
* NTB: Fix dereference before checkAllen Hubbe2015-08-091-2/+1
* NTB: Fix zero size or integer overflow in ntb_set_mwAllen Hubbe2015-08-091-3/+6
* NTB: Schedule to receive on QP link upAllen Hubbe2015-08-091-0/+2
OpenPOWER on IntegriCloud