aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-03-29IB/qib: Delete struct qib_ivdev.qp_rndGeorge Spelvin1-2/+0
2020-03-02IB/hfi1, qib: Ensure RCU is locked when accessing listDennis Dalessandro1-0/+2
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-2/+0
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+3
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn1-2/+0
2019-01-30IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl1-15/+3
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-12RDMA/qib: Initialize ib_device_ops structKamal Heib1-2/+6
2018-11-29RDMA/qib: Remove all occurrences of BUG_ON()Leon Romanovsky1-3/+0
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-6/+1
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota1-2/+5
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-21/+1
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro1-4/+5
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-1/+1
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-5/+1
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+1
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl1-1/+0
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl1-1/+0
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-3/+3
2017-10-14IB/qib: Remove set-but-not-used variablesBart Van Assche1-2/+1
2017-10-09IB/qib: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt1-0/+9
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-5/+7
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-3/+3
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl1-1/+1
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn1-0/+13
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-02-19IB/qib: Updates to use rdmavt's SGE helper routinesBrian Welty1-89/+6
2017-02-19IB/qib: Use new rdmavt timersVenkata Sandeep Dhanalakota1-0/+1
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-0/+1
2017-01-24IB/qib: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2016-12-11IB/hfi1,IB/qib: Use new send completion helperMike Marciniszyn1-13/+0
2016-12-11IB/qib: Use standard refcount wrapper for QPsSebastian Sanchez1-12/+8
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+2
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-1/+2
2016-10-02IB/qib: Remove qpt_mask globalDennis Dalessandro1-2/+0
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn1-7/+7
2016-08-02IB/qib: Add qib post send tableMike Marciniszyn1-0/+2
2016-03-10IB/qib: Setup notify free/create mad agent callbacks for rdmavtDennis Dalessandro1-0/+4
2016-03-10IB/qib, staging/rdma/hfi1: add s_hlock for use in post sendMike Marciniszyn1-9/+28
2016-03-10IB/qib: Rename several functions by adding a "qib_" prefixHarish Chegondi1-13/+13
2016-03-10IB/qib,staging/rdma/hfi1: use setup_timer apiHari Prasath Gujulan Elango1-3/+1