Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2025-06-27 03:41:53 to 2025-07-06 07:25:27 UTC [more...]

[PATCH for-next v2] RDMA/efa: Extend admin timeout error print
 2025-07-06  7:25 UTC  (2+ messages)

[PATCH for-next] RDMA/efa: Add Network HW statistics counters
 2025-07-06  7:07 UTC 

[PATCH for-rc 0/6] RDMA/hns: Bugfixes and improvements
 2025-07-06  7:06 UTC  (8+ messages)
` [PATCH for-rc 1/6] RDMA/hns: Fix double destruction of rsv_qp
` [PATCH for-rc 2/6] RDMA/hns: Fix HW configurations not cleared in error flow
` [PATCH for-rc 3/6] RDMA/hns: Get message length of ack_req from FW
` [PATCH for-rc 4/6] RDMA/hns: Fix accessing uninitialized resources
` [PATCH for-rc 5/6] RDMA/hns: Drop GFP_NOWARN
` [PATCH for-rc 6/6] RDMA/hns: Fix -Wframe-larger-than issue

[PATCH for-next 0/2] RDMA: Support CQs with user memory
 2025-07-04 18:28 UTC  (5+ messages)
` [PATCH for-next 1/2] RDMA/uverbs: Add a common way to create CQ with umem
` [PATCH for-next 2/2] RDMA/efa: Add CQ with external memory support

[recipe build #3918307] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-07-04 18:19 UTC 

[PATCH v3 00/14] Introduce AMD Pensando RDMA driver
 2025-07-04 17:08 UTC  (18+ messages)
` [PATCH v3 08/14] RDMA/ionic: Register auxiliary module for ionic ethernet adapter
` [PATCH v3 09/14] RDMA/ionic: Create device queues to support admin operations
` [PATCH v3 10/14] RDMA/ionic: Register device ops for control path

[PATCH mlx5-next v1] net/mlx5: Check device memory pointer before usage
 2025-07-04 16:48 UTC  (7+ messages)

[PATCH 0/8] RDMA/siw: [re-]introduce module parameters and add MPA V1
 2025-07-04 14:13 UTC  (12+ messages)
` [PATCH 1/8] RDMA/siw: make mpa_version = MPA_REVISION_2 const
` [PATCH 2/8] RDMA/siw: remove unused loopback_enabled = true
` [PATCH 3/8] RDMA/siw: add and remember siw_device_options per device
` [PATCH 4/8] RDMA/siw: make use of sdev->options.* and avoid globals
` [PATCH 5/8] RDMA/siw: combine global options into siw_default_options
` [PATCH 6/8] RDMA/siw: move rtr_type to siw_device_options
` [PATCH 7/8] RDMA/siw: [re-]introduce module parameters to alter the behavior at runtime
` [PATCH 8/8] RDMA/siw: add support for MPA V1 and IRD/ORD negotiation based on [MS-SMBD]

[pull-request] mlx5-next updates 2025-07-03
 2025-07-04  4:55 UTC  (2+ messages)

[PATCH rdma-next 0/3] bnxt_re driver update
 2025-07-04  4:38 UTC  (4+ messages)
` [PATCH rdma-next 1/3] RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METHOD_GET_TOGGLE_MEM
` [PATCH rdma-next 2/3] RDMA/bnxt_re: Support 2G message size
` [PATCH rdma-next 3/3] RDMA/bnxt_re: Use macro instead of hard coded value

[PATCH net-next v3 00/10] net/mlx5: HWS, Optimize matchers ICM usage
 2025-07-03 18:54 UTC  (11+ messages)
` [PATCH net-next v3 01/10] net/mlx5: HWS, remove unused create_dest_array parameter
` [PATCH net-next v3 02/10] net/mlx5: HWS, remove incorrect comment
` [PATCH net-next v3 03/10] net/mlx5: HWS, Export rule skip logic
` [PATCH net-next v3 04/10] net/mlx5: HWS, Refactor "
` [PATCH net-next v3 05/10] net/mlx5: HWS, Create STEs directly from matcher
` [PATCH net-next v3 06/10] net/mlx5: HWS, Decouple matcher RX and TX sizes
` [PATCH net-next v3 07/10] net/mlx5: HWS, Track matcher sizes individually
` [PATCH net-next v3 08/10] net/mlx5: HWS, Rearrange to prevent forward declaration
` [PATCH net-next v3 09/10] net/mlx5: HWS, Shrink empty matchers
` [PATCH net-next v3 10/10] net/mlx5: Add HWS as secondary steering mode

[PATCH net-next v8 0/5] Split netmem from struct page
 2025-07-03 13:29 UTC  (8+ messages)
` [PATCH net-next v8 1/5] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH net-next v8 2/5] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH net-next v8 3/5] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH net-next v8 4/5] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH net-next v8 5/5] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()

[PATCH for-next] RDMA/efa: Extend admin timeout error print
 2025-07-03 12:20 UTC  (3+ messages)

[PATCH][next] net/mlx5: Fix spelling mistake "disabliing" -> "disabling"
 2025-07-03 10:22 UTC 

[syzbot] [rdma?] WARNING in rxe_skb_tx_dtor
 2025-07-03  0:58 UTC  (3+ messages)

[PATCH net-next v12 0/8] Support rate management on traffic classes in devlink and mlx5
 2025-07-02 22:50 UTC  (10+ messages)
` [PATCH net-next v12 1/8] netlink: introduce type-checking attribute iteration for nlmsg
` [PATCH net-next v12 2/8] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next v12 3/8] selftest: netdevsim: Add devlink rate tc-bw test
` [PATCH net-next v12 4/8] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next v12 5/8] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next v12 6/8] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next v12 7/8] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw
` [PATCH net-next v12 8/8] selftests: drv-net: Add test for devlink-rate traffic class bandwidth distribution

[PATCH 02/11] hfi1: get rid of redundant debugfs_file_{get,put}()
 2025-07-02 21:15 UTC 

[PATCH mlx5-next] net/mlx5: fs, fix RDMA TRANSPORT init cleanup flow
 2025-07-02 18:03 UTC  (4+ messages)

[PATCH net 1/1] net/mlx5: Clean up only new IRQ glue on request_irq() failure
 2025-07-02 17:58 UTC  (2+ messages)

[RESEND PATCH net-next 1/1] net/mlx5: Clean up only new IRQ glue on request_irq() failure
 2025-07-02 17:56 UTC  (3+ messages)

[RFC net-next 0/4] devmem/io_uring: Allow devices without parent PCI device
 2025-07-02 17:24 UTC  (2+ messages)
` [RFC net-next 4/4] net/mlx5e: Enable HDS zerocopy flows for SFs

[GIT PULL] Please pull RDMA subsystem changes
 2025-07-02 17:06 UTC  (2+ messages)

[PATCH net-next v2 0/9] net: Remove unused function parameters in skbuff.c
 2025-07-02 13:44 UTC  (9+ messages)
` [PATCH net-next v2 7/9] net/smc: Drop nr_pages_max initialization

[PATCH net-next v3 0/6] net: Remove unused function parameters in skbuff.c
 2025-07-02 13:38 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: splice: Drop unused @pipe
` [PATCH net-next v3 2/6] net: splice: Drop unused @gfp
` [PATCH net-next v3 3/6] net: splice: Drop nr_pages_max initialization
` [PATCH net-next v3 4/6] net/smc: "
` [PATCH net-next v3 5/6] net: skbuff: Drop unused @skb
` [PATCH net-next v3 6/6] "

[PATCH] Fix dma_unmap_sg() nents value
 2025-07-02  9:24 UTC  (3+ messages)

[PATCH for-next 00/23] Migrate to hfi2 driver
 2025-07-02  8:36 UTC  (33+ messages)
` [PATCH for-next 01/23] RDMA/OPA: Update OPA link speed list
` [PATCH for-next 02/23] RDMA/rdmavt: Add ucontext alloc/dealloc passthrough
` [PATCH for-next 03/23] RDMA/rdmavt: Correct multi-port QP iteration
` [PATCH for-next 04/23] RDMA/rdmavt: Add driver mmap callback
` [PATCH for-next 05/23] RDMA/core: Add writev to uverbs file descriptor
` [PATCH for-next 06/23] RDMA/hfi1: Remove opa_vnic
` [PATCH for-next 07/23] RDMA/hfi2: Consolidate ABI files and setup uverbs access
` [PATCH for-next 08/23] RDMA/hfi2: Start hfi2 driver by basing off of hfi1
` [PATCH for-next 09/23] RDMA/hfi2: Add in HW register definition files
` [PATCH for-next 10/23] RDMA/hfi2: Add in HW register access support
` [PATCH for-next 11/23] RDMA/hfi2: Add in trace header files
` [PATCH for-next 12/23] RDMA/hfi2: Add in trace support
` [PATCH for-next 13/23] RDMA/hfi2: Add system core header files
` [PATCH for-next 14/23] RDMA/hfi2: Add system core support
` [PATCH for-next 15/23] RDMA/hfi2: Add in MAD handling related headers
` [PATCH for-next 16/23] RDMA/hfi2: Implement MAD handling
` [PATCH for-next 17/23] RDMA/hfi2: Add IO related headers
` [PATCH for-next 18/23] RDMA/hfi2: Implement data moving infrastructure
` [PATCH for-next 19/23] RDMA/hfi2: Add in support for verbs
` [PATCH for-next 20/23] RDMA/hfi2: Support ipoib
` [PATCH for-next 21/23] RDMA/hfi2: Add misc header files
` [PATCH for-next 22/23] RDMA/hfi2: Add the rest of the driver
` [PATCH for-next 23/23] RDMA/hfi2: Make it build

[PATCH net-next] net: mana: Handle Reset Request from MANA NIC
 2025-07-02  2:40 UTC  (2+ messages)

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-01 23:45 UTC  (7+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[rdma:wip/leon-for-next 22/26] drivers/infiniband/core/uverbs_cmd.c:1317:2: warning: unannotated fall-through between switch labels
 2025-07-01 13:28 UTC 

[recipe build #3916650] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-07-01 12:17 UTC 

[PATCH mlx5-next] net/mlx5: Check device memory pointer before usage
 2025-07-01 11:33 UTC  (5+ messages)

[PATCH rdma-next v2 0/9] Check CAP_NET_RAW in right namespace
 2025-07-01  9:22 UTC  (2+ messages)

[PATCH rdma-next 0/5] IB service resolution
 2025-06-30 10:52 UTC  (6+ messages)
` [PATCH rdma-next 1/5] RDMA/sa_query: Add RMPP support for SA queries
` [PATCH rdma-next 2/5] RDMA/sa_query: Support IB service records resolution
` [PATCH rdma-next 3/5] RDMA/cma: Support IB service record resolution
` [PATCH rdma-next 4/5] RDMA/ucma: Support query resolved service records
` [PATCH rdma-next 5/5] RDMA/ucma: Support write an event into a CM

[PATCH rdma-next v2 0/3] IB/mad: Add Flow Control for Solicited MADs
 2025-06-30 10:16 UTC  (4+ messages)
` [PATCH rdma-next v2 1/3] IB/mad: Add state machine to MAD layer
` [PATCH rdma-next v2 2/3] IB/mad: Add flow control for solicited MADs
` [PATCH rdma-next v2 3/3] IB/cm: Use separate agent w/o flow control for REP

[PATCH net-next v2] net/mlx5e: Fix error handling in RQ memory model registration
 2025-06-30  9:20 UTC  (2+ messages)

[syzbot] [rdma?] [s390?] [net?] KASAN: null-ptr-deref Read in smc_tcp_syn_recv_sock
 2025-06-30  6:51 UTC  (8+ messages)
` syztest
  ` [syzbot] [smc?] KASAN: null-ptr-deref Read in smc_tcp_syn_recv_sock

[PATCH net-next v4.1] Expose RDS features via sysfs
 2025-06-28  8:23 UTC  (5+ messages)
` [PATCH net-next v4.1] rds: Expose feature parameters via sysfs (and ELF)

[PATCH net-next v7 0/3] dpll: add Reference SYNC feature
 2025-06-27 23:50 UTC  (3+ messages)

[PATCH net-next v1 1/1] net/mlx5: Don't use "proxy" headers
 2025-06-27 22:31 UTC  (3+ messages)

[rdma:for-next] BUILD SUCCESS 19564a8576ac847ec981207292b500efbbbfaf7b
 2025-06-27 10:09 UTC 

[Bug 220280] New: mlx5 VF node_guid stays 0 in host
 2025-06-27  9:58 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS f1208b05574f63c52e88109d8c75afdf4fc6bf42
 2025-06-27  9:04 UTC 

[RESEND PATCH net-next 1/1] net/mlx5: Clean up only new IRQ glue on request_irq() failure
 2025-06-27  6:43 UTC  (3+ messages)

[syzbot] [rdma?] WARNING in rxe_skb_tx_dtor
 2025-06-27  5:09 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox