summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw/i40iw_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/i40iw: Set queue pair state when being queriedLiu, Changcheng2019-07-311-0/+2
* 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
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-3/+2
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-1/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-23/+22
* RDMA/i40iw: Make sure to initialize ib_device_opsKamal Heib2018-12-181-0/+1
* RDMA/i40iw: Initialize ib_device_ops structKamal Heib2018-12-111-30/+33
* i40iw: remove support for ib_get_vector_affinitySagi Grimberg2018-11-081-20/+0
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-47/+23
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-301-40/+0
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-5/+4
* RDMA/i40w: Hold read semaphore while looking after VMALeon Romanovsky2018-07-041-0/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* RDMA/i40iw: Avoid panic when objects are being created and destroyedAndrew Boyer2018-05-091-2/+9
* i40iw: Fix memory leak in error path of create QPMustafa Ismail2018-05-091-1/+1
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* i40iw: Tear-down connection after CQP Modify QP failureHenry Orosco2018-03-151-9/+26
* RDMA/i40iw: include linux/irq.hArnd Bergmann2018-03-141-0/+1
* i40iw: Implement get_vector_affinity APIShiraz Saleem2018-03-061-0/+20
* i40iw: Free IEQ resourcesMustafa Ismail2018-01-161-0/+1
* i40iw: Remove setting of rem_addr.lenMustafa Ismail2018-01-161-3/+0
* i40iw: Zero-out consumer key on allocate stag for FMRShiraz Saleem2018-01-161-0/+1
* i40iw: Refactor queue depth calculationShiraz Saleem2017-10-181-26/+8
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-0/+13
|\
| * i40iw: Do not allow posting WR after QP is flushedShiraz Saleem2017-10-041-0/+13
* | i40iw: Fix port number for query QPMustafa Ismail2017-10-041-0/+2
|/
* i40iw: Call i40iw_cm_disconn on modify QP to disconnectShiraz Saleem2017-09-221-0/+12
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-4/+3
* IB/i40iw: Fix error code in i40iw_create_cq()Dan Carpenter2017-07-201-1/+3
* i40iw: Free QP PBLEs when the QP is destroyedTatyana Nikolova2017-07-201-4/+11
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-5/+5
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+0
|\
| * IB/i40iw: Remove a superfluous assignment statementBart Van Assche2017-01-241-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-4/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-4/+4
| |/
* / RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-241-10/+1
|/
* i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung2016-12-221-10/+11
* Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-1/+3
|\