summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* IB/hfi1: Remove trace newlinesDean Luick2023-04-091-1/+1
* RDMA/hfi1: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-071-1/+1
* RDMA/hfi1: Remove pointless driver versionDennis Dalessandro2022-05-241-6/+0
* IB/hfi1: Fix early init panicMike Marciniszyn2021-12-071-0/+2
* IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer2021-10-291-1/+2
* RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-251-43/+1
* RDMA: Fix kernel-doc compilation warningsLeon Romanovsky2021-03-221-1/+1
* IB/hfi1: switch to core handling of rx/tx byte/packet countersHeiner Kallweit2020-11-121-3/+1
* IB/hfi1: Add packet histogram trace eventGrzegorz Andrejczuk2020-05-211-0/+1
* IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk2020-05-211-18/+0
* IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk2020-05-211-0/+120
* IB/hfi1: Add functions to receive accelerated ipoib packetsKaike Wan2020-05-211-1/+91
* IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn2020-01-101-0/+1
* IB/hfi1: Return void in packet receiving functionsGrzegorz Andrejczuk2020-01-101-24/+17
* IB/hfi1: Create API for auto activateMike Marciniszyn2020-01-101-14/+23
* IB/hfi1: IB/hfi1: Add an API to handle special case dropMike Marciniszyn2020-01-101-5/+1
* IB/hfi1: Add fast and slow handlers for receive contextMike Marciniszyn2020-01-101-54/+12
* IB/hfi1: List all receive contexts from debugfsMichael J. Ruhl2020-01-031-3/+9
* IB/hfi1: Add accessor API routines to access context membersMike Marciniszyn2020-01-031-45/+29
* IB/hfi1: Remove reference to RHF.VCRCErrJohn Fleck2019-04-241-3/+2
* Merge HFI1 updates into k.o/for-nextJason Gunthorpe2019-04-031-1/+3
|\
| * IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan2019-04-031-1/+3
* | hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-011-6/+4
|/
* IB/hfi1: Add TID RDMA handlersKaike Wan2019-02-051-21/+37
* IB/hfi1: Consider LMC in 16B/bypass ingress packet checkAshutosh Dixit2018-12-061-1/+1
* IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov2018-12-061-22/+48
* IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn2018-06-191-20/+18
* IB/hfi1: Move normal functions from hfi1_devdata to const arrayMike Marciniszyn2018-06-191-7/+18
* IB/hfi1: Add support for 16B Management PacketsDon Hiatt2018-05-241-11/+22
* IB/hfi1: Rework fault injection machineryMitko Haralanov2018-05-091-9/+11
* IB/hfi1: Fix handling of FECN marked multicast packetMike Marciniszyn2018-05-031-4/+15
* IB/hfi1: Add a missing rcu_read_unlock()Bart Van Assche2018-03-061-0/+1
* IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt2018-02-011-1/+3
* IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn2018-02-011-2/+4
* IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez2018-02-011-14/+7
* IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-011-4/+0
* IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez2018-02-011-6/+8
* IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez2018-02-011-0/+4
* IB/{hfi1, qib}: Fix a concurrency issue with device name in loggingMichael J. Ruhl2018-01-051-8/+0
* IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-051-8/+0
* IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura2017-11-131-3/+2
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-4/+3
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3
* | IB/hfi1: Define hfi1_handle_cnp_tbl[] onceBart Van Assche2017-10-141-0/+6
* | IB/hfi1: Add a safe wrapper for _rcd_get_by_indexMichael J. Ruhl2017-09-271-2/+2
|/
* IB/hfi1: Add kernel receive context info to debugfsKaike Wan2017-08-221-0/+59
* IB/hfi1: Add 16B UD supportDon Hiatt2017-08-221-14/+21
* IB/hfi1: Add support to process 16B header errorsDon Hiatt2017-08-221-11/+47
* IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-221-15/+112