summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-2412-446/+11
* IB/core: Remove ib_device.dma_deviceBart Van Assche2017-01-241-8/+9
* 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
* treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-1/+1
* 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-121-0/+18
* RDMA/core: add port state cacheJack Wang2017-01-121-1/+9
* 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
* RDMA/cxgb4: Use AF_INET for sin_family fieldssh102017-01-121-3/+3
* RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram2017-01-121-313/+236
* RDMA/qib: use rb_entry()Geliang Tang2017-01-121-3/+3
* RDMA/hfi1: drop pci_link_reset()Cao jin2017-01-121-10/+0
* RDMA/qib: drop qib_pci_link_reset()Cao jin2017-01-121-8/+0
* RDMA/i40iw: use designated initializersKees Cook2017-01-122-82/+80
* RDMA/nes: use designated initializersKees Cook2017-01-121-11/+11
* IB/rxe: Fix an skb leakBart Van Assche2017-01-101-1/+14
* IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-108-67/+42
* IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2017-01-102-0/+2
OpenPOWER on IntegriCloud