aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook1-5/+4
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford1-14/+8
2017-10-18IB/hfi1: Eliminate allocation while atomicDon Hiatt1-14/+8
2017-10-14IB/hfi1: Remove set-but-not-used variablesBart Van Assche1-10/+0
2017-08-22IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support extended LIDsDasaratharaman Chandramouli1-1/+2
2017-08-22IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt1-69/+128
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli1-22/+1
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt1-0/+12
2017-08-22IB/hfi1: Add support to process 16B header errorsDon Hiatt1-8/+31
2017-08-22IB/hfi1: Add support to send 16B bypass packetsDon Hiatt1-3/+21
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt1-7/+10
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt1-0/+5
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-31IB/hfi1: Send MAD traps until repressedMichael J. Ruhl1-0/+5
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan1-2/+4
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford1-58/+48
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura1-1/+0
2017-06-27IB/hfi1: Modify handling of physical link state by Host DriverByczkowski, Jakub1-1/+1
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana1-1/+5
2017-06-27IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt1-51/+38
2017-06-27IB/hfi1: Separate input/output header tracingDon Hiatt1-4/+3
2017-06-27IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt1-3/+3
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+4
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-10/+10
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-4/+4
2017-04-28IB/hfi1: Prevent kernel QP post send hard lockupsMike Marciniszyn1-2/+2
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt1-4/+4
2017-04-28IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli1-1/+1
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl1-1/+1