summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB/hfi1: Add functions to parse 9B headersDon Hiatt2017-04-281-4/+4
* IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli2017-04-281-1/+1
* IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl2017-04-281-1/+1
* IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana2017-04-201-1/+5
* IB/hfi1: Add transmit fault injection featureDon Hiatt2017-04-051-7/+42
* IB/hfi1: Add receive fault injection featureDon Hiatt2017-04-051-0/+6
* IB/hfi1: Add a patch value to the firmware version stringMichael J. Ruhl2017-04-051-6/+8
* IB/hfi1: Protect the global dev_cntr_names and port_cntr_namesTadeusz Struk2017-04-051-1/+11
* IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn2017-04-051-0/+16
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/hfi1: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+1
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-0/+1
| |/
OpenPOWER on IntegriCloud