summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-011-0/+2
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-8/+8
|\
| * IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-06-181-2/+2
| * IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-06-181-4/+6
| * IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-291-2/+0Star
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+3
|/
* hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-011-4/+4
* IB/hfi1: Add running average for adaptive pioMike Marciniszyn2019-03-261-3/+4
* IB/hfi1: Prioritize the sending of ACK packetsKaike Wan2019-02-061-0/+1
* IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan2019-02-061-1/+16
* IB/hfi1: Allow for extra entries in QP's s_ack_queueKaike Wan2019-02-061-1/+1
* IB/hfi1: Integrate TID RDMA READ protocol into RC protocolKaike Wan2019-02-051-0/+1
* IB/hfi1: Add TID RDMA handlersKaike Wan2019-02-051-0/+125
* IB/hfi1: Set PbcInsertHcrc for TID RDMA packetsKaike Wan2019-02-051-2/+19
* IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-10/+19
* IB/hfi1: Integrate OPFN into RC transactionsKaike Wan2019-01-311-0/+1
* IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan2019-01-311-0/+1
* IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl2019-01-301-10/+2Star
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-11/+17
|\
| * RDMA/hfi1: Initialize ib_device_ops structKamal Heib2018-12-111-7/+11
| * IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn2018-12-071-4/+3Star
| * IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-071-0/+1
| * IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl2018-12-071-0/+2
* | IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz2018-12-031-1/+1
|/
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-0/+3
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-1/+7
|\
| * IB/hfi1: Fix SL array bounds checkIra Weiny2018-09-211-1/+7
* | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-041-3/+6
* | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-041-222/+4Star
* | IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-10-011-6/+5Star
* | IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-10-011-1/+1
|/
* IB/hfi1: Suppress a compiler warningBart Van Assche2018-07-111-1/+1
* RDMA/hfi1: Move grh_required into update_sm_ahJason Gunthorpe2018-07-101-9/+0Star
* IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn2018-06-191-2/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* IB/hfi1: Add support for 16B Management PacketsDon Hiatt2018-05-241-7/+18
* IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-091-3/+4
* IB/hfi1: Rework fault injection machineryMitko Haralanov2018-05-091-8/+5Star
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-1/+1
* IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov2018-02-011-5/+5
* IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-051-1/+0Star
* IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-051-3/+0Star
* IB/hfi1: Use 4096 for default active MTU in query_qpJan Sokolowski2017-12-121-1/+1
* IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn2017-10-301-0/+24
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-5/+4Star
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4Star
* | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-181-14/+8Star
|\ \
| * | IB/hfi1: Eliminate allocation while atomicDon Hiatt2017-10-181-14/+8Star
| |/