summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Ensure created mkeys always have a populated rb_keyJason Gunthorpe2024-06-271-1/+2
* RDMA/mlx5: Follow rb_key.ats when creating new mkeysJason Gunthorpe2024-06-271-0/+1
* RDMA/mlx5: Remove extra unlock on error pathJason Gunthorpe2024-06-271-3/+1
* RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI2024-06-271-1/+1
* RDMA/mana_ib: Ignore optional access flags for MRsKonstantin Taranov2024-06-271-0/+1
* RDMA/mlx5: Add check for srq max_sge attributePatrisious Haddad2024-06-271-5/+8
* RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_initYishai Hadas2024-06-271-2/+2
* RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI2024-06-271-0/+13
* RDMA/bnxt_re: Fix the max msix vectors macroSelvin Xavier2024-06-271-3/+1
* inet: introduce dst_rtable() helperEric Dumazet2024-06-121-9/+3
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-06-121-3/+3
* RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun2024-05-301-1/+3
* RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky2024-05-301-2/+6
* bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwqMichal Schmidt2024-05-301-1/+2
* RDMA/mana_ib: boundary check before installing cq callbacksKonstantin Taranov2024-05-301-0/+2
* RDMA/mana_ib: Use struct mana_ib_queue for CQsKonstantin Taranov2024-05-303-58/+24
* RDMA/mana_ib: Introduce helpers to create and destroy mana queuesKonstantin Taranov2024-05-302-0/+53
* IB/mlx5: Use __iowrite64_copy() for write combining storesJason Gunthorpe2024-05-301-5/+3
* RDMA/rxe: Fix incorrect rxe_put in error pathBob Pearson2024-05-301-10/+2
* RDMA/rxe: Allow good work requests to be executedBob Pearson2024-05-301-1/+5
* RDMA/rxe: Fix seg fault in rxe_comp_queue_pktBob Pearson2024-05-301-3/+3
* RDMA/hns: Modify the print level of CQE errorChengchang Tang2024-05-301-2/+3
* RDMA/hns: Use complete parentheses in macrosChengchang Tang2024-05-301-6/+6
* RDMA/hns: Fix GMV table pagesizeChengchang Tang2024-05-301-1/+1
* RDMA/hns: Fix mismatch exception rollbackwenglianfa2024-05-301-1/+1
* RDMA/hns: Fix UAF for cq async eventChengchang Tang2024-05-301-11/+13
* RDMA/hns: Fix deadlock on SRQ async events.Chengchang Tang2024-05-302-3/+4
* RDMA/hns: Add max_ah and cq moderation capacities in query_device()Chengchang Tang2024-05-304-2/+12
* RDMA/hns: Fix return value in hns_roce_map_mr_sgZhengchao Shao2024-05-301-8/+7
* RDMA/mlx5: Adding remote atomic access flag to updatable flagsOr Har-Toov2024-05-301-1/+2
* RDMA/mlx5: Change check for cacheable mkeysOr Har-Toov2024-05-302-10/+23
* RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_entOr Har-Toov2024-05-301-1/+1
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-091-0/+1
|\
| * qibfs: fix dentry leakAl Viro2024-02-251-0/+1
* | RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik2024-04-081-1/+2
* | RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang2024-04-011-4/+7
* | RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu2024-04-011-0/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-03-1841-674/+874
|\ \
| * | RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil2024-03-101-1/+19
| * | RDMA/mana_ib: Use virtual address in dma regions for MRsKonstantin Taranov2024-03-076-20/+45
| * | RDMA/mana_ib: Fix bug in creation of dma regionsKonstantin Taranov2024-03-071-1/+1
| * | RDMA/hns: Append SCC context to the raw dump of QPCwenglianfa2024-03-075-3/+55
| * | RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-03-031-33/+45
| * | RDMA/hns: Support userspace configuring congestion control algorithm with QP ...Junxian Huang2024-03-035-12/+69
| * | RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()Alexey Kodanev2024-02-251-1/+1
| * | RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer2024-02-211-8/+8
| * | RDMA/device: Fix a race between mad_client and cm_client initShifeng Li2024-02-211-15/+22
| * | RDMA/hns: Fix mis-modifying default congestion control algorithmLuoyouming2024-02-192-14/+19
| * | RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_userGuoqing Jiang2024-02-043-3/+3
| * | RDMA/srpt: Do not register event handler until srpt device is fully setupWilliam Kucharski2024-02-041-2/+1