aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/ud.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl1-14/+15
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl1-15/+15
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam1-3/+2
2019-06-17IB/hfi1: Handle port down properly in pioMike Marciniszyn1-2/+2
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+0
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl1-22/+2
2019-01-21IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty1-1/+0
2018-12-06IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov1-13/+20
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-9/+9
2018-06-26IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl1-2/+2
2018-05-24IB/hfi1: Add support for 16B Management PacketsDon Hiatt1-15/+42
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty1-2/+2
2018-05-03IB/hfi1: Fix handling of FECN marked multicast packetMike Marciniszyn1-2/+2
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-19/+20
2018-02-01IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn1-5/+10
2018-02-01IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez1-2/+1
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov1-15/+12
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-2/+0
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+3
2017-11-13IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt1-3/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-14IB/hfi1: Remove set-but-not-used variablesBart Van Assche1-2/+0
2017-08-22IB/hfi1: Add 16B UD supportDon Hiatt1-105/+316
2017-08-22IB/hfi1: Add support to process 16B header errorsDon Hiatt1-1/+2
2017-08-22IB/hfi1: Add support to send 16B bypass packetsDon Hiatt1-12/+13
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt1-3/+1
2017-06-27IB/hfi1,qib: Do not send QKey trap for UD qpsDennis Dalessandro1-25/+12
2017-06-27IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt1-14/+9
2017-06-27IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt1-3/+3
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-24/+27
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-2/+2
2017-04-28IB/hfi1: Use defines from common headersDon Hiatt1-1/+1
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt1-8/+6
2017-04-28IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli1-1/+1
2017-02-19IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty1-2/+2
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty1-6/+6
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty1-2/+2
2017-02-19IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez1-1/+1
2016-12-11IB/hfi1: Remove usage of qp->s_cur_sgeMitko Haralanov1-1/+1
2016-12-11IB/hfi1: Remove dependence on qp->s_cur_sizeDon Hiatt1-1/+1
2016-10-02IB/hfi1: Update SMA ingress checks for response packetsJianxin Xiong1-25/+24
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn1-6/+6
2016-08-02IB/qib, IB/hfi1: Fix grh creation in ud loopbackDasaratharaman Chandramouli1-2/+6
2016-08-02IB/hfi1: Cleanup UD packet handler.Dasaratharaman Chandramouli1-30/+21
2016-08-02IB/hfi1: Rename struct ahg_ib_header to struct hfi1_ahg_infoDasaratharaman Chandramouli1-3/+3
2016-08-02IB/hfi1: Remove unused elements from struct ahg_ib_headerDasaratharaman Chandramouli1-1/+0
2016-08-02IB/hfi1: Pull FECN/BECN processing to a common placeMitko Haralanov1-23/+1
2016-07-12IB/hfi1: Correct issues with sc5 computationMike Marciniszyn1-20/+3
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro1-0/+911