aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-04-19RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()Duoming Zhou1-6/+1
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil4-4/+16
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-4/+16
2022-04-12RDMA/rxe: Fix "Replace mr by rkey in responder resources"Bob Pearson1-8/+17
2022-04-12RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang1-1/+1
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe4-636/+3
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-6/+2
2022-04-11RDMA/hns: Init the variable at the suitable placeHaoyue Xu1-1/+2
2022-04-11RDMA/hns: Add judgment on the execution result of CMDQ that free vf resourceWenpeng Liang1-4/+13
2022-04-11RDMA/hns: Remove redundant variable "ret"Guofeng Yue1-4/+1
2022-04-11RDMA/hns: Remove unused function to_hns_roce_state()Yixing Liu2-31/+0
2022-04-11RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QPChengchang Tang1-3/+1
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky2-384/+1
2022-04-09RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2-248/+2
2022-04-09RDMA/mlx5: Delete never supported IPsec flow actionLeon Romanovsky1-4/+0
2022-04-08RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller1-0/+6
2022-04-08RDMA/rxe: Remove reliable datagram supportBob Pearson2-4/+2
2022-04-08RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson7-21/+1
2022-04-08RDMA/rxe: Remove mc_grp_pool from struct rxe_devBob Pearson1-1/+0
2022-04-08RDMA/rxe: Remove type 2A memory window capabilityBob Pearson2-1/+8
2022-04-08RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy3-6/+4
2022-04-08RDMA/usnic: Stop using iommu_present()Robin Murphy3-17/+5
2022-04-08IB/SA: Replace usage of found with dedicated list iterator variableJakob Koschel1-8/+8
2022-04-07RDMA: use DMA_RESV_USAGE_KERNELChristian König1-1/+1
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-1/+2
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe25-57/+52
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard123-3003/+3066
2022-04-04IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche1-1/+5
2022-04-04IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche1-1/+5
2022-04-04IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang1-2/+4
2022-04-04RDMA/irdma: Remove the redundant variableZhu Yanjun1-5/+2
2022-04-04IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang1-2/+1
2022-04-04RDMA/mlx5: Add a missing update of cache->last_addAharon Landau1-0/+1
2022-04-04RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds106-2871/+2866
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-32/+54
2022-03-24RDMA: use dma_resv_wait() instead of extracting the fenceChristian König1-6/+2
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-18RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()Dan Carpenter1-1/+2
2022-03-18IB/iser: Fix error flow in case of registration failureMax Gurtovoy1-3/+11
2022-03-18IB/iser: Generalize map/unmap dma tasksMax Gurtovoy3-45/+31
2022-03-18IB/iser: Use iser_fr_desc as registration contextMax Gurtovoy4-11/+11
2022-03-18IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy1-22/+9
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson12-96/+94
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson6-280/+85
2022-03-15RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson1-8/+8
2022-03-15RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson3-20/+20
2022-03-15RDMA/rxe: Replace obj by elem in declarationBob Pearson2-2/+2
2022-03-15RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson2-79/+12