aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/ah.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+2
2018-11-21RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib1-1/+3
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe1-1/+3
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt1-10/+0
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-13/+16
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-4/+4
2017-04-28IB/rdmavt: restore IRQs on error path in rvt_create_ah()Dan Carpenter1-1/+1
2016-03-10IB/rdmavt: Clean up comments and add more documentationDennis Dalessandro1-0/+27
2016-03-10IB/rdmavt: Fix copyright dateDennis Dalessandro1-1/+1
2016-03-10IB/rdmavt: Break rdma_vt main include header file upDennis Dalessandro1-2/+2
2016-03-10IB/rdmavt: Add driver notification for new AHDennis Dalessandro1-2/+5
2016-03-10IB/rdmavt: Add AH to rdmavtKamal Heib1-4/+94
2016-03-10IB/rdmavt: Add address handle stubsDennis Dalessandro1-0/+76