aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-26IB/hfi1: remove unlikely() from IS_ERR*() conditionDenis Efremov1-1/+1
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-0/+2
2019-08-01IB/hfi1: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-07-22IB/hfi1: Do not update hcrc for a KDETH packet during fault injectionKaike Wan1-8/+9
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-8/+8
2019-06-17IB/hfi1: Handle port down properly in pioMike Marciniszyn1-2/+2
2019-06-17IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn1-4/+6
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+3
2019-05-29IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn1-2/+0
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox1-4/+4
2019-03-26IB/hfi1: Add running average for adaptive pioMike Marciniszyn1-3/+4
2019-02-05IB/hfi1: Prioritize the sending of ACK packetsKaike Wan1-0/+1
2019-02-05IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan1-1/+16
2019-02-05IB/hfi1: Allow for extra entries in QP's s_ack_queueKaike Wan1-1/+1
2019-02-05IB/hfi1: Integrate TID RDMA READ protocol into RC protocolKaike Wan1-0/+1
2019-02-05IB/hfi1: Add TID RDMA handlersKaike Wan1-0/+125
2019-02-05IB/hfi1: Set PbcInsertHcrc for TID RDMA packetsKaike Wan1-2/+19
2019-02-05IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan1-10/+19
2019-01-31IB/hfi1: Integrate OPFN into RC transactionsKaike Wan1-0/+1
2019-01-31IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan1-0/+1
2019-01-30IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl1-10/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-11/+17
2018-12-11RDMA/hfi1: Initialize ib_device_ops structKamal Heib1-7/+11
2018-12-06IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn1-4/+3
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn1-0/+1
2018-12-06IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl1-0/+2
2018-12-03IB/hfi1: Fix an out-of-bounds access in get_hw_statsPiotr Stankiewicz1-1/+1
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-0/+3
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-1/+7
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota1-3/+6
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty1-222/+4
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro1-6/+5
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-1/+1
2018-09-20IB/hfi1: Fix SL array bounds checkIra Weiny1-1/+7
2018-07-11IB/hfi1: Suppress a compiler warningBart Van Assche1-1/+1
2018-07-10RDMA/hfi1: Move grh_required into update_sm_ahJason Gunthorpe1-9/+0
2018-06-19IB/rdmavt, IB/hfi1: Create device dependent s_flagsMike Marciniszyn1-2/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-05-24IB/hfi1: Add support for 16B Management PacketsDon Hiatt1-7/+18
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez1-3/+4
2018-05-09IB/hfi1: Rework fault injection machineryMitko Haralanov1-8/+5
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-1/+1
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov1-5/+5
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl1-1/+0
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl1-3/+0
2017-12-11IB/hfi1: Use 4096 for default active MTU in query_qpJan Sokolowski1-1/+1
2017-10-30IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn1-0/+24
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-5/+4