aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rdma
AgeCommit message (Expand)AuthorFilesLines
2016-05-26staging/rdma: Remove the entire rdma subdirectory of stagingGravatar Doug Ledford 2-26/+0
2016-05-26IB/hfi1: Move driver out of stagingGravatar Dennis Dalessandro 64-60978/+0
2016-05-26IB/hfi1: Do not free hfi1 cdev parent structure earlyGravatar Dennis Dalessandro 5-6/+31
2016-05-26IB/hfi1: Add trace message in user IOCTL handlingGravatar Dennis Dalessandro 3-0/+3
2016-05-26IB/hfi1: Remove write(), use ioctl() for user cmdsGravatar Dennis Dalessandro 1-226/+0
2016-05-26IB/hfi1: Add ioctl() interface for user commandsGravatar Dennis Dalessandro 2-1/+208
2016-05-26IB/hfi1: Remove unused user commandGravatar Dennis Dalessandro 1-3/+0
2016-05-26IB/hfi1: Remove snoop/diag interfaceGravatar Dennis Dalessandro 3-1934/+2
2016-05-26IB/hfi1: Remove EPROM functionality from data deviceGravatar Dennis Dalessandro 2-392/+0
2016-05-26IB/hfi1: Remove UI char deviceGravatar Dennis Dalessandro 1-167/+1
2016-05-26IB/hfi1: Remove multiple device cdevGravatar Dennis Dalessandro 1-83/+19
2016-05-26IB/hfi1: Remove anti-pattern in cdev initGravatar Dennis Dalessandro 1-7/+7
2016-05-26IB/hfi1: Fix bug that blocks process on exit after port bounceGravatar Jianxin Xiong 1-1/+4
2016-05-26IB/hfi1: Remove unnecessary commentGravatar Ira Weiny 1-3/+0
2016-05-26IB/hfi1: Fix sdma_event_names[] build warningGravatar Jubin John 1-0/+2
2016-05-26IB/hfi1: Fix an interval RB node reference count leakGravatar Mitko Haralanov 1-7/+6
2016-05-13staging/rdma/hfi1: use RCU_INIT_POINTER() when NULLing.Gravatar Muhammad Falak R Wani 1-1/+1
2016-05-13IB/hfi1: Change hfi1_init loop to preserve error returnsGravatar Ashutosh Dixit 1-3/+3
2016-05-13IB/hfi1: Keep SC_USER as the last send context typeGravatar Jianxin Xiong 1-4/+4
2016-05-13IB/hfi1: Immediately apply congestion setting MADGravatar Dean Luick 1-33/+60
2016-05-13IB/hfi1: Correct log message stringsGravatar Jakub Pawlak 4-7/+6
2016-05-13IB/hfi1: Fix hfi_rcvhdr tracepointGravatar Jubin John 1-1/+1
2016-05-13IB/hfi1: Remove unnecessary headerGravatar Jubin John 2-2/+0
2016-05-13IB/hfi1: Improve performance of interval RB treesGravatar Mitko Haralanov 1-11/+11
2016-05-13IB/hfi1: Fix potential panic with sdma drained mechanismGravatar Mike Marciniszyn 1-1/+1
2016-05-13IB/hfi1: Fix pio wait counter double incrementGravatar Mike Marciniszyn 1-1/+0
2016-05-13IB/hfi1: Remove no-op QSFP reset codeGravatar Dean Luick 1-3/+0
2016-05-13IB/hfi1: Correct external device configuration shiftGravatar Easwar Hariharan 1-2/+2
2016-05-13IB/hfi1: Wait for QSFP modules to initializeGravatar Easwar Hariharan 3-7/+21
2016-05-13IB/hfi1: Ignore non-temperature warnings on a downed linkGravatar Easwar Hariharan 3-7/+13
2016-04-28IB/hfi1: Serialize hrtimer function callsGravatar Jubin John 2-15/+12
2016-04-28IB/hfi1: Fix MAD port poll for active cablesGravatar Dean Luick 1-1/+15
2016-04-28IB/hfi1: Correctly report neighbor link down reasonGravatar Dean Luick 1-14/+9
2016-04-28IB/hfi1: Use the neighbor link down reason only when validGravatar Dean Luick 2-9/+130
2016-04-28IB/hfi1: Ignore link downgrade with 0 lanesGravatar Dean Luick 1-1/+5
2016-04-28IB/hfi1: Add RSM rule for user FECN handlingGravatar Dean Luick 1-0/+84
2016-04-28IB/hfi1: Create a routine to set a receive side mapping ruleGravatar Dean Luick 1-18/+57
2016-04-28IB/hfi1: Move QOS decision logic into its own functionGravatar Dean Luick 1-17/+50
2016-04-28IB/hfi1: Extract RSM map table init from QOSGravatar Dean Luick 2-21/+71
2016-04-28IB/hfi1: Reduce kernel context pio buffer allocationGravatar Jianxin Xiong 4-25/+61
2016-04-28IB/hfi1: Change default number of user contextsGravatar Jubin John 3-54/+84
2016-04-28IB/hfi1: Use global defines for upper bits in opcodeGravatar Mike Marciniszyn 2-4/+1
2016-04-28IB/hfi1: Remove unreachable codeGravatar Mike Marciniszyn 1-1/+1
2016-04-28IB/hfi1: Fix double QSFP resource acquire on cache refreshGravatar Dean Luick 2-29/+23
2016-04-28IB/hfi1: Guard against concurrent I2C access across all chainsGravatar Dean Luick 1-1/+8
2016-04-28IB/hfi1: Remove module presence check outside pre-LNI checksGravatar Easwar Hariharan 2-16/+12
2016-04-28IB/hfi1: Always turn on CDRs for low power QSFP modulesGravatar Easwar Hariharan 7-82/+74
2016-04-28IB/hfi1: Check P_KEY for all sent packets from user modeGravatar Sebastian Sanchez 4-41/+77
2016-04-28IB/hfi1: Adjust default MTU to be 10KBGravatar Sebastian Sanchez 3-4/+9
2016-04-28IB/hfi1: Simplify init_qpmap_table()Gravatar Dean Luick 1-5/+2