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