summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2019-12-13RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar1-0/+6
2019-12-13mlx4: Use snprintf instead of complicated strcpyQian Cai1-8/+4
2019-12-13IB/hfi1: Close VNIC sdma_progress sleep windowMike Marciniszyn1-10/+5
2019-12-13IB/hfi1: Ignore LNI errors before DC8051 transitions to Polling stateKaike Wan1-1/+46
2019-12-13iw_cxgb4: only reconnect with MPAv1 if the peer abortsSteve Wise1-1/+2
2019-12-13RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang1-1/+1
2019-12-05RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing1-1/+1
2019-12-05RDMA/hns: Fix the state of rereg mrYixian Liu1-0/+3
2019-12-05RDMA/hns: Bugfix for the scene without receiver queueLijun Ou1-1/+2
2019-12-05RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou1-3/+7
2019-12-05infiniband/qedr: Potential null ptr dereference of qpAditya Pakki1-0/+2
2019-12-05infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki1-3/+2
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-05RDMA/hns: Fix the bug while use multi-hop of pblLijun Ou1-2/+2
2019-12-01RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier2-9/+24
2019-12-01RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma1-4/+9
2019-12-01RDMA/bnxt_re: Avoid NULL check after accessing the pointerSelvin Xavier1-7/+6
2019-11-24RDMA/hns: Limit the size of extend sge of sqLijun Ou4-0/+22
2019-11-24RDMA/hns: Bugfix for CM testLijun Ou1-0/+1
2019-11-24RDMA/hns: Submit bad wr when post send wr exceptionLijun Ou1-0/+1
2019-11-24RDMA/hns: Bugfix for reserved qp numberLijun Ou4-2/+11
2019-11-24IB/rxe: avoid srq memory leakZhu Yanjun1-2/+8
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-24IB/hfi1: Error path MAD response size is incorrectMichael J. Ruhl1-2/+2
2019-11-20IB/iser: Fix possible NULL deref at iser_inv_desc()Israel Rukshin1-5/+13
2019-11-20RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann2-0/+2
2019-11-20iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor2-4/+5
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/hns: Fix an error code in hns_roce_v2_init_eq_table()Dan Carpenter1-0/+1
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/mlx5: Don't hold spin lock while checking device stateParav Pandit1-14/+12
2019-11-20IB/mlx5: Change TX affinity assignment in RoCE LAG modeMajd Dibbiny3-5/+44
2019-11-20IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2019-11-20IB/rxe: avoid back-to-back retriesVijay Immanuel2-1/+18
2019-11-20IB/hfi1: Use a common pad buffer for 9B and 16B packetsMike Marciniszyn2-8/+7
2019-11-20IB/hfi1: Ensure full Gen3 speed in a Gen4 systemJames Erwin1-1/+3
2019-11-12RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou1-3/+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-12iw_cxgb4: fix ECN check on the passive acceptPotnuri Bharat Teja1-14/+14
2019-11-12RDMA/mlx5: Clear old rate limit when closing QPRafi Wiener1-3/+5
2019-11-06RDMA/iwcm: Fix a lock inversion issueBart Van Assche1-1/+2