summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-5/+1
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+1
* IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-051-1/+0
* IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-051-1/+0
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-3/+3
|\
| * IB/qib: Convert timers to use timer_setup()Kees Cook2017-10-091-3/+3
* | IB/qib: Remove set-but-not-used variablesBart Van Assche2017-10-141-2/+1
|/
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-221-0/+9
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+2
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-5/+7
* IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-3/+3
* IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-1/+1
* IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-051-0/+13
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/qib: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+1
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-0/+1
| |/
* | IB/qib: Updates to use rdmavt's SGE helper routinesBrian Welty2017-02-191-89/+6
* | IB/qib: Use new rdmavt timersVenkata Sandeep Dhanalakota2017-02-191-0/+1
|/
* IB/hfi1,IB/qib: Use new send completion helperMike Marciniszyn2016-12-111-13/+0
* IB/qib: Use standard refcount wrapper for QPsSebastian Sanchez2016-12-111-12/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+2
|\
| * IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-1/+2
* | IB/qib: Remove qpt_mask globalDennis Dalessandro2016-10-021-2/+0
* | IB/qib,IB/hfi: Use core common header fileMike Marciniszyn2016-10-021-7/+7
|/
* IB/qib: Add qib post send tableMike Marciniszyn2016-08-021-0/+2
* IB/qib: Setup notify free/create mad agent callbacks for rdmavtDennis Dalessandro2016-03-101-0/+4
* IB/qib, staging/rdma/hfi1: add s_hlock for use in post sendMike Marciniszyn2016-03-101-9/+28
* IB/qib: Rename several functions by adding a "qib_" prefixHarish Chegondi2016-03-101-13/+13
* IB/qib,staging/rdma/hfi1: use setup_timer apiHari Prasath Gujulan Elango2016-03-101-3/+1
* IB/qib: Remove modify_port and port_immutable functionsHarish Chegondi2016-03-101-47/+16
* IB/qib: Support query gid in rdmavtDennis Dalessandro2016-03-101-20/+12
* IB/qib: Remove destroy queue pair codeHarish Chegondi2016-03-101-1/+0
* IB/qib: Remove modify queue pair codeHarish Chegondi2016-03-101-4/+12
* IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn insteadHarish Chegondi2016-03-101-19/+8
* IB/qib: Clean up register_ib_deviceDennis Dalessandro2016-03-101-68/+0
* IB/qib: Remove srq functionalityJubin John2016-03-101-6/+0
* IB/qib: Remove qib_query_qp functionHarish Chegondi2016-03-101-1/+2
* IB/qib: Remove qib multicast verbs functionsHarish Chegondi2016-03-101-7/+6
* IB/qib: Remove qib_post_receive and use rdmavt versionHarish Chegondi2016-03-101-63/+1
* IB/qib: Use rdmavt version of post_sendHarish Chegondi2016-03-101-199/+9
* IB/qib: Remove completion queue data structures and functions from qibHarish Chegondi2016-03-101-7/+10
* IB/qib: Remove create and free mad agentsDennis Dalessandro2016-03-101-12/+2
* IB/qib: Remove create qp and create qp table functionalityHarish Chegondi2016-03-101-32/+16
* IB/qib: Use rdmavt send and receive flagsHarish Chegondi2016-03-101-17/+17
* IB/qib: Remove qib_query_device functionHarish Chegondi2016-03-101-52/+50
* IB/qib: Delete QIB user context allocation and de-alloction functionsHarish Chegondi2016-03-101-42/+2
* IB/qib: Remove qpn, qp tables and related variables from qibHarish Chegondi2016-03-101-12/+17
* IB/qib: Use rdmavt pkey verbs functionHarish Chegondi2016-03-101-20/+13
OpenPOWER on IntegriCloud