aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-05IB/hfi1: Add receive fault injection featureDon Hiatt1-0/+8
2017-02-19IB/hfi1: Access hfi1_ibport through rcd pointerSebastian Sanchez1-2/+2
2017-02-19IB/hfi1: Process qp wait list in IRQ thread periodicallyMike Marciniszyn1-54/+67
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+1
2016-12-11IB/hfi1: Replace qp->refcount release code with standard driver wrapperSebastian Sanchez1-2/+1
2016-11-15IB/hfi1: Fix ECN processing in prescan_rxqDasaratharaman Chandramouli1-9/+11
2016-11-15IB/hfi1: Fix status error code for unsupported packetsJakub Pawlak1-2/+15
2016-10-02IB/qib,IB/hfi: Use core common header fileMike Marciniszyn1-18/+17
2016-08-22IB/hfi1: Validate header in set_armed_activeMike Marciniszyn1-1/+2
2016-08-22IB/hfi1: Pass packet ptr to set_armed_activeMike Marciniszyn1-5/+5
2016-08-02IB/hfi1: Use hdr2sc function to calculate 5-bit SCDasaratharaman Chandramouli1-3/+1
2016-08-02IB/hfi1: Pull FECN/BECN processing to a common placeMitko Haralanov1-21/+26