summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Remove ib_device.dma_deviceBart Van Assche2017-01-242-26/+22
* nvme-rdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* RDS: net: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/srpt: Modify a debug statementBart Van Assche2017-01-241-2/+1
* IB/srp: Switch from dma_device to dev.parentBart Van Assche2017-01-241-2/+2
* IB/iser: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche2017-01-242-2/+2
* IB/rxe: Switch from dma_device to dev.parentBart Van Assche2017-01-241-3/+3
* IB/vmw_pvrdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/usnic: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/qib: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/qedr: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/ocrdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/nes: Remove a superfluous assignment statementBart Van Assche2017-01-241-1/+0
* IB/mthca: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* IB/mlx5: Switch from dma_device to dev.parentBart Van Assche2017-01-242-8/+8
* IB/mlx4: Switch from dma_device to dev.parentBart Van Assche2017-01-243-5/+5
* IB/i40iw: Remove a superfluous assignment statementBart Van Assche2017-01-241-1/+0
* IB/hns: Switch from dma_device to dev.parentBart Van Assche2017-01-242-2/+2
* IB/hfi1: Switch from dma_device to dev.parentBart Van Assche2017-01-242-2/+2
* IB/cxgb4: Set dev.parent instead of dma_deviceBart Van Assche2017-01-241-1/+1
* IB/cxgb3: Set dev.parent instead of dma_deviceBart Van Assche2017-01-241-1/+1
* IB/core: Use dev.parent instead of dma_deviceBart Van Assche2017-01-243-4/+4
* IB/core: Initialize ib_device.dev.parent earlierBart Van Assche2017-01-242-1/+9
* IB/qib: Remove DMA mapping codeBart Van Assche2017-01-242-173/+1
* IB/hf1: Remove DMA mapping codeBart Van Assche2017-01-241-183/+0
* IB/core: Change the type of an ib_dma_alloc_coherent() argumentBart Van Assche2017-01-242-10/+9
* RDS: IB: Remove an unused structure memberBart Van Assche2017-01-241-1/+0
* IB/core: Remove ib_dma_*map_single_attrs()Bart Van Assche2017-01-241-18/+0
* lib/dma-virt: Add dma_virt_opsBart Van Assche2017-01-244-0/+79
* lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche2017-01-244-1/+8
* lib/dma-noop: Clarify a commentBart Van Assche2017-01-241-1/+1
* treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-2431-64/+48
* treewide: Consolidate set_dma_ops() implementationsBart Van Assche2017-01-244-16/+5
* treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-2436-70/+48
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-24113-227/+227
* RDMA/cma: use cached port state when bind loopbackJack Wang2017-01-121-3/+3
* RDMA/cma: resolve to first active ib portJack Wang2017-01-121-1/+5
* RDMA/core: export ib_get_cached_port_stateJack Wang2017-01-122-0/+31
* RDMA/core: add port state cacheJack Wang2017-01-122-1/+10
* IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud2017-01-121-1/+1
* IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud2017-01-121-4/+4
* IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud2017-01-121-3/+6
* IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud2017-01-123-8/+13
* IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud2017-01-121-2/+2
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-01-122-9/+9
* IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud2017-01-121-1/+5
* IB/ipoib: Set device connection mode only when neededFeras Daoud2017-01-121-0/+7
* IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud2017-01-121-0/+4
* RDMA/ocrdma: Replace BUG() with BUG_ON()ssh102017-01-121-10/+5