summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* 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
* NTB: Fix oops in debugfs when transport is half-upDave Jiang2015-08-091-1/+5
* 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: Add split BAR output for debugfs statsDave Jiang2015-07-041-15/+68
* NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang2015-07-041-8/+16
* NTB: Print driver name and version in module initDave Jiang2015-07-042-0/+6
* NTB: Increase transport MTU to 64k from 16kDave Jiang2015-07-041-1/+1
* NTB: Rename Intel code names to platform namesDave Jiang2015-07-042-455/+455
* 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 in Intel driverAllen Hubbe2015-07-041-6/+12
* 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: Add tool test clientAllen Hubbe2015-07-043-0/+568
* NTB: Add ping pong test clientAllen Hubbe2015-07-045-1/+262
* NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe2015-07-041-19/+58
* 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: Check the device ID to set errata flagsDave Jiang2015-07-041-5/+44
* NTB: Enable link for Intel root port mode in probeDave Jiang2015-07-041-0/+10
* 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-049-2156/+2513
* NTB: Add NTB hardware abstraction layerAllen Hubbe2015-07-042-0/+252
* NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-025-189/+140
* Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-2/+0
|\
OpenPOWER on IntegriCloud