summaryrefslogtreecommitdiffstats
path: root/include/rdma/rdma_vt.h
AgeCommit message (Expand)AuthorLines
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2021-03-26RDMA: Fix a typoBhaskar Chowdhury-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-4/+4
2021-03-22RDMA/include: Mundane typo fixes throughout the fileBhaskar Chowdhury-4/+4
2020-07-29RDMA/include: Replace license text with SPDX tagsLeon Romanovsky-46/+4
2019-09-13IB/{rdmavt, hfi1, qib}: Add a counter for credit waitsKaike Wan-0/+1
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl-2/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe-1/+1
2019-04-24IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn-62/+16
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch-0/+5
2019-02-05IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan-3/+9
2019-01-31IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan-1/+9
2019-01-14RDMA: Rename port_callback to init_portParav Pandit-3/+0
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn-0/+7
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota-0/+3
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty-0/+22
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro-2/+2
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan-6/+7
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe-1/+8
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl-2/+8
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez-3/+4
2018-05-09IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez-1/+1
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak-1/+1
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl-7/+11
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl-0/+13
2017-08-22IB/hfi1: Stricter bounds checking of MAD trap indexKamenee Arumugame-1/+1
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli-1/+1
2017-07-31IB/hfi1: Send MAD traps until repressedMichael J. Ruhl-0/+17
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford-1/+3
2017-07-17IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky-3/+2
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana-0/+1
2017-06-27IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn-1/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli-4/+4
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl-1/+2
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty-1/+1
2017-02-19IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota-0/+19
2016-11-15IB/rdmvat: Organize hot path calldowns into a single cachelineMike Marciniszyn-22/+24
2016-08-02IB/hfi1: Add the capability for reserved operationsMike Marciniszyn-0/+1
2016-08-02IB/rdmavt: Add mechanism to invalidate MR keysJianxin Xiong-0/+3
2016-08-02IB/rdmavt: Add data structures and routines for table driven post sendMike Marciniszyn-0/+3
2016-06-23IB/rdmavt: Correct qp_priv_alloc() return value testMike Marciniszyn-1/+3
2016-05-26IB/rdamvt: Fix rdmavt s_ack_queue sizingMike Marciniszyn-0/+9
2016-05-26IB/rdmavt: Max atomic value should be a u8Mike Marciniszyn-2/+2
2016-04-28IB/rdmavt,hfi1,qib: Fix memory leakJubin John-0/+1
2016-03-10IB/rdmavt: Remove unnecessary exported functionsDennis Dalessandro-13/+0
2016-03-10IB/rdmavt: Remove signal_supported and commentsDennis Dalessandro-18/+0
2016-03-10IB/rdmavt: Remove RVT_FLAGsDennis Dalessandro-10/+0
2016-03-10IB/qib,rdmavt: Move smi_ah to qibDennis Dalessandro-1/+0
2016-03-10IB/rdmavt: Add per verb driver callback checkingDennis Dalessandro-14/+109