summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-227-1033/+861
|\
| * net/mlx5: TX WQE updateSaeed Mahameed2017-02-061-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2816-161/+229
| |\
| * | IB/mlx5: Enable Eth VFs to query their min-inline value for user-spaceOr Gerlitz2017-01-241-0/+9
| * | net/mlx5: Add support to s-tag in mlx5 firmware interfaceMohamad Haj Yahia2017-01-191-2/+2
| * | Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2017-01-094-280/+330
| |\ \
| | * | IB/mlx5: Support 4k UAR for libmlx5Eli Cohen2017-01-091-2/+19
| | * | IB/mlx5: Allow future extension of libmlx5 input dataEli Cohen2017-01-094-153/+198
| | * | IB/mlx5: Use blue flame register allocator in mlx5_ibEli Cohen2017-01-094-69/+51
| | * | IB/mlx5: Fix retrieval of index to first hi class bfregEli Cohen2017-01-081-10/+14
| | * | mlx5: Fix naming convention with respect to UARsEli Cohen2017-01-084-133/+135
| | * | IB/mlx5: Fix error handling order in create_kernel_qpEli Cohen2017-01-081-2/+2
| | * | IB/mlx5: Fix kernel to user leak prevention logicEli Cohen2017-01-081-7/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-2/+12
| |\ \ \ | | |/ / | |/| |
| * | | IB/mlx5: Improve MR checkArtemy Kovalyov2017-01-022-2/+12
| * | | IB/mlx5: Add ODP atomics supportArtemy Kovalyov2017-01-021-38/+50
| * | | {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-024-274/+115
| * | | IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov2017-01-025-247/+219
| * | | IB/mlx5: Add support for big MRsArtemy Kovalyov2017-01-023-3/+11
| * | | IB/mlx5: Refactor UMR post send formatArtemy Kovalyov2017-01-024-114/+91
| * | | IB/mlx5: Add helper mlx5_ib_post_send_waitBinoy Jayan2017-01-021-83/+32
| * | | IB/mlx5: Reorder code in query device commandLeon Romanovsky2017-01-021-11/+11
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-206-13/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-146-13/+13
| | |/ | |/|
* | | RDMA/qedr: Dispatch port active event from qedr_addRam Amrani2017-01-242-6/+19
* | | RDMA/qedr: Fix and simplify memory leak in PD allocRam Amrani2017-01-241-8/+18
* | | RDMA/qedr: Fix RDMA CM loopbackRam Amrani2017-01-241-2/+2
* | | RDMA/qedr: Fix formattingRam Amrani2017-01-242-3/+1
* | | RDMA/qedr: Mark three functions as staticRam Amrani2017-01-241-6/+8
* | | RDMA/qedr: Don't reset QP when queues aren't flushedRam Amrani2017-01-241-0/+8
* | | RDMA/qedr: Don't spam dmesg if QP is in error stateRam Amrani2017-01-241-3/+4
* | | RDMA/qedr: Remove CQ spinlock from CM completion handlersRam Amrani2017-01-242-11/+2
* | | RDMA/qedr: Return max inline data in QP query resultRam Amrani2017-01-241-1/+1
* | | RDMA/qedr: Return success when not changing QP stateRam Amrani2017-01-241-1/+1
* | | RDMA/qedr: Fix MTU returned from QP queryAmrani, Ram2017-01-241-1/+1
* | | RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-244-41/+4
* | | IB/vmw_pvrdma: Fix incorrect cleanup on pvrdma_pci_probe error pathAdit Ranadive2017-01-241-3/+1
* | | IB/vmw_pvrdma: Don't leak info from alloc_ucontextAdit Ranadive2017-01-241-1/+1
* | | iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise2017-01-101-3/+4
* | | iw_cxgb4: free EQ queue memory on last derefSteve Wise2017-01-104-13/+69
* | | iw_cxgb4: refactor sq/rq drain logicSteve Wise2017-01-105-58/+85
|/ /
* | net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2016-12-291-2/+12
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-2310-37/+81
|\
| * qedr: Always notify the verb consumer of flushed CQEsAmrani, Ram2016-12-221-1/+1
| * qedr: clear the vendor error field in the work completionAmrani, Ram2016-12-221-0/+3
| * qedr: post_send/recv according to QP stateAmrani, Ram2016-12-221-4/+4
| * qedr: ignore inline flag in read verbsAmrani, Ram2016-12-221-1/+3
| * qedr: modify QP state to error when destroying itAmrani, Ram2016-12-221-2/+4
| * qedr: return correct value on modify qpAmrani, Ram2016-12-221-1/+1
| * qedr: return error if destroy CQ failedAmrani, Ram2016-12-221-1/+6