summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2021-08-06RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati3-8/+13
2021-08-03RDMA/hns: Fix the double unlock problem of poll_semYangyang Li2-7/+4
2021-08-02RDMA/rxe: Restore setting tot_len in the IPv4 headerBob Pearson1-0/+1
2021-08-02RDMA/rxe: Use the correct size of wqe when processing SRQBob Pearson1-1/+1
2021-08-02RDMA/cma: Revert INIT-INIT patchMike Marciniszyn1-1/+16
2021-08-02RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau1-2/+2
2021-07-15RDMA/irdma: Change returned type of irdma_setup_virt_qp to voidZhu Yanjun1-4/+2
2021-07-15RDMA/irdma: Change the returned type of irdma_set_hw_rsrc to voidZhu Yanjun1-9/+2
2021-07-15RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to voidZhu Yanjun2-5/+2
2021-07-15RDMA/irdma: Check vsi pointer before using itTatyana Nikolova1-3/+6
2021-07-15RDMA/rxe: Fix memory leak in error path codeBob Pearson1-10/+17
2021-07-12RDMA/irdma: Change the returned type to voidZhu Yanjun1-5/+4
2021-07-12RDMA/irdma: Fix unused variable total_size warningTatyana Nikolova1-4/+1
2021-07-12RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS3-7/+8
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds9-19/+19
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+3
2021-07-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds211-34007/+37761
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches9-19/+19
2021-06-30RDMA/core: Always release restrack objectLeon Romanovsky1-1/+1
2021-06-30RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky1-1/+2
2021-06-25RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pblesShiraz Saleem2-3/+3
2021-06-25RDMA/irdma: Check contents of user-space irdma_mem_reg_req objectShiraz Saleem1-6/+20
2021-06-25RDMA/rxe: Missing unlock on error in get_srq_wqe()Dan Carpenter1-0/+1
2021-06-25RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch1-1/+2
2021-06-25RDMA/core/sa_query: Remove unused argumentHåkon Bugge1-4/+2
2021-06-25RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge1-2/+4
2021-06-24RDMA/cma: Protect RMW with qp_mutexHåkon Bugge1-1/+19
2021-06-24RDMA/cma: Remove unnecessary INIT->INIT transitionHåkon Bugge1-16/+1
2021-06-24RDMA/hns: Add window selection field of congestion controlYixing Liu2-0/+14
2021-06-24RDMA/hfi1: Remove use of kmap()Ira Weiny1-2/+2
2021-06-24RDMA/irdma: Remove use of kmap()Ira Weiny1-4/+4
2021-06-24RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King1-4/+1
2021-06-24IB/isert: Align target max I/O size to initiator sizeMax Gurtovoy2-5/+2
2021-06-23RDMA/hns: Fix incorrect vlan enable bit in QPCWeihang Li1-2/+2
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie7-20/+29
2021-06-23RDMA/irdma: Use the queried port attributesKamal Heib1-1/+1
2021-06-22RDMA/rxe: Fix redundant skb_put_zeroBob Pearson1-1/+1
2021-06-22RDMA/rxe: Fix extra copy in prepare_ack_packetBob Pearson1-10/+3
2021-06-22RDMA/rxe: Fix over copying in get_srq_wqeBob Pearson1-2/+8
2021-06-22RDMA/rxe: Fix extra copies in build_rdma_network_hdrBob Pearson1-17/+12
2021-06-22RDMA/rxe: Fix redundant call to ip_send_checkBob Pearson1-2/+0
2021-06-22RDMA/rxe: Fix useless copy in send_atomic_ackBob Pearson1-4/+0
2021-06-22RDMA/hns: Add vendor_err info to error WCLang Cheng1-0/+1
2021-06-22RDMA/irdma: Check return value from ib_umem_find_best_pgszShiraz Saleem1-1/+7
2021-06-22RDMA/hns: Fix spelling mistakes of originalLang Cheng1-1/+1
2021-06-22RDMA/hns: Simplify the judgment in hns_roce_v2_post_send()Yixing Liu1-3/+3
2021-06-22RDMA/hns: Encapsulate flushing CQE as a functionWenpeng Liang3-35/+21
2021-06-22RDMA/hns: Modify function return value typeYangyang Li3-11/+3
2021-06-22RDMA/hns: Clean definitions of EQC structureXi Wang1-15/+4