linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-29 21:02:02 to 2024-08-09 14:59:53 UTC [more...]

[PATCH net-next 0/4] Make SMC-R can work with rxe devices
 2024-08-09 14:59 UTC  (9+ messages)
` [PATCH net-next 1/4] rdma/device: export ib_device_get_netdev()
` [PATCH net-next 2/4] net/smc: use ib_device_get_netdev() helper to get netdev info
` [PATCH net-next 3/4] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
` [PATCH net-next 4/4] RDMA/rxe: Set queue pair cur_qp_state when being queried

[PATCH v9 00/14] pci: Work around ASMedia ASM2824 PCIe link training failures
 2024-08-09 13:34 UTC  (10+ messages)
` PCI: Work around "

[PATCH for-next 00/13] Misc patches for RTRS
 2024-08-09 13:15 UTC  (14+ messages)
` [PATCH for-next 01/13] RDMA/rtrs-srv: Make rtrs_srv_open fail if its a second call
` [PATCH for-next 02/13] RDMA/rtrs-srv: Fix use-after-free during session establishment
` [PATCH for-next 03/13] RDMA/rtrs: For HB error add additional clt/srv specific logging
` [PATCH for-next 04/13] RDMA/rtrs-clt: Fix need_inv setting in error case
` [PATCH for-next 05/13] RDMA/rtrs-clt: Rate limit errors in IO path
` [PATCH for-next 06/13] RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer
` [PATCH for-next 07/13] RDMA/rtrs-clt: Reuse need_inval from mr
` [PATCH for-next 08/13] RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds
` [PATCH for-next 09/13] RDMA/rtrs-clt: Print request type for errors
` [PATCH for-next 10/13] RDMA/rtrs-srv: Avoid null pointer deref during path establishment
` [PATCH for-next 11/13] RDMA/rtrs: register ib event handler
` [PATCH for-next 12/13] RDMA/rtrs-clt: Do local invalidate after write io completion
` [PATCH for-next 13/13] RDMA/rtrs-clt: Remove an extra space

[PATCH net-next v2 0/3] selftests: rds selftest
 2024-08-09 12:20 UTC  (5+ messages)
` [PATCH net-next v2 1/3] .gitignore: add .gcda files
` [PATCH net-next v2 2/3] net: rds: add option for GCOV profiling
` [PATCH net-next v2 3/3] selftests: rds: add testing infrastructure

[PATCH v2 0/8] Introduce fwctl subystem
 2024-08-09  9:21 UTC  (34+ messages)
` [PATCH v2 1/8] fwctl: Add basic structure for a class subsystem with a cdev
` [PATCH v2 2/8] fwctl: Basic ioctl dispatch for the character device
` [PATCH v2 3/8] fwctl: FWCTL_INFO to return basic information about the device
` [PATCH v2 5/8] fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmware
` [PATCH v2 6/8] fwctl: Add documentation
` [PATCH v2 7/8] fwctl/mlx5: Support for communicating with mlx5 fw

[PATCH v2 net] net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
 2024-08-09  8:47 UTC  (7+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS d222b19c595f63d0537273c638a290c7eb2c0f02
 2024-08-09  5:56 UTC 

[PATCH v5 0/4] Enable P2PDMA in Userspace RDMA
 2024-08-09  5:37 UTC  (6+ messages)
` [PATCH v5 1/4] kernfs: add a WARN_ON_ONCE if ->close is set
` [PATCH v5 2/4] kernfs: remove page_mkwrite() from vm_operations_struct
` [PATCH v5 3/4] mm/gup: allow FOLL_LONGTERM & FOLL_PCI_P2PDMA
` [PATCH v5 4/4] RDMA/umem: add support for P2P RDMA

[PATCH net-next v4 03/12] eth: mlx5: allow disabling queues when RSS contexts exist
 2024-08-09  3:18 UTC 

[net-next v3 00/15] ethernet: Convert from tasklet to BH workqueue
 2024-08-09  2:31 UTC  (28+ messages)
` [net-next v3 01/15] net: alteon: Convert tasklet API to new bottom half workqueue mechanism
` [net-next v3 02/15] net: xgbe: "
` [net-next v3 03/15] net: cnic: "
` [net-next v3 04/15] net: macb: "
` [net-next v3 05/15] net: cavium/liquidio: "
` [net-next v3 06/15] net: octeon: "
` [net-next v3 07/15] net: thunderx: "
` [net-next v3 08/15] net: chelsio: "
` [net-next v3 09/15] net: sundance: "
` [net-next v3 10/15] net: hinic: "
` [net-next v3 11/15] net: ehea: "
` [net-next v3 12/15] net: ibmvnic: "
` [net-next v3 13/15] net: jme: "
` [net-next v3 14/15] net: marvell: "
` [net-next v3 15/15] net: mtk-wed: "

[PATCH for-next] RDMA/core: Fix ib_core building error when CONFIG_MMU=n
 2024-08-08  8:13 UTC  (2+ messages)

[PATCH rdma-next 0/8] Introducing Multi-Path DMA Support for mlx5 RDMA Driver
 2024-08-08  7:59 UTC  (10+ messages)
` [PATCH mlx5-next 1/8] net/mlx5: Add IFC related stuff for data direct
` [PATCH rdma-next 2/8] RDMA/mlx5: Introduce the 'data direct' driver
` [PATCH rdma-next 3/8] RDMA/mlx5: Add the initialization flow to utilize the 'data direct' device
` [PATCH rdma-next 4/8] RDMA/umem: Add support for creating pinned DMABUF umem with a given dma device
` [PATCH rdma-next 5/8] RDMA/umem: Introduce an option to revoke DMABUF umem
` [PATCH rdma-next 6/8] RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' API
` [PATCH rdma-next 7/8] RDMA/mlx5: Add support for DMABUF MR registrations with Data-direct
` [PATCH rdma-next 8/8] RDMA/mlx5: Introduce GET_DATA_DIRECT_SYSFS_PATH ioctl
` (subset) [PATCH rdma-next 0/8] Introducing Multi-Path DMA Support for mlx5 RDMA Driver

[PATCH net] net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings
 2024-08-07 15:26 UTC  (6+ messages)

[PATCH vhost 0/7] vdpa/mlx5: Parallelize device suspend/resume
 2024-08-07 14:54 UTC  (8+ messages)
` [PATCH mlx5-vhost 1/7] net/mlx5: Support throttled commands from async API

[recipe build #3768686] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-08-07 13:33 UTC 

libibverbs bug for transfer small cuda data
 2024-08-07  8:52 UTC 

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-08-07  0:13 UTC  (24+ messages)

[PATCH net-next v3 03/12] eth: mlx5: allow disabling queues when RSS contexts exist
 2024-08-06 19:33 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS d29d64e8d65960365fbec44f177acb61a7b8523b
 2024-08-06  9:58 UTC 

[PATCH AUTOSEL 6.6 14/15] net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
 2024-08-05 17:57 UTC 

[PATCH AUTOSEL 6.10 15/16] net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
 2024-08-05 17:55 UTC 

[PATCH rdma-next] RDMA/mlx5: Expose vhca id for all ports in multiport mode
 2024-08-05 11:00 UTC  (2+ messages)

[PATCH rdma-next] RDMA/nldev: Enhance netlink message parsing and validation
 2024-08-05 11:00 UTC  (2+ messages)

[PATCH for-next 0/3] RDMA: Provide an API for drivers to disassociate mmap pages
 2024-08-05 11:00 UTC  (2+ messages)

[PATCH net-next v2] net: mana: Implement get_ringparam/set_ringparam for mana
 2024-08-05  3:48 UTC  (10+ messages)

[PATCH net-next v2 03/12] eth: mlx5: allow disabling queues when RSS contexts exist
 2024-08-04  6:36 UTC  (2+ messages)

blktests failures with v6.11-rc1 kernel
 2024-08-02 16:49 UTC  (4+ messages)

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-08-02 15:07 UTC  (13+ messages)

[PATCH net-next 03/12] eth: mlx5: allow disabling queues when RSS contexts exist
 2024-08-02 11:27 UTC  (2+ messages)

[PATCH for-rc] RDMA/srpt: Fix UAF when srpt_add_one() failed
 2024-08-02  9:18 UTC  (8+ messages)

[PATCH v2 for-rc] RDMA/srpt: Fix UAF when srpt_add_one() failed
 2024-08-02  2:09 UTC  (3+ messages)

[PATCH net-next v7] net/mlx5: Reclaim max 50K pages at once
 2024-08-01 16:10 UTC  (2+ messages)

[PATCH net-next] RDS: IB: Remove unused declarations
 2024-08-01 16:10 UTC  (4+ messages)

[recipe build #3765325] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-08-01 13:18 UTC 

[PATCH for-rc] rdma-core/mad: Improve handling of timed out WRs of mad agent
 2024-08-01 10:07 UTC  (2+ messages)

[PATCH v2 net-next] net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28
 2024-08-01  1:00 UTC  (4+ messages)

[recipe build #3764170] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-07-31  0:38 UTC 

Seeking Guidance: Creating an IBV Multicast Group?
 2024-07-30 15:26 UTC  (4+ messages)

[PATCH] svcrdma: Handle device removal outside of the CM event handler
 2024-07-30  9:53 UTC  (2+ messages)

[PATCH net] net/smc: prevent UAF in inet_create()
 2024-07-30  9:20 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 60dc7fcafea817f3dcff7ece18095ca6260b73bc
 2024-07-30  2:32 UTC 

[PATCH] RDMA/rds: remove unused struct 'rds_ib_dereg_odp_mr'
 2024-07-29 21:01 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).