aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/uc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam1-2/+1
2019-01-31IB/hfi1: OPFN support discoveryMitko Haralanov1-1/+2
2018-12-06IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov1-1/+1
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-5/+5
2018-06-26IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl1-2/+2
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-7/+2
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-5/+1
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-2/+1
2017-11-13IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt1-1/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-18IB/hfi1: Set hdr_type when tx req is allocatedKaike Wan1-1/+0
2017-08-22IB/hfi1: Add 16B RC/UC supportDon Hiatt1-11/+29
2017-08-22IB/hfi1: Add support to send 16B bypass packetsDon Hiatt1-2/+2
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt1-1/+1
2017-06-27IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt1-13/+3
2017-06-27IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt1-1/+1
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-3/+3
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt1-4/+4
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty1-5/+5
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: Consolidate pio control masks into single definitionMike Marciniszyn1-8/+1
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn1-3/+3
2016-08-02IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabledJianxin Xiong1-7/+8
2016-08-02IB/hfi1: Work request processing for fast register mr and invalidateJianxin Xiong1-0/+24
2016-08-02IB/hfi1: Pull FECN/BECN processing to a common placeMitko Haralanov1-35/+1
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro1-0/+604