summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/irdma: Change returned type of irdma_setup_virt_qp to voidZhu Yanjun2021-07-151-4/+2
* RDMA/irdma: Change the returned type of irdma_set_hw_rsrc to voidZhu Yanjun2021-07-151-9/+2
* RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to voidZhu Yanjun2021-07-152-5/+2
* RDMA/irdma: Check vsi pointer before using itTatyana Nikolova2021-07-151-3/+6
* RDMA/rxe: Fix memory leak in error path codeBob Pearson2021-07-151-10/+17
* RDMA/irdma: Change the returned type to voidZhu Yanjun2021-07-121-5/+4
* RDMA/irdma: Fix unused variable total_size warningTatyana Nikolova2021-07-121-4/+1
* RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS2021-07-123-7/+8
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-039-19/+19
|\
| * treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-309-19/+19
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-022-1/+3
|\ \
| * \ Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen2021-06-021-1/+1
| |\ \
| | * | scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-1/+1
| * | | scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-06-021-0/+1
| * | | scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-06-021-0/+1
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-01211-34007/+37761
|\ \ \
| * | | RDMA/core: Always release restrack objectLeon Romanovsky2021-06-291-1/+1
| * | | RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky2021-06-291-1/+2
| * | | RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pblesShiraz Saleem2021-06-252-3/+3
| * | | RDMA/irdma: Check contents of user-space irdma_mem_reg_req objectShiraz Saleem2021-06-251-6/+20
| * | | RDMA/rxe: Missing unlock on error in get_srq_wqe()Dan Carpenter2021-06-251-0/+1
| * | | RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch2021-06-251-1/+2
| * | | RDMA/core/sa_query: Remove unused argumentHåkon Bugge2021-06-251-4/+2
| * | | RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge2021-06-251-2/+4
| * | | RDMA/cma: Protect RMW with qp_mutexHåkon Bugge2021-06-241-1/+19
| * | | RDMA/cma: Remove unnecessary INIT->INIT transitionHåkon Bugge2021-06-241-16/+1
| * | | RDMA/hns: Add window selection field of congestion controlYixing Liu2021-06-242-0/+14
| * | | RDMA/hfi1: Remove use of kmap()Ira Weiny2021-06-241-2/+2
| * | | RDMA/irdma: Remove use of kmap()Ira Weiny2021-06-241-4/+4
| * | | RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King2021-06-241-4/+1
| * | | IB/isert: Align target max I/O size to initiator sizeMax Gurtovoy2021-06-242-5/+2
| * | | RDMA/hns: Fix incorrect vlan enable bit in QPCWeihang Li2021-06-231-2/+2
| * | | RDMA/irdma: Use the queried port attributesKamal Heib2021-06-221-1/+1
| * | | RDMA/rxe: Fix redundant skb_put_zeroBob Pearson2021-06-221-1/+1
| * | | RDMA/rxe: Fix extra copy in prepare_ack_packetBob Pearson2021-06-221-10/+3
| * | | RDMA/rxe: Fix over copying in get_srq_wqeBob Pearson2021-06-221-2/+8
| * | | RDMA/rxe: Fix extra copies in build_rdma_network_hdrBob Pearson2021-06-221-17/+12
| * | | RDMA/rxe: Fix redundant call to ip_send_checkBob Pearson2021-06-221-2/+0
| * | | RDMA/rxe: Fix useless copy in send_atomic_ackBob Pearson2021-06-221-4/+0
| * | | RDMA/hns: Add vendor_err info to error WCLang Cheng2021-06-221-0/+1
| * | | RDMA/irdma: Check return value from ib_umem_find_best_pgszShiraz Saleem2021-06-221-1/+7
| * | | RDMA/hns: Fix spelling mistakes of originalLang Cheng2021-06-221-1/+1
| * | | RDMA/hns: Simplify the judgment in hns_roce_v2_post_send()Yixing Liu2021-06-221-3/+3
| * | | RDMA/hns: Encapsulate flushing CQE as a functionWenpeng Liang2021-06-223-35/+21
| * | | RDMA/hns: Modify function return value typeYangyang Li2021-06-223-11/+3
| * | | RDMA/hns: Clean definitions of EQC structureXi Wang2021-06-221-15/+4
| * | | RDMA/hns: Delete unnecessary branch of hns_roce_v2_query_qpYangyang Li2021-06-221-7/+2
| * | | RDMA/hns: Add member assignments for qp_init_attrYangyang Li2021-06-221-0/+5
| * | | RDMA/hns: Fix some print issuesYixing Liu2021-06-222-4/+2
| * | | RDMA/hns: Fix uninitialized variableYixing Liu2021-06-221-1/+1