aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rdma/hfi1/hfi.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-26IB/hfi1: Move driver out of stagingGravatar Dennis Dalessandro 1-1950/+0
2016-05-26IB/hfi1: Do not free hfi1 cdev parent structure earlyGravatar Dennis Dalessandro 1-0/+1
2016-05-13IB/hfi1: Correct log message stringsGravatar Jakub Pawlak 1-3/+2
2016-05-13IB/hfi1: Ignore non-temperature warnings on a downed linkGravatar Easwar Hariharan 1-0/+1
2016-04-28IB/hfi1: Always turn on CDRs for low power QSFP modulesGravatar Easwar Hariharan 1-1/+0
2016-04-28IB/hfi1: Check P_KEY for all sent packets from user modeGravatar Sebastian Sanchez 1-0/+4
2016-04-28IB/hfi1: Adjust default MTU to be 10KBGravatar Sebastian Sanchez 1-2/+2
2016-04-28IB/hfi1: Correctly obtain the full service classGravatar Dean Luick 1-1/+1
2016-03-21IB/hfi1: Switch to using the pin query functionGravatar Mitko Haralanov 1-0/+1
2016-03-21IB/hfi1: Specify mm when releasing pagesGravatar Mitko Haralanov 1-1/+1
2016-03-21IB/hfi1: Add pin query functionGravatar Mitko Haralanov 1-0/+1
2016-03-21IB/hfi1: Remove the use of add/remove RB function pointersGravatar Mitko Haralanov 1-2/+0
2016-03-21IB/hfi1: Re-factor MMU notification codeGravatar Mitko Haralanov 1-8/+6
2016-03-17IB/hfi1: Improve LED beaconingGravatar Easwar Hariharan 1-7/+3
2016-03-17IB/hfi1: Remove unused HFI1_DO_INIT_ASIC flagGravatar Dean Luick 1-1/+0
2016-03-17IB/hfi1: Change QSFP functions to use resource reservationGravatar Dean Luick 1-2/+12
2016-03-17IB/hfi1: Add shared ASIC structureGravatar Dean Luick 1-0/+9
2016-03-10staging/rdma/hfi1: Fix headerGravatar Jubin John 1-4/+1
2016-03-10staging/rdma/hfi1: Fix code alignmentGravatar Jubin John 1-2/+3
2016-03-10staging/rdma/hfi1: Fix block commentsGravatar Jubin John 1-2/+4
2016-03-10staging/rdma/hfi1: Add comment for spinlock_t definitionGravatar Jubin John 1-0/+3
2016-03-10staging/rdma/hfi1: Add blank link after declarationsGravatar Jubin John 1-0/+1
2016-03-10staging/rdma/hfi1: Remove space after castGravatar Jubin John 1-2/+2
2016-03-10staging/rdma/hfi1: Remove multiple blank linesGravatar Jubin John 1-2/+0
2016-03-10staging/rdma/hfi1: Add spaces around binary operatorsGravatar Jubin John 1-1/+1
2016-03-10staging/rdma/hfi1: Determine actual operational VLsGravatar Mike Marciniszyn 1-1/+2
2016-03-10staging/rdma/hfi1: Add qp to send context mapping for PIOGravatar Jubin John 1-0/+6
2016-03-10staging/rdma/hfi1: Adaptive PIO for short messagesGravatar Mike Marciniszyn 1-4/+3
2016-03-10staging/rdma/hfi1: Fetch platform configuration data from EFI variableGravatar Easwar Hariharan 1-0/+1
2016-03-10staging/rdma/hfi1: Make EPROM check per deviceGravatar Dean Luick 1-0/+1
2016-03-10staging/rdma/hfi1: Add credits for VL0 to VL7 in snoop modeGravatar Sadanand Warrier 1-0/+1
2016-03-10staging/rdma/hfi1: Remove modify_port and port_immutable functionsGravatar Harish Chegondi 1-0/+5
2016-03-10staging/rdma/hfi1: Implement LED beaconing for maintenanceGravatar Easwar Hariharan 1-13/+16
2016-03-10staging/rdma/hfi1: Report physical state changes per device instead of globallyGravatar Dean Luick 1-0/+1
2016-03-10staging/rdma/hfi1: Improve performance of TID cache look upGravatar Mitko Haralanov 1-1/+5
2016-03-10staging/rdma/hfi1: Change send_schedule counter to a per cpu counterGravatar Vennila Megavannan 1-1/+3
2016-03-10staging/rdma/hfi1: Consolidate CPU/IRQ affinity supportGravatar Mitko Haralanov 1-2/+6
2016-03-10staging/rdma/hfi1: Remove unnecessary duplicated variableGravatar Mitko Haralanov 1-1/+0
2016-03-10staging/rdma/hfi1: Add support for enabling/disabling PCIe ASPMGravatar Ashutosh Dixit 1-0/+24
2016-03-10staging/rdma/hfi1: Method to toggle "fast ECN" detectionGravatar Vennila Megavannan 1-0/+2
2016-03-10staging/rdma/hfi1: Fix per-VL transmit discard countsGravatar Mike Marciniszyn 1-1/+2
2016-03-10staging/rdma/hfi1: Support external device configuration requests from 8051Gravatar Easwar Hariharan 1-0/+1
2016-03-10staging/rdma/hfi1: Add active and optical cable supportGravatar Easwar Hariharan 1-2/+3
2016-03-10staging/rdma/hfi1: HFI reports wrong offline disabled reason when cable removedGravatar Bryan Morgan 1-0/+2
2016-03-10staging/rdma/hfi1: Remove CQ data structures and functions from hfi1Gravatar Dennis Dalessandro 1-2/+0
2016-03-10staging/rdma/hfi1: Remove ibport and use rdmavt versionGravatar Dennis Dalessandro 1-4/+4
2016-03-10staging/rdma/hfi1: Remove hfi1 MR and hfi1 specific qp typeGravatar Dennis Dalessandro 1-8/+8
2016-03-10staging/rdma/hfi1: Add device specific info printsGravatar Dennis Dalessandro 1-0/+2
2016-03-10staging/rdma/hfi1: Begin to use rdmavt for verbsGravatar Dennis Dalessandro 1-2/+1
2016-03-10staging/hfi1: check for ARMED->ACTIVE change in recv intGravatar Jim Snow 1-0/+11