aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-31IB/hfi1: Fix bar0 mapping to use write combiningMike Marciniszyn1-2/+2
2017-07-27Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+0
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-06-27IB/hfi1: Modify handling of physical link state by Host DriverByczkowski, Jakub1-3/+5
2017-06-27IB/hfi1: Remove subtraction of uninitialized valueDennis Dalessandro1-1/+0
2017-06-27IB/hfi1: Setup common IB fields in hfi1_packet structDon Hiatt1-47/+111
2017-06-27IB/hfi1: Add functions to parse BTH/IB headersDon Hiatt1-3/+3
2017-05-04IB/hfi1: Fix an assign/ordering issue with shared context IDsMichael J. Ruhl1-1/+1
2017-05-04IB/hfi1: Search shared contexts on the opened device, not all devicesMichael J. Ruhl1-36/+0
2017-05-04IB/hfi1: Name function prototype parametersMichael J. Ruhl1-2/+2
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-2/+2
2017-04-28IB/hfi1: Use defines from common headersDon Hiatt1-4/+4
2017-04-28IB/hfi1: Add functions to parse 9B headersDon Hiatt1-7/+6
2017-04-28IB/hfi1: Rename hdr2sc to hfi1_9B_get_sc5Dasaratharaman Chandramouli1-3/+4
2017-04-20IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana1-12/+40
2017-04-20IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana1-4/+21
2017-04-05IB/hfi1: Add transmit fault injection featureDon Hiatt1-0/+11