summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | IB/rdmavt: Fix copyright dateDennis Dalessandro2016-03-1024-24/+24
| | | * | IB/rdmavt: Add mad agents to rdmavtDennis Dalessandro2016-03-104-1/+79
| | | * | IB/rdmavt: Add device structure allocationDennis Dalessandro2016-03-101-12/+18
| | | * | IB/rdmavt: add modify queue pair driver helpersIra Weiny2016-03-101-0/+7
| | | * | IB/rdmavt: Add misc dev register functionalityDennis Dalessandro2016-03-101-0/+43
| | | * | IB/rdmavt: Add multicast functionsDennis Dalessandro2016-03-104-2/+338
| | | * | IB/rdmavt: Add post receive to rdmavtDennis Dalessandro2016-03-101-7/+40
| | | * | IB/rdmavt: Add destroy qp verbDennis Dalessandro2016-03-101-6/+23
| | | * | IB/rdmavt: Add modify qpDennis Dalessandro2016-03-102-9/+525
| | | * | IB/rdmavt: Add support for tracing eventsDennis Dalessandro2016-03-104-2/+143
| | | * | IB/rdmavt: Add post send to rdmavtDennis Dalessandro2016-03-101-12/+171
| | | * | IB/rdmavt: Add completion queue functionsDennis Dalessandro2016-03-103-7/+453
| | | * | IB/qib: Remove create qp and create qp table functionalityHarish Chegondi2016-03-104-374/+57
| | | * | IB/qib: Use rdmavt send and receive flagsHarish Chegondi2016-03-109-225/+153
| | | * | 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-103-98/+84
| | | * | IB/qib: Use rdmavt pkey verbs functionHarish Chegondi2016-03-101-20/+13
| | | * | IB/qib: Remove mmap from qibHarish Chegondi2016-03-108-246/+53
| | | * | IB/qib: Implement qib support for AH notificationHarish Chegondi2016-03-101-0/+19
| | | * | IB/qib: Remove ibport and use rdmavt versionHarish Chegondi2016-03-1015-258/+281
| | | * | IB/rdmavt: Support creating qps with GFP_NOIO flagMike Marciniszyn2016-03-101-13/+43
| | | * | IB/rdmavt: Add support for rvt_query_device functionHarish Chegondi2016-03-101-2/+7
| | | * | IB/rdmavt: Allow reserving just one qpnHarish Chegondi2016-03-101-2/+2
| | | * | IB/rdmavt: Export reset_qp in rdmavtDennis Dalessandro2016-03-101-3/+4
| | | * | IB/rdmavt: Add create queue pair functionalityDennis Dalessandro2016-03-102-22/+404
| | | * | IB/rdmavt: Add IB user context allocation and de-alloction functionsHarish Chegondi2016-03-101-2/+18
| | | * | IB/qib: Remove srq from qibDennis Dalessandro2016-03-104-21/+8
| | | * | IB/qib: Use address handle in rdmavt and remove from qibDennis Dalessandro2016-03-107-143/+20
| | | * | IB/qib: Remove qp and mr functionality from qibDennis Dalessandro2016-03-1017-1314/+308
| | | * | IB/qib: Add device specific info printsDennis Dalessandro2016-03-103-0/+20
| | | * | IB/qib: Remove driver specific members from qib qp typeDennis Dalessandro2016-03-108-89/+145
| | | * | IB/qib: Use rdmavt lid defines in qibDennis Dalessandro2016-03-103-4/+3
| | | * | IB/qib: Remove most uses of QIB_PERMISSIVE_LID and QIB_MULTICAST_LID_BASEDennis Dalessandro2016-03-105-11/+13
| | | * | IB/qib: Use rdmavt protection domainDennis Dalessandro2016-03-105-79/+12
| | | * | IB/qib: Remove dma.c and use rdmavt version of dma functionsDennis Dalessandro2016-03-103-4/+3
| | | * | IB/qib: Begin to use rdmavt for verbsDennis Dalessandro2016-03-108-23/+39
| | | * | IB/rdmavt: Add pkey supportDennis Dalessandro2016-03-101-16/+30
| | | * | IB/rdmavt: Add mmap related functionsDennis Dalessandro2016-03-103-2/+141
| | | * | IB/rdmavt: Initialize and teardown of qpn tableDennis Dalessandro2016-03-103-13/+221
| | | * | IB/rdmavt: Break rdma_vt main include header file upDennis Dalessandro2016-03-101-2/+2
| | | * | IB/rdmavt: Add driver notification for new AHDennis Dalessandro2016-03-101-2/+5
| | | * | IB/rdmavt: Add an ibport data structure to rdmavtDennis Dalessandro2016-03-101-0/+24
| | | * | IB/rdmavt: Add AH to rdmavtKamal Heib2016-03-102-5/+98
| | | * | IB/rdmavt: Do not use rvt prints which rely on driver too earlyDennis Dalessandro2016-03-101-1/+1
| | | * | IB/rdmavt: Move memory registration into rdmavtDennis Dalessandro2016-03-103-14/+716
| | | * | IB/rdmavt: Add device specific info printsDennis Dalessandro2016-03-102-3/+38
| | | * | IB/rdmavt: Move driver helper functions to a common structureDennis Dalessandro2016-03-101-1/+5
| | | * | IB/rdmavt: Add queue pair data structure to rdmavtDennis Dalessandro2016-03-101-5/+0
| | | * | IB/rdmavt: Add post send and recv stubsDennis Dalessandro2016-03-103-1/+71