aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-136/+181
2016-08-25Merge branch 'misc-fixes' into k.o/for-4.8-rcDoug Ledford1-21/+1
2016-08-25i40iw: Send last streaming mode message for loopback connectionsTatyana Nikolova1-21/+1
2016-08-24IB/srpt: Update sport->port_guid with each port refreshDoug Ledford1-4/+5
2016-08-24RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier3-13/+17
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/rdmvat: Fix double vfree() in rvt_create_qp() error pathMike Marciniszyn1-1/+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/isert: fix error return code in isert_alloc_login_buf()Wei Yongjun1-1/+1
2016-08-22IB/core: Fix possible memory leak in cma_resolve_iboe_route()Wei Yongjun1-6/+12
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-18net/mlx5: Separate query_port_proto_oper for IB and ENNoa Osherovich1-2/+1
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed2-11/+4
2016-08-17{net,IB}/mlx5: Modify QP commands via mlx5 ifcSaeed Mahameed1-16/+6
2016-08-17{net,IB}/mlx5: QP/XRCD commands via mlx5 ifcSaeed Mahameed1-70/+84
2016-08-14{net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed3-86/+108
2016-08-14{net,IB}/mlx5: CQ commands via mlx5 ifcSaeed Mahameed1-47/+63
2016-08-04Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds60-2985/+4226
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds90-537/+15933
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford51-72/+13295
2016-08-04Soft RoCE driverMoni Shoua35-0/+12885
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+3
2016-08-03Merge branches 'hfi1' and 'sge-limit' into k.o/for-4.8-2Doug Ledford6-23/+29
2016-08-03IB/core: Support for CMA multicast join flagsAlex Vesker3-23/+107
2016-08-03IB/sa: Add cached attribute containing SM information to SA portAlex Vesker1-0/+41
2016-08-03IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2-13/+25
2016-08-03IB/mthca: Clean up error unwind flow in mthca_reset()Markus Elfring1-21/+20