summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* | i40iw: Change mem_resources pointer to a u8Shiraz Saleem2016-08-231-1/+1
* | IB/qib: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-21/+5Star
* | iw_cxgb4: use the MPA initiator's IRD if < our ORDSteve Wise2016-08-221-1/+1
* | iw_cxgb4: limit IRD/ORD advertised to ULP by device max.Steve Wise2016-08-221-0/+4
* | IB/hfi1: Fix mm_struct use after freeIra Weiny2016-08-221-0/+2
* | IB/rdmvat: Fix double vfree() in rvt_create_qp() error pathMike Marciniszyn2016-08-221-1/+2
* | IB/hfi1: Improve J_KEY generationMitko Haralanov2016-08-221-1/+18
* | IB/hfi1: Return invalid field for non-QSFP CableInfo queriesEaswar Hariharan2016-08-221-0/+5
* | IB/usnic: Fix error return codeChristophe Jaillet2016-08-221-1/+2
* | IB/hfi1: Add missing error code assignment before testChristophe Jaillet2016-08-221-1/+1
* | IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun2016-08-223-10/+2Star
* | IB/hfi1: Validate header in set_armed_activeMike Marciniszyn2016-08-221-1/+2
* | IB/hfi1: Pass packet ptr to set_armed_activeMike Marciniszyn2016-08-221-5/+5
* | IB/hfi1: Fetch monitor values on-demand for CableInfo queryEaswar Hariharan2016-08-222-2/+33
* | IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock heldMike Marciniszyn2016-08-224-16/+18
* | IB/hfi1: Remove duplicated include from affinity.cWei Yongjun2016-08-221-1/+0Star
* | IB/isert: fix error return code in isert_alloc_login_buf()Wei Yongjun2016-08-221-1/+1
* | IB/core: Fix possible memory leak in cma_resolve_iboe_route()Wei Yongjun2016-08-221-6/+12
* | IB/hfi1: Allocate cpu mask on the heap to silence warningTadeusz Struk2016-08-221-7/+13
* | IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_oneYuval Shaia2016-08-221-3/+3
* | IB/mlx4: Make function use_tunnel_data return voidYuval Shaia2016-08-221-7/+7
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-08-0560-2985/+4226
|\ \
| * \ Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2Doug Ledford2016-08-046-23/+29
| |\ \
| | * | IB/isert: Remove an unused member variableBart Van Assche2016-08-022-3/+0Star
| | * | IB/srpt: Simplify srpt_queue_response()Bart Van Assche2016-08-021-5/+2Star
| | * | IB/srpt: Limit the number of SG elements per work requestBart Van Assche2016-08-022-2/+7
| | * | IB/core, RDMA RW API: Do not exceed QP SGE send limitBart Van Assche2016-08-022-8/+11
| | * | IB/core: Make rdma_rw_ctx_init() initialize all used fieldsBart Van Assche2016-08-021-5/+9
| * | | IB/hfi1: Add cache evict LRU listDean Luick2016-08-031-10/+19
| * | | IB/hfi1: Fix memory leak during unexpected shutdownIra Weiny2016-08-031-13/+31
| * | | IB/hfi1: Remove unneeded mm argument in remove functionDean Luick2016-08-034-15/+10Star
| * | | IB/hfi1: Consistently call ops->remove outside spinlockDean Luick2016-08-034-23/+84
| * | | IB/hfi1: Use evict mmu rb operationDean Luick2016-08-032-73/+47Star
| * | | IB/hfi1: Add evict operation to the mmu rb handlerDean Luick2016-08-032-0/+38
| * | | IB/hfi1: Fix TID caching actionsDean Luick2016-08-032-9/+11
| * | | IB/hfi1: Make the cache handler own its rb tree rootDean Luick2016-08-036-125/+81Star
| * | | IB/hfi1: Make use of mm consistentIra Weiny2016-08-038-31/+50
| * | | IB/hfi1: Fix user SDMA racy user request claimDean Luick2016-08-032-13/+20
| * | | IB/hfi1: Fix error condition that needs to clean upDean Luick2016-08-031-1/+2
| * | | IB/hfi1: Release node on insert failureDean Luick2016-08-031-0/+1
| * | | IB/hfi1: Validate SDMA user iovector countDean Luick2016-08-031-2/+22
| * | | IB/hfi1: Validate SDMA user request indexDean Luick2016-08-031-0/+8
| * | | IB/hfi1: Use the same capability state for all shared contextsDean Luick2016-08-034-21/+12Star
| * | | IB/hfi1: Prevent null pointer dereferenceIra Weiny2016-08-031-1/+1
| * | | IB/hfi1: Rename TID mmu_rb_* functionsDean Luick2016-08-031-12/+12
| * | | IB/hfi1: Remove unneeded empty check in hfi1_mmu_rb_unregister()Dean Luick2016-08-031-9/+6Star
| * | | IB/hfi1: Restructure hfi1_file_openIra Weiny2016-08-031-4/+10
| * | | IB/hfi1: Make iovec loop index easy to understandDean Luick2016-08-031-3/+3
| * | | IB/hfi1: Use "false" not 0Ira Weiny2016-08-031-1/+1
| * | | IB/hfi1: Remove unused sub-context parameterIra Weiny2016-08-031-5/+4Star