summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/qib: Remove unused qib_7322_intr_msgs[]Jubin John2016-05-261-15/+0
* IB/hfi1: Remove unnecessary commentIra Weiny2016-05-261-3/+0
* IB/hfi1: Fix sdma_event_names[] build warningJubin John2016-05-261-0/+2
* IB/rdmavt: Use kzalloc_nodeJubin John2016-05-261-1/+3
* IB/rdmavt: Insure QP vmalloc variants zero memoryMike Marciniszyn2016-05-261-4/+4
* 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-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/+6
* IB/rdmavt: Increase CQ callback thread priorityMike Marciniszyn2016-05-141-0/+1
* IB/hfi1: Fix hfi_rcvhdr tracepointJubin John2016-05-141-1/+1
* IB/hfi1: Remove unnecessary headerJubin John2016-05-142-2/+0
* 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/+0
* IB/hfi1: Remove no-op QSFP reset codeDean Luick2016-05-141-3/+0
* 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/srp: Move common code into the callerBart Van Assche2016-05-121-1/+0
* IB/srp: Move code out of a loopBart Van Assche2016-05-121-3/+3
* IB/srp: Avoid that mapping failure triggers an infinite loopBart Van Assche2016-05-121-0/+2
* IB/srp: Introduce target->mr_pool_sizeBart Van Assche2016-05-122-3/+4
* IB/srp: Fix srp_map_data() error pathsBart Van Assche2016-05-121-11/+13
* IB/srp: Document srp_map_data() return valueBart Van Assche2016-05-121-0/+9
* IB/srp: Fix a commentBart Van Assche2016-05-121-1/+1
* IB/srp: Fix a spelling error in a source code commentBart Van Assche2016-05-121-1/+1
*-. Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7Doug Ledford2016-05-0538-544/+1134
|\ \
| | * RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()Hariprasad S2016-05-051-10/+2
| | * RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errorsHariprasad S2016-05-051-0/+13
| | * RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()Hariprasad S2016-05-051-29/+35
| | * RDMA/iw_cxgb4: remove abort_connection() usage from accept/rejectHariprasad S2016-05-051-14/+15
| | * RDMA/iw_cxgb4: free resources when send_flowc() failsHariprasad S2016-05-051-5/+18
| | * RDMA/iw_cxgb4: remove connection abort from process_mpa_replyHariprasad S2016-05-051-2/+13
| | * RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is heldHariprasad S2016-05-051-0/+7
| | * RDMA/iw_cxgb4: stop ep timer on close failureHariprasad S2016-05-051-1/+6
| | * RDMA/iw_cxgb4: release ep resources on accept arp failureHariprasad S2016-05-051-16/+66
| | * IB/iser: Fix max_sectors calculationChristoph Hellwig2016-05-051-4/+10
| | * RDMA/nes: don't leak skb if carrier downFlorian Westphal2016-04-291-3/+0
| * | 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