aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/vt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-2/+1
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-14/+8
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-4/+0
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-3/+2
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-8/+8
2018-12-12RDMA/rdmavt: Initialize ib_device_ops structKamal Heib1-245/+54
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-1/+11
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-1/+2
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-22/+13
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+2
2018-03-06infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King1-1/+1
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap1-4/+5
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl1-1/+0
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana1-2/+7
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+2
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-3/+4
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche1-2/+2
2016-08-02IB/rdmavt: Add support for ib_map_mr_sgJianxin Xiong1-0/+7
2016-08-02IB/rdmavt: Use new driver specific post send tableMike Marciniszyn1-1/+2
2016-06-17IB/rdmavt: Correct required callback functions for MODIFY_QPBrian Welty1-3/+1
2016-04-28IB/rdmavt,hfi1,qib: Fix memory leakJubin John1-0/+13
2016-03-10IB/rdamvt: fix cross build with rdmavtMike Marciniszyn1-1/+1
2016-03-10IB/rdmavt: Add per verb driver callback checkingDennis Dalessandro1-61/+380
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-13/+49
2016-03-10IB/rdmavt: Add support for query_port, modify_port and get_port_immutableHarish Chegondi1-22/+55
2016-03-10IB/rdmavt: Add query gid support.Dennis Dalessandro1-3/+14
2016-03-10IB/rdmavt: Clean up distinction between port number and indexDennis Dalessandro1-14/+22
2016-03-10IB/rdmavt: Add srq functionality to rdmavtJubin John1-0/+1
2016-03-10IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-10IB/rdmavt: Add mad agents to rdmavtDennis Dalessandro1-0/+4
2016-03-10IB/rdmavt: Add device structure allocationDennis Dalessandro1-12/+18
2016-03-10IB/rdmavt: Add misc dev register functionalityDennis Dalessandro1-0/+43
2016-03-10IB/rdmavt: Add multicast functionsDennis Dalessandro1-0/+1
2016-03-10IB/rdmavt: Add support for tracing eventsDennis Dalessandro1-1/+4
2016-03-10IB/rdmavt: Add completion queue functionsDennis Dalessandro1-1/+10
2016-03-10IB/rdmavt: Add support for rvt_query_device functionHarish Chegondi1-2/+7
2016-03-10IB/rdmavt: Add create queue pair functionalityDennis Dalessandro1-0/+1
2016-03-10IB/rdmavt: Add IB user context allocation and de-alloction functionsHarish Chegondi1-2/+18
2016-03-10IB/rdmavt: Add pkey supportDennis Dalessandro1-16/+30
2016-03-10IB/rdmavt: Add mmap related functionsDennis Dalessandro1-0/+1
2016-03-10IB/rdmavt: Initialize and teardown of qpn tableDennis Dalessandro1-13/+22
2016-03-10IB/rdmavt: Add an ibport data structure to rdmavtDennis Dalessandro1-0/+24
2016-03-10IB/rdmavt: Add AH to rdmavtKamal Heib1-1/+4