summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | IB/hfi1: use size_t for passing array lengthArnd Bergmann2017-02-191-1/+1
* | IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty2017-02-191-87/+4
* | IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty2017-02-191-10/+11
* | IB/hfi1: Use new rdmavt timersVenkata Sandeep Dhanalakota2017-02-191-0/+1
* | IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez2017-02-191-2/+2
|/
* IB/hfi1,IB/qib: Use new send completion helperMike Marciniszyn2016-12-111-16/+0
* IB/hfi1: Remove usage of qp->s_cur_sgeMitko Haralanov2016-12-111-8/+6
* IB/hfi1: Remove dependence on qp->s_cur_sizeDon Hiatt2016-12-111-3/+3
* IB/hfi1: Show statistics counters under IB stats interfaceJianxin Xiong2016-12-111-0/+154
* IB/hfi1: Unify access to GUID entriesJakub Pawlak2016-11-151-8/+7
* IB/hfi1: Add unique txwait_lock for txreq eventsMike Marciniszyn2016-11-151-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+2
|\
| * IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-1/+2
* | IB/hfi1: Fix trace of atomic ackMike Marciniszyn2016-10-021-1/+1
OpenPOWER on IntegriCloud