summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/rc.c
Commit message (Expand)AuthorAgeFilesLines
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-031-7/+7
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-031-4/+6
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return valuesMichael J. Ruhl2018-06-261-1/+1
* | IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn2018-06-191-3/+3
|/
* IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn2018-05-241-1/+1
* IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-091-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-26/+25
|\
| * IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-011-1/+1
| * IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez2018-02-011-15/+21
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-011-2/+1
| * IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov2018-02-011-8/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-311-4/+4
|\ \ | |/
| * Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-1/+1
| |\
| * | IB/hfi1: Mask the path bits with the LMC for 16B RC AcksDon Hiatt2017-12-111-4/+4
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-4/+0
|\ \ \ | |_|/ |/| |
| * | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-4/+0
| |/
* | IB/hfi1: Initialize bth1 in 16B rc ack builderDennis Dalessandro2017-11-301-1/+1
|/
* IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entryDon Hiatt2017-11-131-1/+1
* IB/hfi1: Fix a wrapping test to insure the correct timeoutMike Marciniszyn2017-11-131-1/+1
* Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-181-1/+0
|\
| * IB/hfi1: Set hdr_type when tx req is allocatedKaike Wan2017-10-181-1/+0
* | IB/hfi1: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-1/+1
|/
* IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2017-08-281-1/+2
* IB/hfi1: Add 16B RC/UC supportDon Hiatt2017-08-221-136/+254
* IB/hfi1: Add support to send 16B bypass packetsDon Hiatt2017-08-221-14/+19
* IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-221-1/+1
* IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt2017-06-271-23/+10
* IB/hfi1: Separate input/output header tracingDon Hiatt2017-06-271-1/+2
* IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt2017-06-271-4/+4
* RDMA/qib,hfi1: Fix MR reference count leak on write with immediateMike Marciniszyn2017-06-011-1/+4
* IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache lineMike Marciniszyn2017-05-041-9/+4
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-10/+14
* IB/hfi1: Use bool in process_ecnDennis Dalessandro2017-04-281-1/+2
* IB/hfi1: Use defines from common headersDon Hiatt2017-04-281-1/+1
* IB/hfi1: Add functions to parse 9B headersDon Hiatt2017-04-281-7/+7
* IB/rdmavt: Add swqe completion traceMike Marciniszyn2017-04-051-0/+2
* IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-051-2/+8
* IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt2017-02-191-9/+9
* IB/rdmavt, IB/hfi1, IB/qib: Correct ack count for passive (RTR) QPsMike Marciniszyn2017-02-191-1/+1
* IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty2017-02-191-1/+1
* IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty2017-02-191-8/+8
* IB/hfi1: Use new rdmavt timersVenkata Sandeep Dhanalakota2017-02-191-182/+12
* IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavtBrian Welty2017-02-191-20/+20
* IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty2017-02-191-23/+4
* IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez2017-02-191-5/+5
* IB/hfi1: Ensure read of producer s_head is correctMike Marciniszyn2017-02-191-3/+4
* IB/hfi1: Correct defered count after processing qp_wait_listMike Marciniszyn2017-02-191-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-47/+13
|\
| * IB/rdmavt, IB/hfi1, IB/qib: Add inlines for mtu divisionMike Marciniszyn2016-12-111-2/+1
OpenPOWER on IntegriCloud