summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
|\
| * RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* | 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/+0
* | 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-041-1/+1
* IB/hfi1: Search shared contexts on the opened device, not all devicesMichael J. Ruhl2017-05-041-36/+0
* IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-041-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/+6
* 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
* IB/hfi1: Add receive fault injection featureDon Hiatt2017-04-051-0/+8
* IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez2017-02-191-2/+2
* IB/hfi1: Process qp wait list in IRQ thread periodicallyMike Marciniszyn2017-02-191-54/+67
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-2/+1
|\
| * IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez2016-12-111-2/+1
* | IB/hfi1: Fix ECN processing in prescan_rxqDasaratharaman Chandramouli2016-11-151-9/+11
* | IB/hfi1: Fix status error code for unsupported packetsJakub Pawlak2016-11-151-2/+15
|/
* IB/qib,IB/hfi: Use core common header fileMike Marciniszyn2016-10-021-18/+17
* IB/hfi1: Validate header in set_armed_activeMike Marciniszyn2016-08-221-1/+2
* IB/hfi1: Pass packet ptr to set_armed_activeMike Marciniszyn2016-08-221-5/+5
* IB/hfi1: Use hdr2sc function to calculate 5-bit SCDasaratharaman Chandramouli2016-08-021-3/+1