summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/i40iw/i40iw_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem2021-06-021-2652/+0
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-5/+5
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-2/+2
* RDMA/hw/i40iw/i40iw_verbs: Fix worthy function headers and demote some othersLee Jones2021-01-191-9/+10
* RDMA/i40iw: Remove push code from i40iwShiraz Saleem2020-12-011-85/+1
* Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe2020-12-011-30/+7
|\
| * RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem2020-11-251-30/+7
* | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-3/+3
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-7/+0
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA/i40iw: Remove intermediate pointer that points to the same structLeon Romanovsky2020-09-291-6/+3
* i40iw: Add support to make destroy QP synchronousSindhu, Devale2020-09-221-9/+22
* RDMA/i40iw: Avoid typecast from void to pci_devParav Pandit2020-09-161-1/+1
* RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe2020-09-111-9/+1
* RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-091-2/+1
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+2
* RDMA/i40iw: Remove the query_pkey callbackKamal Heib2020-07-201-19/+0
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-2/+1
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* i40iw: Report correct firmware versionSindhu, Devale2020-03-181-4/+6
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* IB/core: Introduce ib_reg_user_mrMoni Shoua2020-01-161-0/+3
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* i40iw: Remove setting of VMA private data and use rdma_user_mmap_ioShiraz Saleem2020-01-071-8/+6
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/i40iw: Associate ibdev to netdev before IB device registrationShiraz, Saleem2019-10-041-0/+4
* RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib2019-08-121-11/+0
* RDMA/i40iw: Set queue pair state when being queriedLiu, Changcheng2019-07-031-0/+2
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-20/+13
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-2/+1
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-0/+2
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA/i40iw: Remove useless NULL checksLeon Romanovsky2019-05-211-8/+0
* RDMA/i40iw: Use core helpers to get aligned DMA address within a supported pa...Shiraz Saleem2019-05-061-39/+7
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-20/+10
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-12/+8
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-2/+5
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+11
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-36/+14
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-4/+5
* RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-19/+16
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-20/+12