summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2016-08-24i40iw: Avoid writing to freed memoryMustafa Ismail1-2/+1
2016-08-24i40iw: Fix double free of allocated_bufferMustafa Ismail1-1/+0
2016-08-24IB/mlx5: Remove superfluous include of io-mapping.hChris Wilson1-1/+0
2016-08-24i40iw: Do not set self-referencing pointer to NULL after kfreeMustafa Ismail1-1/+4
2016-08-24i40iw: Add missing NULL check for MPA private dataShiraz Saleem1-2/+2
2016-08-23iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri2-5/+10
2016-08-23i40iw: Add missing check for interface already openMustafa Ismail1-0/+4
2016-08-23i40iw: Protect req_resource_num updateMustafa Ismail1-1/+1
2016-08-23i40iw: Change mem_resources pointer to a u8Shiraz Saleem1-1/+1
2016-08-23IB/qib: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-21/+5
2016-08-22iw_cxgb4: use the MPA initiator's IRD if < our ORDSteve Wise1-1/+1
2016-08-22iw_cxgb4: limit IRD/ORD advertised to ULP by device max.Steve Wise1-0/+4
2016-08-22IB/hfi1: Fix mm_struct use after freeIra Weiny1-0/+2
2016-08-22IB/hfi1: Improve J_KEY generationMitko Haralanov1-1/+18
2016-08-22IB/hfi1: Return invalid field for non-QSFP CableInfo queriesEaswar Hariharan1-0/+5
2016-08-22IB/usnic: Fix error return codeChristophe Jaillet1-1/+2
2016-08-22IB/hfi1: Add missing error code assignment before testChristophe Jaillet1-1/+1
2016-08-22IB/hfi1: Using kfree_rcu() to simplify the codeWei Yongjun3-10/+2
2016-08-22IB/hfi1: Validate header in set_armed_activeMike Marciniszyn1-1/+2
2016-08-22IB/hfi1: Pass packet ptr to set_armed_activeMike Marciniszyn1-5/+5
2016-08-22IB/hfi1: Fetch monitor values on-demand for CableInfo queryEaswar Hariharan2-2/+33
2016-08-22IB/hfi1,IB/qib: Fix qp_stats sleep with rcu read lock heldMike Marciniszyn4-16/+18
2016-08-22IB/hfi1: Remove duplicated include from affinity.cWei Yongjun1-1/+0
2016-08-22IB/hfi1: Allocate cpu mask on the heap to silence warningTadeusz Struk1-7/+13
2016-08-22IB/mlx4: Return EAGAIN for any error in mlx4_ib_poll_oneYuval Shaia1-3/+3
2016-08-22IB/mlx4: Make function use_tunnel_data return voidYuval Shaia1-7/+7
2016-08-05Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds49-2894/+3882
2016-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds37-436/+2084
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford6-27/+229
2016-08-04IB/mthca: Clean up error unwind flow in mthca_reset()Markus Elfring1-21/+20
2016-08-04IB/mthca: NULL arg to pci_dev_put is OKMarkus Elfring1-2/+1
2016-08-04IB/hfi1: NULL arg to sc_return_credits is OKMarkus Elfring1-1/+1
2016-08-04IB/mlx4: Add diagnostic hardware countersMark Bloch2-1/+206
2016-08-04IB/mlx4: Don't use GFP_ATOMIC for CQ resize structRoland Dreier1-2/+2
2016-08-04IB/hfi1: Disable by defaultBart Van Assche1-1/+0
2016-08-04Merge branch 'i40iw' into k.o/for-4.8Doug Ledford7-40/+56
2016-08-04Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8Doug Ledford8-37/+60
2016-08-03IB/hfi1: Add cache evict LRU listDean Luick1-10/+19
2016-08-03IB/hfi1: Fix memory leak during unexpected shutdownIra Weiny1-13/+31
2016-08-03IB/hfi1: Remove unneeded mm argument in remove functionDean Luick4-15/+10
2016-08-03IB/hfi1: Consistently call ops->remove outside spinlockDean Luick4-23/+84
2016-08-03IB/hfi1: Use evict mmu rb operationDean Luick2-73/+47
2016-08-03IB/hfi1: Add evict operation to the mmu rb handlerDean Luick2-0/+38
2016-08-03IB/hfi1: Fix TID caching actionsDean Luick2-9/+11
2016-08-03IB/hfi1: Make the cache handler own its rb tree rootDean Luick6-125/+81
2016-08-03IB/hfi1: Make use of mm consistentIra Weiny8-31/+50
2016-08-03IB/hfi1: Fix user SDMA racy user request claimDean Luick2-13/+20
2016-08-03IB/hfi1: Fix error condition that needs to clean upDean Luick1-1/+2
2016-08-03IB/hfi1: Release node on insert failureDean Luick1-0/+1
2016-08-03IB/hfi1: Validate SDMA user iovector countDean Luick1-2/+22