aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds10-37/+81
2016-12-22qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram1-1/+1
2016-12-22qedr: clear the vendor error field in the work completionAmrani, Ram1-0/+3
2016-12-22qedr: post_send/recv according to QP stateAmrani, Ram1-4/+4
2016-12-22qedr: ignore inline flag in read verbsAmrani, Ram1-1/+3
2016-12-22qedr: modify QP state to error when destroying itAmrani, Ram1-2/+4
2016-12-22qedr: return correct value on modify qpAmrani, Ram1-1/+1
2016-12-22qedr: return error if destroy CQ failedAmrani, Ram1-1/+6
2016-12-22qedr: configure the number of CQEs on CQ creationAmrani, Ram1-0/+3
2016-12-22i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung8-25/+53
2016-12-18iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise1-2/+3
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds129-2138/+10604
2016-12-14Merge branch 'vmw_pvrdma' into merge-testDoug Ledford15-0/+5709
2016-12-14IB: Add vmw_pvrdma driverAdit Ranadive15-0/+5709
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford7-68/+81
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford27-186/+522
2016-12-14Merge branch 'hfi1' into merge-testDoug Ledford33-461/+1191
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford60-1422/+3098
2016-12-14IB/mlx4: fix improper return valuePan Bian1-1/+2
2016-12-14IB/ocrdma: fix bad initializationPan Bian1-1/+1
2016-12-14infiniband: nes: return value of skb_linearize should be handledZhouyi Zhou1-2/+6
2016-12-14IB/mthca: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-4/+2
2016-12-14mlx5, calc_sq_size(): Make a debug message more informativeBart Van Assche1-1/+2
2016-12-14mlx5: Remove a set-but-not-used variableBart Van Assche1-7/+0
2016-12-14mlx5: Use { } instead of { 0 } to init structBart Van Assche1-1/+1
2016-12-14IB/mlx4: Rework special QP creation error pathBart Van Assche1-2/+4
2016-12-14IB/usnic: simplify IS_ERR_OR_NULL to IS_ERRJulia Lawall2-12/+12
2016-12-14IB/nes: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-34/+42
2016-12-14IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-18/+21
2016-12-14qedr: remove pointless NULL check in qedr_post_send()Wei Yongjun1-5/+0
2016-12-14qedr: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2016-12-14qedr: Fix possible memory leak in qedr_create_qp()Wei Yongjun1-4/+8
2016-12-14qedr: return -EINVAL if pd is null and avoid null ptr dereferenceColin Ian King1-1/+3
2016-12-14IB/mad: Eliminate redundant SM class version defines for OPAHal Rosenstock1-6/+6
2016-12-13IB/mlx5: Properly adjust rate limit on QP state transitionsBodong Wang3-9/+69
2016-12-13IB/mlx5: Report mlx5 packet pacing capabilities when querying deviceBodong Wang1-0/+13
2016-12-13IB/mlx5: Support RAW Ethernet when RoCE is disabledOr Gerlitz1-9/+13
2016-12-13IB/mlx5: Rename RoCE related helpers to reflect being Eth onesOr Gerlitz1-11/+11
2016-12-13IB/mlx5: Refactor registration to netdev notifierOr Gerlitz1-9/+20
2016-12-13IB/mlx5: Use u64 for UMR lengthMaor Gottlieb1-1/+1
2016-12-13IB/mlx5: Avoid system crash when enabling many VFsEli Cohen1-1/+2
2016-12-13IB/mlx5: Assign SRQ type earlierMaor Gottlieb1-1/+1
2016-12-13IB/mlx4: Fix out-of-range array index in destroy qp flowJack Morgenstein1-1/+2
2016-12-13IB/mlx5: Make create/destroy_ah available to userspaceMoni Shoua1-0/+2
2016-12-13IB/mlx5: Use kernel driver to help userspace create ahMoni Shoua1-0/+21
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua17-17/+42
2016-12-13IB/mlx5: Report that device has udata response in create_ahMoni Shoua1-1/+2
2016-12-13IB/mlx5: Add support to match inner packet fieldsMoses Reuben1-53/+78
2016-12-13IB/mlx5: Support Vxlan tunneling specificationMoses Reuben1-0/+11
2016-12-13IB/mlx5: Add support for CQE compressingBodong Wang1-1/+29