summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-2812-29/+57
|\
| * RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang2021-10-251-2/+3
| * RDMA/irdma: Do not hold qos mutex twice on QP resumeMustafa Ismail2021-10-191-6/+7
| * RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail2021-10-191-2/+6
| * RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau2021-10-191-1/+1
| * rdma/qedr: Fix crash due to redundant release of device's qp memoryPrabhakar Kushwaha2021-10-193-2/+6
| * RDMA/rdmavt: Fix error code in rvt_create_qp()Dan Carpenter2021-10-131-1/+1
| * IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn2021-10-131-3/+6
| * IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn2021-10-131-10/+23
| * RDMA/mlx5: Set user priority for DCTPatrisious Haddad2021-10-061-0/+2
| * RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem2021-10-061-2/+2
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2021-10-279-120/+140
|\ \
| * \ Merge brank 'mlx5_mkey' into rdma.git for-nextLeon Romanovsky2021-10-2122-143/+194
| |\ \
| | * | RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau2021-10-196-52/+26
| | * | RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau2021-10-194-18/+29
| | * | RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-192-8/+15
| | * | RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau2021-10-192-4/+0
| | * | RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau2021-10-192-4/+2
| | * | RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-193-13/+12
| | |/
| * | IB/mlx5: Enable UAR to have DevX UIDMeir Lichtinger2021-09-283-24/+59
* | | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-052-2/+2
* | | net/mlx5: Shift control IRQ to the last indexShay Drory2021-10-041-0/+1
* | | qed: Remove e4_ and _e4 from FW HSIShai Malin2021-10-041-1/+1
| |/ |/|
* | RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang2021-09-271-9/+22
* | RDMA/hns: Fix the size setting error when copying CQE in clean_cq()Wenpeng Liang2021-09-271-1/+1
* | RDMA/hfi1: Fix kernel pointer leakGuo Zhi2021-09-271-4/+4
* | RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky2021-09-243-10/+10
* | RDMA/hns: Work around broken constant propagation in gcc 8Jason Gunthorpe2021-09-241-5/+6
* | RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requestsJason Gunthorpe2021-09-232-0/+24
* | RDMA/cma: Do not change route.addr.src_addr.ss_familyJason Gunthorpe2021-09-221-2/+6
* | RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale2021-09-203-0/+8
* | RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale2021-09-203-0/+6
* | RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale2021-09-201-1/+1
* | RDMA/irdma: Skip CQP ring during a resetSindhu Devale2021-09-206-10/+8
* | RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failureTao Liu2021-09-151-3/+10
* | IB/cma: Do not send IGMP leaves for sendonly Multicast groupsChristoph Lameter2021-09-141-1/+6
* | IB/qib: Fix clang confusion of NULL pointer comparisonJason Gunthorpe2021-09-131-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-094-6/+8
|\
| * IB/hfi1: make hist staticchongjiapeng2021-09-081-1/+1
| * RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker2021-09-081-2/+2
| * IB/qib: Fix null pointer subtraction compiler warningJason Gunthorpe2021-09-081-1/+3
| * RDMA/mlx5: Fix xlt_chunk_align calculationNiklas Schnelle2021-09-081-1/+1
| * RDMA/mlx5: Fix number of allocated XLT entriesNiklas Schnelle2021-09-081-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-023-6/+7
|\ \
| * | scsi: RDMA/srp: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-4/+5
| * | scsi: RDMA/iser: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
| * | scsi: iser: Use scsi_get_sector() instead of scsi_get_lba()Bart Van Assche2021-07-201-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-02201-6441/+1788
|\ \ \ | | |/ | |/|
| * | Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-3029-116/+122
| |\ \
| | * | RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-2411-35/+27