aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-02IB/hfi1: Add counter to track unsupported packets dropJakub Pawlak1-0/+1
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro1-0/+1404