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