summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2020-04-13IB/hfi1: Fix memory leaks in sysfs registration and unregistrationKaike Wan1-2/+11
2020-04-13IB/hfi1: Call kobject_put() when kobject_init_and_add() failsKaike Wan1-5/+8
2020-04-02RDMA/mlx5: Block delay drop to unprivileged usersMaor Gottlieb1-0/+4
2020-03-11IB/hfi1, qib: Ensure RCU is locked when accessing listDennis Dalessandro2-1/+5
2020-02-24IB/hfi1: Add software counter for ctxt0 seq dropMike Marciniszyn4-0/+14
2020-02-19RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_createKamal Heib1-0/+2
2020-02-19IB/hfi1: Close window for pq and request colidingMike Marciniszyn4-29/+48
2020-02-19IB/hfi1: Acquire lock to release TID entries when user file is closedKaike Wan1-0/+2
2020-02-15IB/mlx4: Fix memory leak in add_gid error flowJack Morgenstein1-4/+16
2020-02-11IB/mlx5: Fix outstanding_pi index for GSI qpsPrabhath Sajeepa1-2/+1
2020-01-27RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang1-2/+4
2020-01-27RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driverXi Wang1-6/+13
2020-01-27RDMA/hns: Fixs hw access invalid dma memory errorXi Wang1-1/+0
2020-01-27IB/hfi1: Handle port down properly in pioMike Marciniszyn4-7/+8
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-27RDMA/mlx5: Fix memory leak in case we fail to add an IB deviceMark Bloch1-1/+3
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/mlx5: Don't override existing ip_protocolMaor Gottlieb1-16/+37
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/hfi1: Correctly process FECN and BECN in packetsMitko Haralanov5-66/+104
2020-01-27RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2-0/+2
2020-01-27IB/hfi1: Add mtu check for operational data VLsAlex Estrin1-4/+22
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-17RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier1-1/+3
2020-01-17RDMA: Fix goto target to release the allocated memoryNavid Emamdoost1-1/+1
2020-01-09IB/mlx5: Fix steering rule of drop and countMaor Gottlieb1-7/+6
2020-01-09IB/mlx4: Follow mirror sequence of device add during device removalParav Pandit1-4/+5
2019-12-31RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon1-2/+10
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/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