aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-24RDMA/hfi1: Remove pointless driver versionDennis Dalessandro1-6/+0
2021-12-07IB/hfi1: Fix early init panicMike Marciniszyn1-0/+2
2021-10-29IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer1-1/+2
2021-08-25RDMA/hfi1: Convert to SPDX identifierCai Huoqing1-43/+1
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky1-1/+1
2020-11-12IB/hfi1: switch to core handling of rx/tx byte/packet countersHeiner Kallweit1-3/+1
2020-05-21IB/hfi1: Add packet histogram trace eventGrzegorz Andrejczuk1-0/+1
2020-05-21IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk1-18/+0
2020-05-21IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk1-0/+120
2020-05-21IB/hfi1: Add functions to receive accelerated ipoib packetsKaike Wan1-1/+91
2020-01-10IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn1-0/+1
2020-01-10IB/hfi1: Return void in packet receiving functionsGrzegorz Andrejczuk1-24/+17
2020-01-10IB/hfi1: Create API for auto activateMike Marciniszyn1-14/+23
2020-01-10IB/hfi1: IB/hfi1: Add an API to handle special case dropMike Marciniszyn1-5/+1
2020-01-10IB/hfi1: Add fast and slow handlers for receive contextMike Marciniszyn1-54/+12
2020-01-03IB/hfi1: List all receive contexts from debugfsMichael J. Ruhl1-3/+9
2020-01-03IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn1-45/+29
2019-04-24IB/hfi1: Remove reference to RHF.VCRCErrJohn Fleck1-3/+2
2019-04-03Merge HFI1 updates into k.o/for-nextJason Gunthorpe1-1/+3
2019-04-03IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan1-1/+3
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox1-6/+4
2019-02-05IB/hfi1: Add TID RDMA handlersKaike Wan1-21/+37
2018-12-06IB/hfi1: Consider LMC in 16B/bypass ingress packet checkAshutosh Dixit1-1/+1
2018-12-06IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov1-22/+48
2018-06-19IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn1-20/+18
2018-06-19IB/hfi1: Move normal functions from hfi1_devdata to const arrayMike Marciniszyn1-7/+18
2018-05-24IB/hfi1: Add support for 16B Management PacketsDon Hiatt1-11/+22
2018-05-09IB/hfi1: Rework fault injection machineryMitko Haralanov1-9/+11
2018-05-03IB/hfi1: Fix handling of FECN marked multicast packetMike Marciniszyn1-4/+15
2018-03-06IB/hfi1: Add a missing rcu_read_unlock()Bart Van Assche1-0/+1
2018-02-01IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt1-1/+3
2018-02-01IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn1-2/+4
2018-02-01IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez1-14/+7
2018-02-01IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez1-4/+0
2018-02-01IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez1-6/+8
2018-02-01IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez1-0/+4
2018-01-05IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl1-8/+0
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl1-8/+0
2017-11-13IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura1-3/+2
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-4/+3
2017-10-18IB/hfi1: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-14IB/hfi1: Define hfi1_handle_cnp_tbl[] onceBart Van Assche1-0/+6
2017-09-27IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl1-2/+2
2017-08-22IB/hfi1: Add kernel receive context info to debugfsKaike Wan1-0/+59
2017-08-22IB/hfi1: Add 16B UD supportDon Hiatt1-14/+21
2017-08-22IB/hfi1: Add support to process 16B header errorsDon Hiatt1-11/+47
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt1-15/+112
2017-08-22IB/hf1: User context locking is inconsistentMichael J. Ruhl1-24/+47
2017-07-31IB/hfi1: Create workqueue for link eventsSebastian Sanchez1-1/+1
2017-07-31IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl1-7/+8