summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-01-11RDMA/uverbs: Check for null return of kmalloc_arrayJiasheng Jiang1-0/+3
2022-01-11RDMA/core: Don't infoleak GRH fieldsLeon Romanovsky1-1/+1
2021-12-29RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-12-29IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito1-1/+1
2021-12-14RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li1-1/+11
2021-12-14RDMA/hns: Do not halt commands during reset until laterYangyang Li1-2/+0
2021-12-14IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn1-1/+1
2021-12-14IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn1-19/+14
2021-12-14IB/hfi1: Fix early init panicMike Marciniszyn3-3/+6
2021-12-14IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn1-1/+1
2021-11-26RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-11-18RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-11-18RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-11-18RDMA/rxe: Fix wrong port_cap_flagsJunji Wei1-1/+1
2021-11-18RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad1-6/+9
2021-11-02RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang1-2/+3
2021-11-02RDMA/mlx5: Set user priority for DCTPatrisious Haddad1-0/+2
2021-11-02IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn1-3/+6
2021-11-02IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn1-10/+23
2021-10-06RDMA/hns: Fix inaccurate printsYixing Liu8-90/+107
2021-10-06RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failureTao Liu1-3/+10
2021-10-06IB/cma: Do not send IGMP leaves for sendonly Multicast groupsChristoph Lameter1-1/+6
2021-10-06RDMA/cma: Do not change route.addr.src_addr.ss_familyJason Gunthorpe1-2/+6
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-09-18RDMA/hns: Fix QP's resp incomplete assignmentWenpeng Liang1-2/+1
2021-09-18RDMA/mlx5: Delete not-available udata checkLeon Romanovsky1-3/+0
2021-09-18RDMA/efa: Remove double QP type assignmentLeon Romanovsky1-1/+0
2021-09-18RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky1-7/+12
2021-09-18IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn1-6/+1
2021-09-03RDMA/efa: Free IRQ vectors on error flowGal Pressman1-0/+1
2021-09-03RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu1-1/+0
2021-09-03IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li1-5/+4
2021-09-03RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS1-0/+1
2021-08-18net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2-5/+2
2021-08-12RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau1-2/+2
2021-08-04RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS3-7/+8
2021-07-19RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch1-1/+2
2021-07-19IB/isert: Align target max I/O size to initiator sizeMax Gurtovoy2-5/+2
2021-07-19RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-07-19RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong1-0/+1
2021-07-19RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTHGioh Kim1-5/+8
2021-07-14RDMA/core: Always release restrack objectLeon Romanovsky1-1/+1
2021-07-14RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky1-1/+1
2021-07-14RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge1-2/+4
2021-07-14RDMA/cma: Protect RMW with qp_mutexHåkon Bugge1-1/+17
2021-07-14RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wrJack Wang1-13/+25
2021-07-14RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2-3/+0
2021-07-14RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-07-14RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-07-14RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky3-13/+23