summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-225-7/+7
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-223-15/+2
|\
| * IB/qib: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-043-15/+2
* | Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-214-6/+5
|\ \
| * | RDMA/vmw_pvrdma: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-251-1/+1
| * | IB/qib: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal2024-04-253-5/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-1842-488/+1154
|\ \ \
| * | | bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwqMichal Schmidt2024-05-091-1/+2
| * | | RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin2024-05-084-3/+31
| * | | IB/hfi1: Remove generic .ndo_get_stats64Breno Leitao2024-05-051-1/+0
| * | | IB/hfi1: Do not use custom stat allocatorBreno Leitao2024-05-051-16/+3
| * | | RDMA/hfi1: Use RMW accessors for changing LNKCTL2Ilpo Järvinen2024-05-051-22/+8
| * | | RDMA/mana_ib: implement uapi for creation of rnic cqKonstantin Taranov2024-05-051-4/+51
| * | | RDMA/mana_ib: boundary check before installing cq callbacksKonstantin Taranov2024-05-051-0/+2
| * | | RDMA/mana_ib: introduce a helper to remove cq callbacksKonstantin Taranov2024-05-053-29/+17
| * | | RDMA/mana_ib: create and destroy RNIC cqsKonstantin Taranov2024-05-052-0/+86
| * | | RDMA/mana_ib: create EQs for RNIC CQsKonstantin Taranov2024-05-052-2/+33
| * | | RDMA/mlx5: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-021-2/+1
| * | | RDMA/mlx5: Track DCT, DCI and REG_UMR QPs as diver_detail resources.Chiara Meiohas2024-04-302-2/+30
| * | | RDMA/efa: Add shutdown notifierMichael Margolin2024-04-291-0/+11
| * | | RDMA/mana_ib: Fix missing ret valueKonstantin Taranov2024-04-231-0/+1
| * | | IB/mlx5: Use __iowrite64_copy() for write combining storesJason Gunthorpe2024-04-221-5/+3
| * | | RDMA/hns: Modify the print level of CQE errorChengchang Tang2024-04-161-2/+3
| * | | RDMA/hns: Use complete parentheses in macrosChengchang Tang2024-04-161-6/+6
| * | | RDMA/hns: Add mutex_destroy()wenglianfa2024-04-166-5/+39
| * | | RDMA/hns: Fix GMV table pagesizeChengchang Tang2024-04-161-1/+1
| * | | RDMA/hns: Fix mismatch exception rollbackwenglianfa2024-04-161-1/+1
| * | | RDMA/hns: Fix UAF for cq async eventChengchang Tang2024-04-161-11/+13
| * | | RDMA/hns: Fix deadlock on SRQ async events.Chengchang Tang2024-04-162-3/+4
| * | | RDMA/hns: Add max_ah and cq moderation capacities in query_device()Chengchang Tang2024-04-164-2/+12
| * | | RDMA/hns: Remove unused parameters and variablesChengchang Tang2024-04-167-33/+20
| * | | RDMA/hns: Use macro instead of magic numberYangyang Li2024-04-163-16/+34
| * | | RDMA/hns: Fix return value in hns_roce_map_mr_sgZhengchao Shao2024-04-161-8/+7
| * | | RDMA/mana_ib: Configure mac address in RNICKonstantin Taranov2024-04-163-0/+46
| * | | RDMA/mana_ib: Adding and deleting GIDsKonstantin Taranov2024-04-163-0/+97
| * | | RDMA/mana_ib: Enable RoCE on port 1Konstantin Taranov2024-04-162-4/+26
| * | | RDMA/mana_ib: Implement port parametersKonstantin Taranov2024-04-163-1/+42
| * | | RDMA/mana_ib: Create and destroy rnic adapterKonstantin Taranov2024-04-163-1/+79
| * | | RDMA/mana_ib: Add EQ creation for rnic adapterKonstantin Taranov2024-04-163-3/+41
| * | | RDMA/mana_ib: Use num_comp_vectors of ib_deviceKonstantin Taranov2024-04-163-9/+4
| * | | RDMA/mana_ib: remove useless return values from dbg printsKonstantin Taranov2024-04-113-7/+5
| * | | RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2Leon Romanovsky2024-04-111-7/+5
| |\ \ \
| * | | | RDMA/hns: Support DSCPJunxian Huang2024-04-094-29/+108
| * | | | RDMA/mlx5: Adding remote atomic access flag to updatable flagsOr Har-Toov2024-04-081-1/+2
| * | | | RDMA/mlx5: Change check for cacheable mkeysOr Har-Toov2024-04-082-10/+23
| * | | | RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_entOr Har-Toov2024-04-081-1/+1
| * | | | RDMA/mana_ib: Use struct mana_ib_queue for RAW QPsKonstantin Taranov2024-04-022-46/+18
| * | | | RDMA/mana_ib: Use struct mana_ib_queue for WQsKonstantin Taranov2024-04-023-35/+10
| * | | | RDMA/mana_ib: Use struct mana_ib_queue for CQsKonstantin Taranov2024-04-023-58/+24
| * | | | RDMA/mana_ib: Introduce helpers to create and destroy mana queuesKonstantin Taranov2024-04-022-0/+53