summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri2020-01-271-16/+9
* RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2020-01-271-1/+2
* IB/mlx5: Add missing XRC options to QP optional params maskJack Morgenstein2020-01-271-0/+21
* RDMA/mlx5: Fix memory leak in case we fail to add an IB deviceMark Bloch2020-01-271-1/+3
* iw_cxgb4: use tos when finding ipv6 routesSteve Wise2020-01-271-2/+3
* iw_cxgb4: use tos when importing the endpointSteve Wise2020-01-271-1/+1
* IB/mlx5: Don't override existing ip_protocolMaor Gottlieb2020-01-271-16/+37
* IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin2020-01-271-5/+5
* RDMA/iw_cxgb4: Fix the unchecked ep dereferenceRaju Rangoju2020-01-271-7/+10
* RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman2020-01-271-1/+1
* RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman2020-01-271-1/+1
* IB/usnic: Fix out of bounds index check in query pkeyGal Pressman2020-01-271-1/+1
* IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia2020-01-271-12/+14
* IB/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov2020-01-275-66/+104
* RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2020-01-272-0/+2
* IB/hfi1: Add mtu check for operational data VLsAlex Estrin2020-01-271-4/+22
* IB/rxe: replace kvfree with vfreeZhu Yanjun2020-01-272-4/+5
* RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche2020-01-171-0/+24
* RDMA/mlx5: Return proper error valueLeon Romanovsky2020-01-171-1/+1
* RDMA/bnxt_re: Fix Send Work Entry state check while polling completionsSelvin Xavier2020-01-171-6/+6
* RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier2020-01-171-1/+3
* RDMA: Fix goto target to release the allocated memoryNavid Emamdoost2020-01-171-1/+1
* IB/mlx5: Fix steering rule of drop and countMaor Gottlieb2020-01-091-7/+6
* IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit2020-01-091-4/+5
* rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2020-01-093-1/+14
* RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan2020-01-091-0/+1
* RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon2019-12-311-2/+10
* IB/iser: bound protection_sg size by data_sg sizeMax Gurtovoy2019-12-311-0/+1
* RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar2019-12-131-0/+6
* mlx4: Use snprintf instead of complicated strcpyQian Cai2019-12-131-8/+4
* IB/hfi1: Close VNIC sdma_progress sleep windowMike Marciniszyn2019-12-131-10/+5
* IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan2019-12-131-1/+46
* iw_cxgb4: only reconnect with MPAv1 if the peer abortsSteve Wise2019-12-131-1/+2
* RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang2019-12-131-1/+1
* RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing2019-12-051-1/+1
* RDMA/hns: Fix the state of rereg mrYixian Liu2019-12-051-0/+3
* RDMA/hns: Bugfix for the scene without receiver queueLijun Ou2019-12-051-1/+2
* RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou2019-12-051-3/+7
* infiniband/qedr: Potential null ptr dereference of qpAditya Pakki2019-12-051-0/+2
* infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki2019-12-051-3/+2
* IB/rxe: Make counters thread safeParav Pandit2019-12-052-4/+4
* RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche2019-12-051-0/+1
* IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter2019-12-051-1/+3
* RDMA/vmw_pvrdma: Use atomic memory allocation in create AHGal Pressman2019-12-051-1/+1
* RDMA/hns: Fix the bug while use multi-hop of pblLijun Ou2019-12-051-2/+2
* RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier2019-12-012-9/+24
* RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma2019-12-011-4/+9
* RDMA/bnxt_re: Avoid NULL check after accessing the pointerSelvin Xavier2019-12-011-7/+6
* RDMA/hns: Limit the size of extend sge of sqLijun Ou2019-11-244-0/+22
* RDMA/hns: Bugfix for CM testLijun Ou2019-11-241-0/+1