summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/i40iw/i40iw_verbs.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem1-2652/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-5/+5
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky1-2/+2
2021-01-19RDMA/hw/i40iw/i40iw_verbs: Fix worthy function headers and demote some othersLee Jones1-9/+10
2020-12-01RDMA/i40iw: Remove push code from i40iwShiraz Saleem1-85/+1
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe1-30/+7
2020-11-25RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem1-30/+7
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-3/+3
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-7/+0
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-1/+1
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-29RDMA/i40iw: Remove intermediate pointer that points to the same structLeon Romanovsky1-6/+3
2020-09-22i40iw: Add support to make destroy QP synchronousSindhu, Devale1-9/+22
2020-09-16RDMA/i40iw: Avoid typecast from void to pci_devParav Pandit1-1/+1
2020-09-11RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe1-9/+1
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-2/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+2
2020-07-20RDMA/i40iw: Remove the query_pkey callbackKamal Heib1-19/+0
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-2/+1
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-03-18i40iw: Report correct firmware versionSindhu, Devale1-4/+6
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-01-16IB/core: Introduce ib_reg_user_mrMoni Shoua1-0/+3
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2020-01-07i40iw: Remove setting of VMA private data and use rdma_user_mmap_ioShiraz Saleem1-8/+6
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-10-04RDMA/i40iw: Associate ibdev to netdev before IB device registrationShiraz, Saleem1-0/+4
2019-08-12RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib1-11/+0
2019-07-03RDMA/i40iw: Set queue pair state when being queriedLiu, Changcheng1-0/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-2/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-20/+13
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-2/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-0/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-21RDMA/i40iw: Remove useless NULL checksLeon Romanovsky1-8/+0
2019-05-06RDMA/i40iw: Use core helpers to get aligned DMA address within a supported pa...Shiraz Saleem1-39/+7
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib1-20/+10
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-12/+8
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-2/+5
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+11
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-36/+14
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-4/+5
2019-02-11RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-19/+16
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-20/+12