summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2017-10-12RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny1-0/+10
2017-10-12IB/core: Add inline function to validate portYuval Shaia2-6/+6
2017-10-12IB/core: Create common start/end port functionsIra Weiny2-53/+30
2017-08-26IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl1-2/+6
2017-08-26IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl1-4/+9
2017-07-18IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann1-1/+1
2017-06-05rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-06-05IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-06-05IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+8
2017-03-16IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2017-03-16IB/mad: Fix an array index checkBart Van Assche1-1/+1
2017-03-16IB/mlx4: Put non zero value in max_ah device attributeMaor Gottlieb1-0/+1
2017-02-23IB/mlx4: Fix create CQ error flowMatan Barak1-1/+4
2017-02-23IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2016-11-20IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-11-20IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-11-20IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-08-23IB/mlx4: Fix the SQ size of an RC QPYishai Hadas1-1/+1
2016-08-23IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHsJason Gunthorpe1-1/+1
2016-08-23RDMA/cxgb3: device driver frees DMA memory with different sizeHonggang Li1-1/+1
2016-06-15IB/security: Restrict use of the write() interfaceJason Gunthorpe5-0/+23
2016-04-01IB/core: Use GRH when the path hop-limit > 0Or Gerlitz1-1/+1
2016-02-27iw_cxgb3: Fix incorrectly returning error on successHariprasad S1-2/+2
2016-02-13IB/mlx4: Initialize hop_limit when creating address handleMatan Barak1-0/+1
2016-02-13IB/qib: fix mcast detach when qp not attachedMike Marciniszyn1-20/+15
2015-11-17IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-10-13IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-10-13IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2-14/+32
2015-10-13IB/mlx4: Use correct SL on AH query under RoCENoa Osherovich1-1/+5
2015-10-13IB/qib: Change lkey table allocation to support more MRsMike Marciniszyn4-4/+20
2015-08-07IB/mlx4: Fix WQE LSO segment calculationErez Shitrit1-2/+1
2015-08-07IB/core: don't disallow registering region starting at 0x0Yann Droneaud1-2/+2
2015-08-07IB/core: disallow registering 0-sized memory regionYann Droneaud1-0/+3
2015-05-10IB/core: Avoid leakage from kernel to user spaceEli Cohen1-0/+1
2015-05-10IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-05-10IB/mlx4: Saturate RoCE port PMA counters in case of overflowMajd Dibbiny1-4/+16
2015-05-10IB/qib: Do not write EEPROMMitko Haralanov7-219/+1
2014-09-14RDMA/iwcm: Use a default listen backlog if neededSteve Wise1-0/+34
2014-07-11RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud2-2/+3
2014-07-11RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()Dan Carpenter1-0/+1
2014-07-11IB/umad: Fix error handlingBart Van Assche1-22/+27
2014-07-11IB/ipath: Translate legacy diagpkt into newer extended diagpktDennis Dalessandro1-0/+4
2014-07-11IB/qib: Fix port in pkey change eventMike Marciniszyn1-1/+1
2014-07-11IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche1-0/+6
2014-04-30IB/ehca: Returns an error on ib_copy_to_udata() failureYann Droneaud1-0/+1
2014-04-30IB/mthca: Return an error on ib_copy_to_udata() failureYann Droneaud1-0/+1
2014-04-30IB/nes: Return an error on ib_copy_from_udata() failure instead of NULLYann Droneaud1-1/+1
2014-04-30IB/ipath: Fix potential buffer overrun in sending diag packet routineDennis Dalessandro1-41/+25
2014-04-02IB/qib: Add missing serdes init sequenceMike Marciniszyn1-0/+5
2014-04-02IB/qib: Fix QP check when looping back to/from QP1Ira Weiny1-1/+8