summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2017-01-24IB/mlx5: Enable Eth VFs to query their min-inline value for user-spaceOr Gerlitz1-0/+9
2017-01-19net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia1-2/+2
2017-01-09Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller4-280/+330
2017-01-09IB/mlx5: Support 4k UAR for libmlx5Eli Cohen1-2/+19
2017-01-09IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen4-153/+198
2017-01-09IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen4-69/+51
2017-01-08IB/mlx5: Fix retrieval of index to first hi class bfregEli Cohen1-10/+14
2017-01-08mlx5: Fix naming convention with respect to UARsEli Cohen4-133/+135
2017-01-08IB/mlx5: Fix error handling order in create_kernel_qpEli Cohen1-2/+2
2017-01-08IB/mlx5: Fix kernel to user leak prevention logicEli Cohen1-7/+7
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2017-01-02IB/mlx5: Improve MR checkArtemy Kovalyov2-2/+12
2017-01-02IB/mlx5: Add ODP atomics supportArtemy Kovalyov1-38/+50
2017-01-02{net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov4-274/+115
2017-01-02IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov5-247/+219
2017-01-02IB/mlx5: Add support for big MRsArtemy Kovalyov3-3/+11
2017-01-02IB/mlx5: Refactor UMR post send formatArtemy Kovalyov4-114/+91
2017-01-02IB/mlx5: Add helper mlx5_ib_post_send_waitBinoy Jayan1-83/+32
2017-01-02IB/mlx5: Reorder code in query device commandLeon Romanovsky1-11/+11
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein1-2/+12
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus 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/dledfo...Linus 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