public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-26 13:19:42 to 2025-05-30 18:07:40 UTC [more...]

[PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA
 2025-05-30 18:07 UTC  (19+ messages)
` [PATCH v4 1/5] PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations
` [PATCH v4 2/5] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v4 3/5] net: mana: explain irq_setup() algorithm
` [PATCH v4 4/5] net: mana: Allow irq_setup() to skip cpus for affinity
` [PATCH v4 5/5] net: mana: Allocate MSI-X vectors dynamically

[RFC v3 00/18] Split netmem from struct page
 2025-05-30 17:50 UTC  (27+ messages)
` [RFC v3 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v3 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v3 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v3 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v3 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v3 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v3 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v3 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v3 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v3 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v3 11/18] mlx4: use netmem descriptor and APIs for page pool
` [RFC v3 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v3 13/18] netmem: remove __netmem_get_pp()
` [RFC v3 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v3 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v3 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v3 17/18] mt76: use netmem descriptor and APIs for page pool
` [RFC v3 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[GIT PULL] Please pull RDMA subsystem changes
 2025-05-30 17:28 UTC  (2+ messages)

[PATCH v2 net-next 0/7] socket: Make sock_create_kern() robust against misuse
 2025-05-30  6:48 UTC  (7+ messages)
` [PATCH v2 net-next 2/7] socket: Rename sock_create_kern() to __sock_create_kern()

[PATCH v2 net-next 6/7] socket: Replace most sock_create() calls with sock_create_kern()
 2025-05-30  3:03 UTC  (2+ messages)

[PATCH v2 net-next 5/7] socket: Remove kernel socket conversion except for net/rds/
 2025-05-30  2:59 UTC  (2+ messages)

[PATCH v2 net-next 3/7] socket: Restore sock_create_kern()
 2025-05-30  2:53 UTC  (2+ messages)

[PATCH v2 net-next 1/7] socket: Un-export __sock_create()
 2025-05-30  2:42 UTC  (2+ messages)

[PATCH net-next v4 0/3] dpll: add Reference SYNC feature
 2025-05-30  0:56 UTC  (6+ messages)
` [PATCH net-next v4 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v4 2/3] dpll: add reference sync get/set

[PATCH net v2] net/mlx5: Flag state up only after cmdif is ready
 2025-05-29 16:24 UTC  (2+ messages)

[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
 2025-05-29 16:06 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-29 11:11 UTC  (25+ messages)
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings

[PATCH v2 net] net/mlx4_en: Prevent potential integer overflow calculating Hz
 2025-05-29 10:50 UTC  (3+ messages)

blktests failures with v6.15 kernel
 2025-05-29  8:46 UTC 

[PATCH v2 00/16] Split netmem from struct page
 2025-05-29  4:46 UTC  (38+ messages)
` [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH v2 03/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH v2 04/16] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH v2 05/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH v2 06/16] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH v2 07/16] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH v2 09/16] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v2 10/16] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH v2 11/16] mlx4: use netmem descriptor and APIs for page pool
` [PATCH v2 12/16] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH v2 13/16] netmem: remove __netmem_get_pp()
` [PATCH v2 14/16] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH v2 16/16] mt76: "

[PATCH net-next] net/mlx5: HWS, Add an error check in hws_bwc_rule_complex_hash_node_get()
 2025-05-28 22:26 UTC  (2+ messages)

[iwl-next 0/6] Add RDMA support for Intel IPU E2000 in idpf
 2025-05-28 21:35 UTC  (10+ messages)
` [iwl-next 1/6] idpf: use reserved RDMA vectors from control plane
  ` [Intel-wired-lan] "
` [iwl-next 2/6] idpf: implement core RDMA auxiliary dev create, init, and destroy
` [iwl-next 6/6] idpf: implement get LAN MMIO memory regions

[PATCH net-next,v5] net: mana: Add handler for hardware servicing events
 2025-05-28 20:29 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH for-next 0/2] Remove ancient qib driver
 2025-05-28 17:24 UTC  (6+ messages)
` [PATCH for-next 1/2] RDMA/qib: Remove outdated driver
` [PATCH for-next 2/2] Maintainers: Remove QIB

[linux-next:master] [mm, slab] 6431f06eec: WARNING:at_include/linux/mm.h:#skb_append_pagefrags
 2025-05-28 16:56 UTC  (3+ messages)

[PATCH v2 00/14] Introduce AMD Pensando RDMA driver
 2025-05-28 15:12 UTC  (6+ messages)

[PATCH 00/18] Split netmem from struct page
 2025-05-28 10:54 UTC  (47+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
` [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page

[PATCH] net/mlx5: Flag state up only after cmdif is ready
 2025-05-28  7:38 UTC  (2+ messages)

[PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal
 2025-05-28  6:40 UTC  (8+ messages)
  ` [EXTERNAL] "

[GIT PULL] dma-mapping update for Linux 6.16
 2025-05-28  4:18 UTC  (2+ messages)

[PATCH net-next] net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex()
 2025-05-28  1:20 UTC  (2+ messages)

[PATCH net v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-28  0:50 UTC  (2+ messages)

[PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25
 2025-05-28  0:49 UTC  (3+ messages)
` [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present

[ANNOUNCE] blktests repoistory move
 2025-05-27 23:55 UTC  (2+ messages)

[PATCH net-next V10 0/6] Support rate management on traffic classes in devlink and mlx5
 2025-05-27 23:28 UTC  (5+ messages)
` [PATCH net-next V10 1/6] devlink: Extend devlink rate API with traffic classes bandwidth management

[rdma:wip/for-testing] BUILD SUCCESS bbfadc699bfd194a326cc4f84acfe9a34373e0f6
 2025-05-27 18:47 UTC 

[rdma:for-next] BUILD SUCCESS 92a251c3df8ea1991cd9fe00f1ab0cfce18d7711
 2025-05-27 18:47 UTC 

[recipe build #3901036] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-05-27 11:07 UTC 

[PATCH net-next] net/mlx5e: Allow setting MAC address of representors
 2025-05-27 10:20 UTC  (2+ messages)

[PATCH] Doc: networking: Fix various typos in rds.rst
 2025-05-27 10:20 UTC  (2+ messages)

[PATCH net] net/mlx4_en: Prevent potential integer overflow calculating Hz
 2025-05-27  7:46 UTC  (3+ messages)

[PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices
 2025-05-27  6:35 UTC  (10+ messages)

[PATCH net-next 0/4] net/mlx5: HWS, more fixes and adjustments
 2025-05-26 23:11 UTC  (4+ messages)
` [PATCH net-next 2/4] net/mlx5: HWS, make sure the uplink is the last destination

[PATCH v5 net-next: rds] replace strncpy with strscpy_pad
 2025-05-26 20:40 UTC  (2+ messages)

[PATCH v3] net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr()
 2025-05-26 20:00 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work
 2025-05-26 18:45 UTC  (2+ messages)

[PATCH for-next] RDMA/efa: Add CQ with external memory support
 2025-05-26 16:17 UTC  (9+ messages)


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