aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mthca/mthca_cmd.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24IB/mlx5: Switch from dma_device to dev.parentBart Van Assche2-8/+8
2017-01-24IB/mlx4: Switch from dma_device to dev.parentBart Van Assche3-5/+5
2017-01-24IB/i40iw: Remove a superfluous assignment statementBart Van Assche1-1/+0
2017-01-24IB/hns: Switch from dma_device to dev.parentBart Van Assche2-2/+2
2017-01-24IB/hfi1: Switch from dma_device to dev.parentBart Van Assche2-2/+2
2017-01-24IB/cxgb4: Set dev.parent instead of dma_deviceBart Van Assche1-1/+1
2017-01-24IB/cxgb3: Set dev.parent instead of dma_deviceBart Van Assche1-1/+1
2017-01-24IB/core: Use dev.parent instead of dma_deviceBart Van Assche3-4/+4
2017-01-24IB/core: Initialize ib_device.dev.parent earlierBart Van Assche2-1/+9
2017-01-24IB/qib: Remove DMA mapping codeBart Van Assche2-173/+1
2017-01-24IB/hf1: Remove DMA mapping codeBart Van Assche1-183/+0
2017-01-24IB/core: Change the type of an ib_dma_alloc_coherent() argumentBart Van Assche2-10/+9
2017-01-24RDS: IB: Remove an unused structure memberBart Van Assche1-1/+0
2017-01-24IB/core: Remove ib_dma_*map_single_attrs()Bart Van Assche1-18/+0
2017-01-24lib/dma-virt: Add dma_virt_opsBart Van Assche4-0/+79
2017-01-24lib/dma-noop: Only build dma_noop_ops for s390 and m32rBart Van Assche4-1/+8
2017-01-24lib/dma-noop: Clarify a commentBart Van Assche1-1/+1
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche31-64/+48
2017-01-24treewide: Consolidate set_dma_ops() implementationsBart Van Assche4-16/+5
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche36-70/+48
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche113-227/+227
2017-01-12RDMA/cma: use cached port state when bind loopbackJack Wang1-3/+3
2017-01-12RDMA/cma: resolve to first active ib portJack Wang1-1/+5
2017-01-12RDMA/core: export ib_get_cached_port_stateJack Wang2-0/+31
2017-01-12RDMA/core: add port state cacheJack Wang2-1/+10
2017-01-12IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-01-12IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud1-3/+6
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud3-8/+13
2017-01-12IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-01-12IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud1-0/+4
2017-01-12RDMA/ocrdma: Replace BUG() with BUG_ON()ssh101-10/+5
2017-01-12RDMA/cxgb4: Use AF_INET for sin_family fieldssh101-3/+3
2017-01-12RDMA/core: Fix incorrect structure packing for booleansJason Gunthorpe1-3/+3
2017-01-12RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram1-313/+236
2017-01-12RDMA/qib: use rb_entry()Geliang Tang1-3/+3
2017-01-12RDMA/hfi1: drop pci_link_reset()Cao jin1-10/+0
2017-01-12RDMA/qib: drop qib_pci_link_reset()Cao jin1-8/+0
2017-01-12RDMA/i40iw: use designated initializersKees Cook2-82/+80
2017-01-12RDMA/nes: use designated initializersKees Cook1-11/+11
2017-01-10IB/rxe: Fix an skb leakBart Van Assche1-1/+14
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche8-67/+42
2017-01-10IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2-0/+2
2017-01-10IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche4-14/+20
2017-01-10IB/rxe: Introduce functions for queue drainingBart Van Assche2-53/+38
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1