summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/verbs.c
AgeCommit message (Expand)Author
2018-02-01IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl
2018-01-05IB/{rdmavt, hfi1, qib}: Self determine driver nameMichael J. Ruhl
2017-12-11IB/hfi1: Use 4096 for default active MTU in query_qpJan Sokolowski
2017-10-30IB/hfi1: Add tx_opcode_stats like the opcode_statsMike Marciniszyn
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford
2017-10-18IB/hfi1: Eliminate allocation while atomicDon Hiatt
2017-10-14IB/hfi1: Remove set-but-not-used variablesBart Van Assche
2017-08-22IB/hfi1: Enable RDMA_CAP_OPA_AH in hfi driver to support extended LIDsDasaratharaman Chandramouli
2017-08-22IB/hfi1: Enhance PIO/SDMA send for 16BDon Hiatt
2017-08-22IB/rdmavt, hfi1, qib: Enhance rdmavt and hfi1 to use 32 bit lidsDasaratharaman Chandramouli
2017-08-22IB/hfi1: Determine 9B/16B L2 header type based on Address handleDon Hiatt
2017-08-22IB/hfi1: Add support to process 16B header errorsDon Hiatt
2017-08-22IB/hfi1: Add support to send 16B bypass packetsDon Hiatt
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky
2017-07-31IB/hfi1: Send MAD traps until repressedMichael J. Ruhl
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura
2017-06-27IB/hfi1: Modify handling of physical link state by Host DriverByczkowski, Jakub
2017-06-27IB/core,rdmavt,hfi1,opa-vnic: Send OPA cap_mask3 in trapVishwanathapura, Niranjana
2017-06-27IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt
2017-06-27IB/hfi1: Separate input/output header tracingDon Hiatt
2017-06-27IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-28IB/hfi1: Prevent kernel QP post send hard lockupsMike Marciniszyn
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt
2017-04-28IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli
2017-04-28IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressingMichael J. Ruhl
2017-04-20IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana
2017-04-05IB/hfi1: Add transmit fault injection featureDon Hiatt
2017-04-05IB/hfi1: Add receive fault injection featureDon Hiatt
2017-04-05IB/hfi1: Add a patch value to the firmware version stringMichael J. Ruhl
2017-04-05IB/hfi1: Protect the global dev_cntr_names and port_cntr_namesTadeusz Struk
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-02-19IB/hfi1: use size_t for passing array lengthArnd Bergmann
2017-02-19IB/hfi1, rdmavt: Move SGE state helper routines into rdmavtBrian Welty
2017-02-19IB/hfi1, rdmavt: Update copy_sge to use boolean argumentsBrian Welty
2017-02-19IB/hfi1: Use new rdmavt timersVenkata Sandeep Dhanalakota
2017-02-19IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz