aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-411/+594
2016-03-17IB/hfi1: Improve LED beaconingEaswar Hariharan1-10/+10
2016-03-11staging: rdma: hfi1: Remove unnecessary paranthesesBhaktipriya Shridhar1-5/+5
2016-03-11staging: rdma: hfi1: Remove casts of pointer to same typeBhaktipriya Shridhar1-5/+5
2016-03-10staging/rdma/hfi1: Fix reporting of LED status in Get(LedInfo) and Get(PortInfo)Easwar Hariharan1-5/+19
2016-03-10staging/rdma/hfi1: Fix headerJubin John1-4/+1
2016-03-10staging/rdma/hfi1: Add braces on all arms of statementJubin John1-11/+12
2016-03-10staging/rdma/hfi1: Fix code alignmentJubin John1-67/+74
2016-03-10staging/rdma/hfi1: Fix block commentsJubin John1-23/+39
2016-03-10staging/rdma/hfi1: Split multiple assignmentsJubin John1-4/+4
2016-03-10staging/rdma/hfi1: Remove unnecessary parenthesesJubin John1-7/+7
2016-03-10staging/rdma/hfi1: Fix logical continuationsJubin John1-6/+6
2016-03-10staging/rdma/hfi1: Remove blank line before close braceJubin John1-2/+0
2016-03-10staging/rdma/hfi1: Remove blank line after an open braceJubin John1-2/+0
2016-03-10staging/rdma/hfi1: Fix comparison to NULLJubin John1-4/+4
2016-03-10staging/rdma/hfi1: Remove space after castJubin John1-24/+24
2016-03-10staging/rdma/hfi1: Remove multiple blank linesJubin John1-1/+0
2016-03-10staging/rdma/hfi1: Add spaces around binary operatorsJubin John1-11/+11
2016-03-10staging/rdma/hfi1: Put QPs into error state after SL->SC table changesKaike Wan1-2/+11
2016-03-10staging/rdma/hfi1: Adding support for hfi counters via sysfsSebastian Sanchez1-54/+252
2016-03-10staging/rdma/hfi1: Replacement of goto's for break/returnsSebastian Sanchez1-26/+30
2016-03-10staging/rdma/hfi1: Change for data type of port numberSebastian Sanchez1-7/+7
2016-03-10staging/rdma/hfi1: Remove modify_port and port_immutable functionsHarish Chegondi1-1/+4
2016-03-10staging/rdma/hfi1: Implement LED beaconing for maintenanceEaswar Hariharan1-3/+6
2016-03-10staging/rdma/hfi1: Get port type from configuration fileEaswar Hariharan1-11/+1
2016-03-10staging/rdma/hfi1: HFI reports wrong offline disabled reason when cable removedBryan Morgan1-9/+15
2016-03-10staging/rdma/hfi1: Remove create and free mad agentsDennis Dalessandro1-70/+6
2016-03-10staging/rdma/hfi1: Remove ibport and use rdmavt versionDennis Dalessandro1-74/+77
2016-03-10staging/rdma/hfi1: Use address handle in rdmavt and remove from hfi1Dennis Dalessandro1-1/+1
2016-03-10staging/rdma/hfi1: Use correct rdmavt header files after move.Dennis Dalessandro1-2/+2
2016-03-10staging/rdma/hfi1: Begin to use rdmavt for verbsDennis Dalessandro1-2/+3
2016-03-10staging/hfi1: Fix Xmit Wait calculationIra Weiny1-13/+20
2016-03-01staging/hfi1: Use BIT macrojubin.john@intel.com1-2/+2
2016-02-07staging/rdma/hfi1: Fix Xmit Wait calculationIra Weiny1-13/+20
2015-12-21staging/rdma/hfi1: HFI now sends OPA Traps instead of IBTAErik E. Kahn1-60/+61
2015-12-21staging/rdma/hfi1: Adding counter resolutions for DataPortCountersAndrea Lowe1-12/+26
2015-12-21staging/rdma/hfi1: Remove rcv bubbles codeIra Weiny1-62/+2
2015-11-15staging/rdma/hfi1: Fix for opaportconfig ledon by not checking for portNumSebastian Sanchez1-2/+2
2015-10-27staging/rdma/hfi1: Add irqsaves in the packet processing pathDean Luick1-2/+2
2015-10-16Staging: rdma: mad: Remove explicit castShivani Bhardwaj1-4/+4
2015-10-16Staging: rdma: hfi1: Remove unnecessary cast on void pointerShraddha Barke1-4/+4
2015-09-18IB/hfi1: fix pstateinfo from returning improperly byteswapped valueIra Weiny1-2/+2
2015-08-28staging/hfi1: replace indent spaces with tabsJeff Becker1-5/+5
2015-08-28IB/hfi1: add driver filesMike Marciniszyn1-0/+4257