summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.c
Commit message (Expand)AuthorAgeFilesLines
...
| * IB/hfi1: Incorrect sizing of sge for PIO will OOPsMichael J. Ruhl2018-12-061-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-201-1/+7
* | IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-031-3/+6
* | IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-031-222/+4
* | IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-09-301-6/+5
* | IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-301-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/+0
* 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/+5
* 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/+0
* IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl2018-01-051-3/+0
* IB/hfi1: Use 4096 for default active MTU in query_qpJan Sokolowski2017-12-111-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/+4
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
* | Merge branch 'hfi1' into k.o/for-nextDoug Ledford2017-10-181-14/+8
|\ \
| * | IB/hfi1: Eliminate allocation while atomicDon Hiatt2017-10-181-14/+8
| |/
* / IB/hfi1: Remove set-but-not-used variablesBart Van Assche2017-10-141-10/+0
|/
* IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support extended LIDsDasaratharaman Chandramouli2017-08-221-1/+2
* IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt2017-08-221-69/+128
* IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli2017-08-221-22/+1
* IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt2017-08-221-0/+12
* IB/hfi1: Add support to process 16B header errorsDon Hiatt2017-08-221-8/+31
* IB/hfi1: Add support to send 16B bypass packetsDon Hiatt2017-08-221-3/+21
* IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-221-7/+10
* IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt2017-08-221-0/+5
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2
* IB/hfi1: Send MAD traps until repressedMichael J. Ruhl2017-07-311-0/+5
* IB/hfi1: Serve the most starved iowait entry firstKaike Wan2017-07-311-2/+4
* Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-241-58/+48
|\
| * IB/hfi1: Modify handling of physical link state by Host DriverByczkowski, Jakub2017-06-271-1/+1
| * IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana2017-06-271-1/+5
| * IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt2017-06-271-51/+38
| * IB/hfi1: Separate input/output header tracingDon Hiatt2017-06-271-4/+3
| * IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt2017-06-271-3/+3
* | IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-051-1/+0
|/
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+4
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-10/+10
* IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-4/+4
* IB/hfi1: Prevent kernel QP post send hard lockupsMike Marciniszyn2017-04-281-2/+2