summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/i40iw/i40iw_verbs.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-3/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+1
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-23/+22
2018-12-18RDMA/i40iw: Make sure to initialize ib_device_opsKamal Heib1-0/+1
2018-12-11RDMA/i40iw: Initialize ib_device_ops structKamal Heib1-30/+33
2018-11-08i40iw: remove support for ib_get_vector_affinitySagi Grimberg1-20/+0
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-47/+23
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib1-40/+0
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-5/+4
2018-07-04RDMA/i40w: Hold read semaphore while looking after VMALeon Romanovsky1-0/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-05-09RDMA/i40iw: Avoid panic when objects are being created and destroyedAndrew Boyer1-2/+9
2018-05-09i40iw: Fix memory leak in error path of create QPMustafa Ismail1-1/+1
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15i40iw: Tear-down connection after CQP Modify QP failureHenry Orosco1-9/+26
2018-03-14RDMA/i40iw: include linux/irq.hArnd Bergmann1-0/+1
2018-03-06i40iw: Implement get_vector_affinity APIShiraz Saleem1-0/+20
2018-01-16i40iw: Free IEQ resourcesMustafa Ismail1-0/+1
2018-01-16i40iw: Remove setting of rem_addr.lenMustafa Ismail1-3/+0
2018-01-16i40iw: Zero-out consumer key on allocate stag for FMRShiraz Saleem1-0/+1
2017-10-18i40iw: Refactor queue depth calculationShiraz Saleem1-26/+8
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-0/+13
2017-10-04i40iw: Do not allow posting WR after QP is flushedShiraz Saleem1-0/+13
2017-10-04i40iw: Fix port number for query QPMustafa Ismail1-0/+2