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

[PATCH v2 00/14] Introduce AMD Pensando RDMA driver
 2025-05-26 13:19 UTC  (4+ messages)

[GIT PULL] dma-mapping update for Linux 6.16
 2025-05-26 12:11 UTC 

[PATCH v2 net-next 0/7] socket: Make sock_create_kern() robust against misuse
 2025-05-26 10:06 UTC  (15+ messages)
` [PATCH v2 net-next 1/7] socket: Un-export __sock_create()
` [PATCH v2 net-next 2/7] socket: Rename sock_create_kern() to __sock_create_kern()
` [PATCH v2 net-next 3/7] socket: Restore sock_create_kern()
` [PATCH v2 net-next 4/7] smb: client: Add missing net_passive_dec()
` [PATCH v2 net-next 5/7] socket: Remove kernel socket conversion except for net/rds/
` [PATCH v2 net-next 6/7] socket: Replace most sock_create() calls with sock_create_kern()
` [PATCH v2 net-next 7/7] socket: Clean up kdoc for sock_create() and sock_create_lite()

[PATCH 00/18] Split netmem from struct page
 2025-05-26 10:01 UTC  (41+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH 11/18] mlx4: use netmem descriptor and APIs for page pool
` [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 14/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH 15/18] netmem: remove __netmem_get_pp()
` [PATCH 16/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH 17/18] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page

[PATCH net-next v4 0/3] dpll: add Reference SYNC feature
 2025-05-26  9:42 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-next v4 3/3] ice: add ref-sync dpll pins

[PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices
 2025-05-26  9:07 UTC  (13+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS 260ce16e579d375ba8f1ac945308343522f98d50
 2025-05-26  6:55 UTC 

[PATCH net-next 0/4] net/mlx5: HWS, more fixes and adjustments
 2025-05-26  6:39 UTC  (6+ messages)
` [PATCH net-next 1/4] net/mlx5: HWS, fix missing ip_version handling in definer
` [PATCH net-next 2/4] net/mlx5: HWS, make sure the uplink is the last destination
` [PATCH net-next 3/4] net/mlx5: HWS, remove unused create_dest_array parameter
` [PATCH net-next 4/4] net/mlx5: HWS, remove incorrect comment

[PATCH net-next] net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex()
 2025-05-26  6:24 UTC  (3+ messages)

[PATCH net v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-26  6:22 UTC  (2+ messages)

[PATCH net-next V10 0/6] Support rate management on traffic classes in devlink and mlx5
 2025-05-25 20:31 UTC  (9+ messages)
` [PATCH net-next V10 1/6] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V10 2/6] selftest: netdevsim: Add devlink rate tc-bw test

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

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-25 17:44 UTC  (32+ messages)
` [PATCH net-next V2 01/11] net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATOR
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next V2 03/11] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc
` [PATCH net-next V2 04/11] net/mlx5e: SHAMPO: Remove redundant params
` [PATCH net-next V2 05/11] net/mlx5e: SHAMPO: Improve hw gro capability checking
` [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next V2 07/11] net/mlx5e: SHAMPO: Headers page pool stats
` [PATCH net-next V2 08/11] net/mlx5e: Convert over to netmem
` [PATCH net-next V2 09/11] net/mlx5e: Add support for UNREADABLE netmem page pools
` [PATCH net-next V2 10/11] net/mlx5e: Implement queue mgmt ops and single channel swap
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings

[PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25
 2025-05-25 11:47 UTC  (3+ messages)
` [PATCH net-next 1/2] net/mlx5: Warn when write combining is not supported
` [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present

[PATCH rdma-next] RDMA/bnxt_re: Support extended stats for Thor2 VF
 2025-05-25  8:52 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Fix endian issue in trace events
 2025-05-25  8:44 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Avoid flexible array warning
 2025-05-25  7:52 UTC  (2+ messages)

[PATCH rdma-next] IB/cm: Remove dead code and adjust naming
 2025-05-25  7:51 UTC  (2+ messages)

[iwl-next 0/6] Add RDMA support for Intel IPU E2000 in idpf
 2025-05-25  5:23 UTC  (8+ 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 3/6] idpf: implement RDMA vport "
` [iwl-next 4/6] idpf: implement remaining IDC RDMA core callbacks and handlers
` [iwl-next 5/6] idpf: implement IDC vport aux driver MTU change handler
` [iwl-next 6/6] idpf: implement get LAN MMIO memory regions

[PATCH for-next v1] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices
 2025-05-24 13:53 UTC  (6+ messages)

[PATCH for-next v2] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices
 2025-05-24 13:19 UTC 

[PATCH] Doc: networking: Fix various typos in rds.rst
 2025-05-24  5:08 UTC  (3+ messages)

[PATCH] mm/hmm: Allow hmm_dma_map_alloc() to tolerate NULL device
 2025-05-23 15:56 UTC  (5+ messages)

[PATCH net-next v3 0/3] dpll: add Reference SYNC feature
 2025-05-23 15:32 UTC  (6+ messages)
` [PATCH net-next v3 1/3] dpll: add reference-sync netlink attribute
` [PATCH net-next v3 2/3] dpll: add reference sync get/set
` [PATCH net-next v3 3/3] ice: add ref-sync dpll pins

[PATCH rdma-next] RDMA/rxe: Break endless pagefault loop for RO pages
 2025-05-23 12:57 UTC  (9+ messages)

[bug report] [rdma] RXE ODP test hangs with new DMA map API
 2025-05-23 12:51 UTC  (2+ messages)

[PATCH net-next v3 0/3] dpll: add all inputs phase offset monitor
 2025-05-23 12:16 UTC  (7+ messages)
` [PATCH net-next v3 2/3] dpll: add phase_offset_monitor_get/set callback ops

[PATCH net 0/2] mlx5 misc fixes 2025-05-22
 2025-05-23  7:19 UTC  (5+ messages)
` [PATCH net 2/2] net/mlx5e: Fix leak of Geneve TLV option object

[PATCH v4] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-23  4:51 UTC  (2+ messages)

[PATCH v1 net-next 4/6] socket: Remove kernel socket conversion except for net/rds/
 2025-05-23  4:23 UTC  (5+ messages)

[PATCH rdma-rc] RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work
 2025-05-22 16:54 UTC  (4+ messages)

[PATCH net-next v2 0/3] dpll: add Reference SYNC feature
 2025-05-22 16:42 UTC  (4+ messages)
` [PATCH net-next v2 2/3] dpll: add Reference SYNC get/set

[PATCH net-next 0/5] net/mlx5: Convert mlx5 to netdev instance locking
 2025-05-22 16:30 UTC  (10+ messages)
` [PATCH net-next 4/5] net/mlx5e: Don't drop RTNL during firmware flash
` [PATCH net-next 5/5] net/mlx5e: Convert mlx5 netdevs to instance locking

[PATCH net-next] net/mlx5e: Allow setting MAC address of representors
 2025-05-22 15:58 UTC  (2+ messages)

[PATCH v3] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
 2025-05-22 15:40 UTC  (2+ messages)

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

[PATCH v2 00/10] net: faster and simpler CRC32C computation
 2025-05-22 14:07 UTC  (2+ messages)

[PATCH for-next v4 0/2] RDMA/rxe: Prefetching pages with explicit ODP
 2025-05-22 11:19 UTC  (3+ messages)
` [PATCH for-next v4 1/2] RDMA/rxe: Implement synchronous prefetch for ODP MRs
` [PATCH for-next v4 2/2] RDMA/rxe: Enable asynchronous "

[PATCH v3] net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr()
 2025-05-22 11:13 UTC  (2+ messages)


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