summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Remove reference to RHF.VCRCErrJohn Fleck2019-04-241-3/+2Star
* 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/+4Star
|/
* IB/hfi1: Add TID RDMA handlersKaike Wan2019-02-051-21/+37
* IB/hfi1: Consider LMC in 16B/bypass ingress packet checkAshutosh Dixit2018-12-071-1/+1
* IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov2018-12-071-22/+48
* IB/hfi1: Move rhf_offset from devdata to ctxtdataMike Marciniszyn2018-06-191-20/+18Star
* 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-071-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/+7Star
* IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-011-4/+0Star
* 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/+0Star
* IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-051-8/+0Star
* IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura2017-11-131-3/+2Star
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-4/+3Star
|\
| * IB/hfi1: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3Star
* | IB/hfi1: Define hfi1_handle_cnp_tbl[] onceBart Van Assche2017-10-151-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
* IB/hf1: User context locking is inconsistentMichael J. Ruhl2017-08-221-24/+47
* IB/hfi1: Create workqueue for link eventsSebastian Sanchez2017-07-311-1/+1
* IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl2017-07-311-7/+8
* IB/hfi1: Fix bar0 mapping to use write combiningMike Marciniszyn2017-07-311-2/+2
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-07-271-1/+0Star
|\
| * RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0Star
* | IB/hfi1: Modify handling of physical link state by Host DriverByczkowski, Jakub2017-06-271-3/+5
* | IB/hfi1: Remove subtraction of uninitialized valueDennis Dalessandro2017-06-271-1/+0Star
* | IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt2017-06-271-47/+111
* | IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt2017-06-271-3/+3
|/
* IB/hfi1: Fix an assign/ordering issue with shared context IDsMichael J. Ruhl2017-05-051-1/+1
* IB/hfi1: Search shared contexts on the opened device, not all devicesMichael J. Ruhl2017-05-051-36/+0Star
* IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-051-2/+2
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-2/+2
* IB/hfi1: Use defines from common headersDon Hiatt2017-04-281-4/+4
* IB/hfi1: Add functions to parse 9B headersDon Hiatt2017-04-281-7/+6Star
* IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli2017-04-281-3/+4
* IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana2017-04-201-12/+40
* IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana2017-04-201-4/+21
* IB/hfi1: Add transmit fault injection featureDon Hiatt2017-04-051-0/+11