summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche
2017-01-24IB/core: Remove ib_device.dma_deviceBart Van Assche
2017-01-24nvme-rdma: Switch from dma_device to dev.parentBart Van Assche
2017-01-24RDS: net: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/srpt: Modify a debug statementBart Van Assche
2017-01-24IB/srp: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/iser: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/rxe: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/vmw_pvrdma: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/usnic: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/qib: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/qedr: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/ocrdma: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/nes: Remove a superfluous assignment statementBart Van Assche
2017-01-24IB/mthca: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/mlx5: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/mlx4: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/i40iw: Remove a superfluous assignment statementBart Van Assche
2017-01-24IB/hns: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/hfi1: Switch from dma_device to dev.parentBart Van Assche
2017-01-24IB/cxgb4: Set dev.parent instead of dma_deviceBart Van Assche
2017-01-24IB/cxgb3: Set dev.parent instead of dma_deviceBart Van Assche
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche
2017-01-24IB/core: Initialize ib_device.dev.parent earlierBart Van Assche
2017-01-24IB/qib: Remove DMA mapping codeBart Van Assche
2017-01-24IB/hf1: Remove DMA mapping codeBart Van Assche
2017-01-24IB/core: Change the type of an ib_dma_alloc_coherent() argumentBart Van Assche
2017-01-24RDS: IB: Remove an unused structure memberBart Van Assche
2017-01-24IB/core: Remove ib_dma_*map_single_attrs()Bart Van Assche
2017-01-24lib/dma-virt: Add dma_virt_opsBart Van Assche
2017-01-24lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche
2017-01-24lib/dma-noop: Clarify a commentBart Van Assche
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche
2017-01-24treewide: Consolidate set_dma_ops() implementationsBart Van Assche
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2017-01-12RDMA/cma: use cached port state when bind loopbackJack Wang
2017-01-12RDMA/cma: resolve to first active ib portJack Wang
2017-01-12RDMA/core: export ib_get_cached_port_stateJack Wang
2017-01-12RDMA/core: add port state cacheJack Wang
2017-01-12IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud
2017-01-12IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud
2017-01-12IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud
2017-01-12IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud