aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt/ah.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-25IB/rdmavt: Convert to SPDX identifierCai Huoqing1-43/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-1/+0
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-1/+2
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis1-2/+1
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-5/+6
2019-10-22infiniband: fix sw/rdmavt/ kernel-doc notationrd.dunlab@gmail.com1-1/+0
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl1-5/+1
2019-05-06RDMA/rdmavt: Catch use-after-free access of AH structuresLeon Romanovsky1-2/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-24/+13
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-1/+3
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