aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/rdma_vt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota1-0/+3
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-0/+22
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro1-2/+2
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-6/+7
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-1/+8
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl1-2/+8
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-3/+4
2018-05-09IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez1-1/+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-7/+11
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl1-0/+13
2017-08-22IB/hfi1: Stricter bounds checking of MAD trap indexKamenee Arumugame1-1/+1
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli1-1/+1
2017-07-31IB/hfi1: Send MAD traps until repressedMichael J. Ruhl1-0/+17
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford1-1/+3
2017-07-17IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky1-3/+2
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana1-0/+1
2017-06-27IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn1-1/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-4/+4
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl1-1/+2
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty1-1/+1
2017-02-19IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota1-0/+19
2016-11-15IB/rdmvat: Organize hot path calldowns into a single cachelineMike Marciniszyn1-22/+24
2016-08-02IB/hfi1: Add the capability for reserved operationsMike Marciniszyn1-0/+1
2016-08-02IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong1-0/+3
2016-08-02IB/rdmavt: Add data structures and routines for table driven post sendMike Marciniszyn1-0/+3
2016-06-23IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn1-1/+3
2016-05-26IB/rdamvt: Fix rdmavt s_ack_queue sizingMike Marciniszyn1-0/+9
2016-05-26IB/rdmavt: Max atomic value should be a u8Mike Marciniszyn1-2/+2
2016-04-28IB/rdmavt,hfi1,qib: Fix memory leakJubin John1-0/+1
2016-03-10IB/rdmavt: Remove unnecessary exported functionsDennis Dalessandro1-13/+0
2016-03-10IB/rdmavt: Remove signal_supported and commentsDennis Dalessandro1-18/+0
2016-03-10IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro1-10/+0
2016-03-10IB/qib,rdmavt: Move smi_ah to qibDennis Dalessandro1-1/+0
2016-03-10IB/rdmavt: Add per verb driver callback checkingDennis Dalessandro1-14/+109
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-15/+0
2016-03-10IB/qib, staging/rdma/hfi1: add s_hlock for use in post sendMike Marciniszyn1-1/+3
2016-03-10IB/rdmavt, staging/rdma/hfi1: use qps to dynamically scale timeout valueVennila Megavannan1-1/+3
2016-03-10IB/rdmavt: Add support for query_port, modify_port and get_port_immutableHarish Chegondi1-0/+6
2016-03-10IB/rdmavt: Add query gid support.Dennis Dalessandro1-0/+2
2016-03-10IB/rdmavt: Clean up distinction between port number and indexDennis Dalessandro1-2/+2
2016-03-10IB/rdmavt: Add hardware driver send work request checkIra Weiny1-0/+2
2016-03-10IB/rdmavt: Add srq functionality to rdmavtJubin John1-0/+3
2016-03-10IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-10IB/rdmavt: Add mad agents to rdmavtDennis Dalessandro1-1/+5
2016-03-10IB/rdmavt: Add device structure allocationDennis Dalessandro1-0/+1
2016-03-10IB/rdmavt: add modify queue pair driver helpersIra Weiny1-0/+7
2016-03-10IB/rdmavt: Add multicast functionsDennis Dalessandro1-0/+8
2016-03-10IB/rdmavt: Add modify qpDennis Dalessandro1-0/+42