summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-229-1038/+864
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-112-4/+6
| |\
| * \ Merge tag 'mlx5-updates-2017-01-31' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-02-071-3/+3
| |\ \
| | * | net/mlx5: TX WQE updateSaeed Mahameed2017-02-061-3/+3
| * | | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-062-5/+3
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-2824-188/+253
| |\ \
| * | | 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 tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-212-0/+2
|\ \ \ \ \
| * | | | | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-062-0/+2
| |/ / / /
* | | | | 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
| | |/ / | |/| |
* | | | IB/rxe: Fix mem_check_range integer overflowEyal Itkin2017-02-081-3/+5
* | | | IB/rxe: Fix resid updateEyal Itkin2017-02-081-1/+1
| |_|/ |/| |
* | | RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein2017-01-271-1/+2
* | | IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen2017-01-241-2/+1
* | | IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb2017-01-241-1/+1
* | | IB/umem: Release pid in error and ODP flowKenneth Lee2017-01-241-0/+2
* | | 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
* | | IB/iser: remove unused variable from iser_conn structMax Gurtovoy2017-01-243-14/+5