summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2020-01-29scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche1-12/+0
2020-01-27IB/iser: Fix dma_nents type definitionMax Gurtovoy1-1/+1
2020-01-27RDMA/cma: Fix false error messageHåkon Bugge1-1/+1
2020-01-27RDMA/hns: Fixs hw access invalid dma memory errorXi Wang1-1/+0
2020-01-27RDMA/qedr: Fix incorrect device rate.Sagiv Ozeri1-16/+9
2020-01-27IB/mlx5: Add missing XRC options to QP optional params maskJack Morgenstein1-0/+21
2020-01-27iw_cxgb4: use tos when finding ipv6 routesSteve Wise1-2/+3
2020-01-27iw_cxgb4: use tos when importing the endpointSteve Wise1-1/+1
2020-01-27IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin1-5/+5
2020-01-27RDMA/iw_cxgb4: Fix the unchecked ep dereferenceRaju Rangoju1-7/+10
2020-01-27RDMA/qedr: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2020-01-27RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2020-01-27IB/usnic: Fix out of bounds index check in query pkeyGal Pressman1-1/+1
2020-01-27IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia1-12/+14
2020-01-27IB/hfi1: Add mtu check for operational data VLsAlex Estrin1-4/+22
2020-01-27IB/rxe: replace kvfree with vfreeZhu Yanjun2-4/+5
2020-01-17RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche1-0/+24
2020-01-17RDMA/mlx5: Return proper error valueLeon Romanovsky1-1/+1
2020-01-17RDMA/bnxt_re: Fix Send Work Entry state check while polling completionsSelvin Xavier1-6/+6
2020-01-09IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit1-4/+5
2020-01-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise3-1/+14
2020-01-09RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan1-0/+1
2019-12-31RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon1-2/+10
2019-12-31IB/iser: bound protection_sg size by data_sg sizeMax Gurtovoy1-0/+1
2019-12-17RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar1-0/+6
2019-12-17mlx4: Use snprintf instead of complicated strcpyQian Cai1-8/+4
2019-12-17IB/hfi1: Close VNIC sdma_progress sleep windowMike Marciniszyn1-10/+5
2019-12-17IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan1-1/+46
2019-12-17RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang1-1/+1
2019-12-05IB/rxe: Make counters thread safeParav Pandit2-4/+4
2019-12-05RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche1-0/+1
2019-12-05IB/qib: Fix an error code in qib_sdma_verbs_send()Dan Carpenter1-1/+3
2019-12-05RDMA/vmw_pvrdma: Use atomic memory allocation in create AHGal Pressman1-1/+1
2019-12-01RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma1-4/+9
2019-11-24IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun1-1/+2
2019-11-24IB/hfi1: Ensure ucast_dlid access doesnt exceed boundsDennis Dalessandro1-1/+2
2019-11-20IB/iser: Fix possible NULL deref at iser_inv_desc()Israel Rukshin1-5/+13
2019-11-20RDMA/i40iw: Fix incorrect iterator typeHåkon Bugge1-1/+1
2019-11-20IB/hfi1: Missing return value in error path for user sdmaMichael J. Ruhl1-1/+3
2019-11-20RDMA/core: Follow correct unregister order between sysfs and cgroupParav Pandit1-1/+1
2019-11-20RDMA/core: Rate limit MAD error messagesParav Pandit1-35/+37
2019-11-20IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar1-1/+2
2019-11-20IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2019-11-20IB/hfi1: Ensure full Gen3 speed in a Gen4 systemJames Erwin1-1/+3
2019-11-12RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja1-2/+0
2019-11-12RDMA/uverbs: Prevent potential underflowDan Carpenter1-1/+1
2019-11-12RDMA/qedr: Fix reported firmware versionKamal Heib1-1/+1
2019-11-06RDMA/iwcm: Fix a lock inversion issueBart Van Assche1-1/+2
2019-11-06RDMA/hfi1: Prevent memory leak in sdma_initNavid Emamdoost1-1/+4
2019-10-29RDMA/cxgb4: Do not dma memory off of the stackGreg KH1-11/+17