aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-28IB/hfi1: Adjust default MTU to be 10KBSebastian Sanchez1-1/+2
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-133/+211
2016-03-17IB/hfi1: Improve LED beaconingEaswar Hariharan1-34/+25
2016-03-11staging: rdma: hfi1: driver: Replace IS_ALIGNED with PAGE_ALIGNEDAmitoj Kaur Chawla1-1/+1
2016-03-10staging/rdma/hfi1: Fix reporting of LED status in Get(LedInfo) and Get(PortInfo)Easwar Hariharan1-2/+11
2016-03-10staging/rdma/hfi1: Fix headerJubin John1-4/+1
2016-03-10staging/rdma/hfi1: Add braces on all arms of statementJubin John1-8/+8
2016-03-10staging/rdma/hfi1: Fix code alignmentJubin John1-16/+16
2016-03-10staging/rdma/hfi1: Fix logical continuationsJubin John1-3/+3
2016-03-10staging/rdma/hfi1: Remove blank line before close braceJubin John1-1/+0
2016-03-10staging/rdma/hfi1: Remove blank line after an open braceJubin John1-3/+0
2016-03-10staging/rdma/hfi1: Fix comparison to NULLJubin John1-3/+3
2016-03-10staging/rdma/hfi1: Remove space after castJubin John1-3/+3
2016-03-10staging/rdma/hfi1: Add spaces around binary operatorsJubin John1-1/+1
2016-03-10staging/rdma/hfi1: Implement LED beaconing for maintenanceEaswar Hariharan1-43/+38
2016-03-10staging/rdma/hfi1: Method to toggle "fast ECN" detectionVennila Megavannan1-13/+11
2016-03-10staging/rdma/hfi1: Remove modify queue pair from hfi1Dennis Dalessandro1-8/+11
2016-03-10staging/rdma/hfi1: Use rdmavt version of post_sendDennis Dalessandro1-4/+4
2016-03-10staging/rdma/hfi1: Use rdmavt send flags and recv flagsDennis Dalessandro1-4/+4
2016-03-10staging/rdma/hfi1: Remove ibport and use rdmavt versionDennis Dalessandro1-1/+1
2016-03-10staging/rdma/hfi1: Remove hfi1 MR and hfi1 specific qp typeDennis Dalessandro1-5/+5
2016-03-10staging/rdma/hfi1: Use correct rdmavt header files after move.Dennis Dalessandro1-1/+2
2016-03-10staging/rdma/hfi1: Add device specific info printsDennis Dalessandro1-0/+16
2016-03-10staging/hfi1: check for ARMED->ACTIVE change in recv intJim Snow1-0/+72
2016-03-10staging/hfi1: Clean up commentsEdward Mascarenhas1-1/+1
2016-02-07staging/rdma/hfi1: Clean up commentsEdward Mascarenhas1-1/+1
2015-12-21staging/rdma/hfi1: Fix error in hfi1 driver buildJubin John1-1/+1
2015-12-21staging/rdma/hfi1: Add space between concatenated string elementsJubin John1-1/+1
2015-11-19staging/rdma/hfi1: Handle packets with invalid RHF on context 0Niranjana Vishwanathapura1-14/+94
2015-11-19staging/rdma/hfi1: add common routine for queuing acksMike Marciniszyn1-2/+2
2015-11-15staging/rdma/hfi1: Remove spurious error messagesIgnacio Hernandez1-13/+13
2015-11-15staging/rdma/hfi1: optionally prescan rx queue for {B, F}ECNs - UC, RCArthur Kepner1-32/+32
2015-11-15staging/rdma/hfi1: don't cache "prescan head"Arthur Kepner1-10/+3
2015-10-27staging/rdma/hfi1: Thread the receive interrupt.Dean Luick1-31/+41
2015-10-27staging/rdma/hfi1: Add irqsaves in the packet processing pathDean Luick1-2/+3
2015-10-27staging: hfi1: driver: Use setup_timerMuhammad Falak R Wani1-3/+3
2015-08-28IB/hfi1: add driver filesMike Marciniszyn1-0/+1241