summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
AgeCommit message (Expand)Author
2016-03-26NTB: Remove _addr functions from ntb_hw_amdAllen Hubbe
2016-03-21NTB: Fix incorrect clean up routine in ntb_perfDave Jiang
2016-03-21NTB: Fix incorrect return check in ntb_perfDave Jiang
2016-03-17ntb: fix possible NULL dereferenceSudip Mukherjee
2016-03-17ntb: add missing setup of translation windowDave 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-03-17ntb: perf test: fix address space confusionArnd Bergmann
2016-01-21NTB: Fix macro parameter conflict with field nameAllen Hubbe
2016-01-21NTB: Add support for AMD PCI-Express Non-Transparent BridgeXiangliang Yu
2016-01-17ntb: ntb perf toolDave Jiang
2016-01-11NTB: Address out of DMA descriptor issue with NTBDave Jiang
2016-01-11NTB: Clear property bits in BAR valueDave Jiang
2016-01-11NTB: ntb_process_tx error path bugJon Mason
2015-11-08NTB: fix 32-bit compiler warningArnd Bergmann
2015-11-08NTB: unify translation addressesDave Jiang
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: Fix range check on memory window indexAllen Hubbe
2015-09-07NTB: Improve index handling in B2B MW workaroundAllen Hubbe
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 PCI Device IDs for Broadwell XeonDave Jiang
2015-09-07NTB: Add flow control to the ntb_netdevDave Jiang
2015-08-09ntb: avoid format string in dev_set_nameKees Cook
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: Add split BAR output for debugfs statsDave Jiang
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang
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: Rename Intel code names to platform namesDave 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 in Intel driverAllen Hubbe
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: Add tool test clientAllen Hubbe
2015-07-04NTB: Add ping pong test clientAllen Hubbe
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe