aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-26staging/rdma: Remove the entire rdma subdirectory of stagingDoug Ledford2-26/+0
2016-05-26IB/hfi1: Move driver out of stagingDennis Dalessandro64-60978/+0
2016-05-26IB/hfi1: Do not free hfi1 cdev parent structure earlyDennis Dalessandro5-6/+31
2016-05-26IB/hfi1: Add trace message in user IOCTL handlingDennis Dalessandro3-0/+3
2016-05-26IB/hfi1: Remove write(), use ioctl() for user cmdsDennis Dalessandro1-226/+0
2016-05-26IB/hfi1: Add ioctl() interface for user commandsDennis Dalessandro2-1/+208
2016-05-26IB/hfi1: Remove unused user commandDennis Dalessandro1-3/+0
2016-05-26IB/hfi1: Remove snoop/diag interfaceDennis Dalessandro3-1934/+2
2016-05-26IB/hfi1: Remove EPROM functionality from data deviceDennis Dalessandro2-392/+0
2016-05-26IB/hfi1: Remove UI char deviceDennis Dalessandro1-167/+1
2016-05-26IB/hfi1: Remove multiple device cdevDennis Dalessandro1-83/+19
2016-05-26IB/hfi1: Remove anti-pattern in cdev initDennis Dalessandro1-7/+7
2016-05-26IB/hfi1: Fix bug that blocks process on exit after port bounceJianxin Xiong1-1/+4
2016-05-26IB/hfi1: Remove unnecessary commentIra Weiny1-3/+0
2016-05-26IB/hfi1: Fix sdma_event_names[] build warningJubin John1-0/+2
2016-05-26IB/hfi1: Fix an interval RB node reference count leakMitko Haralanov1-7/+6
2016-05-13staging/rdma/hfi1: use RCU_INIT_POINTER() when NULLing.Muhammad Falak R Wani1-1/+1
2016-05-13IB/hfi1: Change hfi1_init loop to preserve error returnsAshutosh Dixit1-3/+3
2016-05-13IB/hfi1: Keep SC_USER as the last send context typeJianxin Xiong1-4/+4
2016-05-13IB/hfi1: Immediately apply congestion setting MADDean Luick1-33/+60
2016-05-13IB/hfi1: Correct log message stringsJakub Pawlak4-7/+6
2016-05-13IB/hfi1: Fix hfi_rcvhdr tracepointJubin John1-1/+1
2016-05-13IB/hfi1: Remove unnecessary headerJubin John2-2/+0
2016-05-13IB/hfi1: Improve performance of interval RB treesMitko Haralanov1-11/+11
2016-05-13IB/hfi1: Fix potential panic with sdma drained mechanismMike Marciniszyn1-1/+1
2016-05-13IB/hfi1: Fix pio wait counter double incrementMike Marciniszyn1-1/+0
2016-05-13IB/hfi1: Remove no-op QSFP reset codeDean Luick1-3/+0
2016-05-13IB/hfi1: Correct external device configuration shiftEaswar Hariharan1-2/+2
2016-05-13IB/hfi1: Wait for QSFP modules to initializeEaswar Hariharan3-7/+21
2016-05-13IB/hfi1: Ignore non-temperature warnings on a downed linkEaswar Hariharan3-7/+13
2016-04-28IB/hfi1: Serialize hrtimer function callsJubin John2-15/+12
2016-04-28IB/hfi1: Fix MAD port poll for active cablesDean Luick1-1/+15
2016-04-28IB/hfi1: Correctly report neighbor link down reasonDean Luick1-14/+9
2016-04-28IB/hfi1: Use the neighbor link down reason only when validDean Luick2-9/+130
2016-04-28IB/hfi1: Ignore link downgrade with 0 lanesDean Luick1-1/+5
2016-04-28IB/hfi1: Add RSM rule for user FECN handlingDean Luick1-0/+84
2016-04-28IB/hfi1: Create a routine to set a receive side mapping ruleDean Luick1-18/+57
2016-04-28IB/hfi1: Move QOS decision logic into its own functionDean Luick1-17/+50
2016-04-28IB/hfi1: Extract RSM map table init from QOSDean Luick2-21/+71
2016-04-28IB/hfi1: Reduce kernel context pio buffer allocationJianxin Xiong4-25/+61
2016-04-28IB/hfi1: Change default number of user contextsJubin John3-54/+84
2016-04-28IB/hfi1: Use global defines for upper bits in opcodeMike Marciniszyn2-4/+1
2016-04-28IB/hfi1: Remove unreachable codeMike Marciniszyn1-1/+1
2016-04-28IB/hfi1: Fix double QSFP resource acquire on cache refreshDean Luick2-29/+23
2016-04-28IB/hfi1: Guard against concurrent I2C access across all chainsDean Luick1-1/+8
2016-04-28IB/hfi1: Remove module presence check outside pre-LNI checksEaswar Hariharan2-16/+12
2016-04-28IB/hfi1: Always turn on CDRs for low power QSFP modulesEaswar Hariharan7-82/+74
2016-04-28IB/hfi1: Check P_KEY for all sent packets from user modeSebastian Sanchez4-41/+77
2016-04-28IB/hfi1: Adjust default MTU to be 10KBSebastian Sanchez3-4/+9
2016-04-28IB/hfi1: Simplify init_qpmap_table()Dean Luick1-5/+2