aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw/i40iw_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-22i40iw: Call i40iw_cm_disconn on modify QP to disconnectShiraz Saleem1-0/+12
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-4/+3
2017-07-20IB/i40iw: Fix error code in i40iw_create_cq()Dan Carpenter1-1/+3
2017-07-20i40iw: Free QP PBLEs when the QP is destroyedTatyana Nikolova1-4/+11
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-5/+5
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+0
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+4
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+4
2017-01-24RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram1-10/+1
2017-01-24IB/i40iw: Remove a superfluous assignment statementBart Van Assche1-1/+0
2016-12-22i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung1-10/+11
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-1/+3
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford1-45/+189
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+3
2016-12-12i40iw: Reorganize structures to align with HW capabilitiesHenry Orosco1-10/+7
2016-12-12i40iw: Fix race condition in terminate timer's handlerShiraz Saleem1-1/+1
2016-12-12i40iw: Use correct src address in memcpy to rdma stats countersShiraz Saleem1-1/+1
2016-12-05i40iw: Add missing cleanup on device closeMustafa Ismail1-0/+25
2016-12-05i40iw: Add 2MB page supportHenry Orosco1-10/+49
2016-12-05i40iw: Utilize physically mapped memory regionsHenry Orosco1-9/+93
2016-12-05i40iw: Use actual page sizeHenry Orosco1-4/+1
2016-12-05i40iw: Query device accounts for internal rsrcHenry Orosco1-4/+4
2016-12-05i40iw: Correct values for max_recv_sge, max_send_sgeHenry Orosco1-1/+5
2016-12-05i40iw: Use vector when creating CQsHenry Orosco1-2/+3
2016-12-03i40iw: Add Quality of Service supportHenry Orosco1-4/+2
2016-12-03IB/i40iw: Remove debug prints after allocation failureLeon Romanovsky1-1/+0
2016-08-24i40iw: Avoid writing to freed memoryMustafa Ismail1-2/+1
2016-08-24i40iw: Fix double free of allocated_bufferMustafa Ismail1-1/+0
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-32/+44
2016-08-02i40iw: Remove unnecessary parameter to i40iw_cq_poll_completionMustafa Ismail1-1/+1
2016-08-02i40iw: Correct and use size parameter to i40iw_reg_phys_mrMustafa Ismail1-1/+2
2016-08-02i40iw: Fix return codesShiraz Saleem1-16/+31
2016-07-12i40iw: Enable remote access rights for stag allocationShiraz Saleem1-0/+1
2016-06-23IB/i40iw: Support device FW version stringIra Weiny1-14/+10
2016-06-23i40iw: Enable level-1 PBL for fast memory registrationShiraz Saleem1-0/+5
2016-06-23i40iw: Return correct max_fast_reg_page_list_lenFaisal Latif1-0/+1
2016-06-23i40iw: Correct status check on i40iw_get_pbleFaisal Latif1-1/+1