summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
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/qib: Remove DMA mapping codeBart Van Assche
2017-01-24IB/hf1: Remove DMA mapping codeBart Van Assche
2017-01-12RDMA/ocrdma: Replace BUG() with BUG_ON()ssh10
2017-01-12RDMA/cxgb4: Use AF_INET for sin_family fieldssh10
2017-01-12RDMA/qedr: restructure functions that create/destroy QPsAmrani, Ram
2017-01-12RDMA/qib: use rb_entry()Geliang Tang
2017-01-12RDMA/hfi1: drop pci_link_reset()Cao jin
2017-01-12RDMA/qib: drop qib_pci_link_reset()Cao jin
2017-01-12RDMA/i40iw: use designated initializersKees Cook
2017-01-12RDMA/nes: use designated initializersKees Cook
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-22qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram
2016-12-22qedr: clear the vendor error field in the work completionAmrani, Ram
2016-12-22qedr: post_send/recv according to QP stateAmrani, Ram
2016-12-22qedr: ignore inline flag in read verbsAmrani, Ram
2016-12-22qedr: modify QP state to error when destroying itAmrani, Ram
2016-12-22qedr: return correct value on modify qpAmrani, Ram
2016-12-22qedr: return error if destroy CQ failedAmrani, Ram
2016-12-22qedr: configure the number of CQEs on CQ creationAmrani, Ram
2016-12-22i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung
2016-12-18iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14Merge branch 'vmw_pvrdma' into merge-testDoug Ledford
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford
2016-12-14Merge branch 'hfi1' into merge-testDoug Ledford
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford
2016-12-14IB/mlx4: fix improper return valuePan Bian
2016-12-14IB/ocrdma: fix bad initializationPan Bian
2016-12-14infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou
2016-12-14IB/mthca: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder
2016-12-14mlx5, calc_sq_size(): Make a debug message more informativeBart Van Assche
2016-12-14mlx5: Remove a set-but-not-used variableBart Van Assche
2016-12-14mlx5: Use { } instead of { 0 } to init structBart Van Assche
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche
2016-12-14IB/usnic: simplify IS_ERR_OR_NULL to IS_ERRJulia Lawall
2016-12-14IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-14IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann
2016-12-14qedr: remove pointless NULL check in qedr_post_send()Wei Yongjun
2016-12-14qedr: Use list_move_tail instead of list_del/list_add_tailWei Yongjun