summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-2/+1Star
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-14/+8Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-4/+0Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-0/+1
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-3/+2Star
* RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-111-1/+1
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-8/+8
* RDMA/rdmavt: Initialize ib_device_ops structKamal Heib2018-12-121-245/+54Star
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-041-1/+11
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-1/+2
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-22/+13Star
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+2
* infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King2018-03-071-1/+1
* infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-111-4/+5
* IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-051-1/+0Star
* IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-271-2/+7
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-241-2/+2
* | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-3/+4
|/
* IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong2016-08-021-0/+7
* IB/rdmavt: Use new driver specific post send tableMike Marciniszyn2016-08-021-1/+2
* IB/rdmavt: Correct required callback functions for MODIFY_QPBrian Welty2016-06-181-3/+1Star
* IB/rdmavt,hfi1,qib: Fix memory leakJubin John2016-04-281-0/+13
* IB/rdamvt: fix cross build with rdmavtMike Marciniszyn2016-03-111-1/+1
* IB/rdmavt: Add per verb driver callback checkingDennis Dalessandro2016-03-111-61/+380
* IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro2016-03-111-13/+49
* IB/rdmavt: Add support for query_port, modify_port and get_port_immutableHarish Chegondi2016-03-111-22/+55
* IB/rdmavt: Add query gid support.Dennis Dalessandro2016-03-111-3/+14
* IB/rdmavt: Clean up distinction between port number and indexDennis Dalessandro2016-03-111-14/+22
* IB/rdmavt: Add srq functionality to rdmavtJubin John2016-03-111-0/+1
* IB/rdmavt: Fix copyright dateDennis Dalessandro2016-03-111-1/+1
* IB/rdmavt: Add mad agents to rdmavtDennis Dalessandro2016-03-111-0/+4
* IB/rdmavt: Add device structure allocationDennis Dalessandro2016-03-111-12/+18
* IB/rdmavt: Add misc dev register functionalityDennis Dalessandro2016-03-111-0/+43
* IB/rdmavt: Add multicast functionsDennis Dalessandro2016-03-111-0/+1
* IB/rdmavt: Add support for tracing eventsDennis Dalessandro2016-03-111-1/+4
* IB/rdmavt: Add completion queue functionsDennis Dalessandro2016-03-111-1/+10
* IB/rdmavt: Add support for rvt_query_device functionHarish Chegondi2016-03-111-2/+7
* IB/rdmavt: Add create queue pair functionalityDennis Dalessandro2016-03-111-0/+1
* IB/rdmavt: Add IB user context allocation and de-alloction functionsHarish Chegondi2016-03-111-2/+18
* IB/rdmavt: Add pkey supportDennis Dalessandro2016-03-111-16/+30
* IB/rdmavt: Add mmap related functionsDennis Dalessandro2016-03-111-0/+1
* IB/rdmavt: Initialize and teardown of qpn tableDennis Dalessandro2016-03-111-13/+22
* IB/rdmavt: Add an ibport data structure to rdmavtDennis Dalessandro2016-03-111-0/+24
* IB/rdmavt: Add AH to rdmavtKamal Heib2016-03-111-1/+4