aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_ud.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-22RDMA/hw/qib/qib_ud: Provide description for 'qib_make_ud_req's 'flags' paramLee Jones1-0/+1
2019-06-28IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl1-10/+11
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl1-10/+11
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam1-4/+2
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+0
2019-01-30IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl1-5/+1
2019-01-21IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty1-1/+0
2018-11-29RDMA/qib: Remove all occurrences of BUG_ON()Leon Romanovsky1-1/+0
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota1-2/+2
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-6/+7
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty1-2/+2
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+1
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez1-2/+1
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-2/+0
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-06-27IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro1-29/+14
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-24/+29
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-2/+2
2017-02-19IB/qib: Updates to use rdmavt's SGE helper routinesBrian Welty1-2/+2
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty1-2/+2
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn1-3/+3
2016-08-02IB/qib, IB/hfi1: Fix grh creation in ud loopbackDasaratharaman Chandramouli1-2/+6
2016-04-28IB/qib, IB/hfi1: Fix up UD loopback use of irq flagsMike Marciniszyn1-5/+5
2016-03-10IB/qib, staging/rdma/hfi1: add s_hlock for use in post sendMike Marciniszyn1-11/+11
2016-03-10IB/qib: Remove modify queue pair codeHarish Chegondi1-3/+3
2016-03-10IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn insteadHarish Chegondi1-4/+7
2016-03-10IB/qib: Use rdmavt version of post_sendHarish Chegondi1-5/+5
2016-03-10IB/qib: Remove completion queue data structures and functions from qibHarish Chegondi1-2/+2
2016-03-10IB/qib: Use rdmavt send and receive flagsHarish Chegondi1-11/+11
2016-03-10IB/qib: Remove ibport and use rdmavt versionHarish Chegondi1-7/+7
2016-03-10IB/qib: Use address handle in rdmavt and remove from qibDennis Dalessandro1-2/+2
2016-03-10IB/qib: Remove qp and mr functionality from qibDennis Dalessandro1-8/+8
2016-03-10IB/qib: Remove driver specific members from qib qp typeDennis Dalessandro1-10/+12
2016-03-10IB/qib: Remove most uses of QIB_PERMISSIVE_LID and QIB_MULTICAST_LID_BASEDennis Dalessandro1-5/+6
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-10/+10
2015-02-17IB/qib: Fix sizeof checkpatch warningsMike Marciniszyn1-1/+1
2014-03-17IB/qib: Modify software pma counters to use percpu variablesMike Marciniszyn1-3/+3
2014-01-22IB/qib: Fix QP check when looping back to/from QP1Ira Weiny1-1/+8
2012-07-08IB/qib: Avoid returning EBUSY from MR deregisterMike Marciniszyn1-10/+2
2012-05-14IB/qib: Add cache line awareness to qib_qp and qib_devdata structuresMike Marciniszyn1-8/+8
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-10IB/qib: Add fix missing from earlier patchMike Marciniszyn1-31/+24
2011-01-10IB/qib: UD send with immediate receive completion has wrong sizeMike Marciniszyn1-1/+1
2010-08-03IB/qib: Fix race between qib_error_qp() and receive packet processingRalph Campbell1-13/+4
2010-05-23IB/qib: Add new qib driver for QLogic PCIe InfiniBand adaptersRalph Campbell1-0/+607