summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rdma/hfi1
Commit message (Expand)AuthorAgeFilesLines
* IB/hfi1: Remove UI char deviceDennis Dalessandro2016-05-261-167/+1Star
* IB/hfi1: Remove multiple device cdevDennis Dalessandro2016-05-261-83/+19Star
* 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/+0Star
* 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/+6Star
* staging/rdma/hfi1: use RCU_INIT_POINTER() when NULLing.Muhammad Falak R Wani2016-05-141-1/+1
* IB/hfi1: Change hfi1_init loop to preserve error returnsAshutosh Dixit2016-05-141-3/+3
* IB/hfi1: Keep SC_USER as the last send context typeJianxin Xiong2016-05-141-4/+4
* IB/hfi1: Immediately apply congestion setting MADDean Luick2016-05-141-33/+60
* IB/hfi1: Correct log message stringsJakub Pawlak2016-05-144-7/+6Star
* IB/hfi1: Fix hfi_rcvhdr tracepointJubin John2016-05-141-1/+1
* IB/hfi1: Remove unnecessary headerJubin John2016-05-142-2/+0Star
* IB/hfi1: Improve performance of interval RB treesMitko Haralanov2016-05-141-11/+11
* IB/hfi1: Fix potential panic with sdma drained mechanismMike Marciniszyn2016-05-141-1/+1
* IB/hfi1: Fix pio wait counter double incrementMike Marciniszyn2016-05-141-1/+0Star
* IB/hfi1: Remove no-op QSFP reset codeDean Luick2016-05-141-3/+0Star
* IB/hfi1: Correct external device configuration shiftEaswar Hariharan2016-05-141-2/+2
* IB/hfi1: Wait for QSFP modules to initializeEaswar Hariharan2016-05-143-7/+21
* IB/hfi1: Ignore non-temperature warnings on a downed linkEaswar Hariharan2016-05-143-7/+13
* IB/hfi1: Serialize hrtimer function callsJubin John2016-04-282-15/+12Star
* 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/+9Star
* 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/+1Star
* IB/hfi1: Remove unreachable codeMike Marciniszyn2016-04-281-1/+1
* IB/hfi1: Fix double QSFP resource acquire on cache refreshDean Luick2016-04-282-29/+23Star
* 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/+12Star
* IB/hfi1: Always turn on CDRs for low power QSFP modulesEaswar Hariharan2016-04-287-82/+74Star
* 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/+2Star
* IB/hfi1: Correctly obtain the full service classDean Luick2016-04-281-1/+1
* IB/hfi1: Fix QOS rule mappingsDean Luick2016-04-281-27/+21Star
* IB/hfi1: Remove invalid QOS checkDean Luick2016-04-281-2/+0Star
* IB/hfi1: Fix QOS num_vl bit widthDean Luick2016-04-281-1/+1
* IB/hfi1: Fix i2c resource reservation checksDean Luick2016-04-281-4/+4
* IB/hfi1: Fix sysfs file offset usageDean Luick2016-04-281-2/+2
* IB/rdmavt,hfi1,qib: Fix memory leakJubin John2016-04-281-2/+2
* IB/hfi1: Fix buffer cache races which may cause corruptionMitko Haralanov2016-04-282-17/+45
* IB/hfi1: Extract and reinsert MMU RB node on lookupMitko Haralanov2016-04-283-19/+35