linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-10 20:13:08 to 2025-07-17 09:15:56 UTC [more...]

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-17  9:17 UTC  (28+ messages)
` [PATCH net-next v10 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v10 03/12] mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v10 04/12] netdevsim: access ->pp "
` [PATCH net-next v10 05/12] mt76: "
` [PATCH net-next v10 06/12] net: fec: "
` [PATCH net-next v10 07/12] octeontx2-pf: "
` [PATCH net-next v10 08/12] iavf: "
` [PATCH net-next v10 09/12] idpf: "
` [PATCH net-next v10 10/12] mlx5: "
` [PATCH net-next v10 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v10 12/12] libeth: xdp: "

[PATCH net-next v11 00/12] Split netmem from struct page
 2025-07-17  7:00 UTC  (13+ messages)
` [PATCH net-next v11 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v11 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v11 03/12] netmem, mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v11 04/12] netdevsim: access ->pp "
` [PATCH net-next v11 05/12] mt76: "
` [PATCH net-next v11 06/12] net: fec: "
` [PATCH net-next v11 07/12] octeontx2-pf: "
` [PATCH net-next v11 08/12] iavf: "
` [PATCH net-next v11 09/12] idpf: "
` [PATCH net-next v11 10/12] mlx5: "
` [PATCH net-next v11 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v11 12/12] libeth: xdp: "

[PATCH mlx5-next 0/3] mlx5-next updates 2025-07-17
 2025-07-17  6:48 UTC  (4+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Add IFC bits to support RSS for IPSec offload
` [PATCH mlx5-next 2/3] net/mlx5: Add IFC bits and enums for buf_ownership
` [PATCH mlx5-next 3/3] net/mlx5: Expose cable_length field in PFCC register

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-17  3:08 UTC  (42+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 4/8] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool
` [PATCH net-next v9 8/8] mt76: "

[PATCH net-next V3 0/2] net/mlx5e: Add support for PCIe congestion events
 2025-07-17  1:30 UTC  (4+ messages)
` [PATCH net-next V3 1/2] net/mlx5e: Create/destroy PCIe Congestion Event object
` [PATCH net-next V3 2/2] net/mlx5e: Add device PCIe congestion ethtool stats

Build Stronger Sales Campaigns with Verified Data from GSX 2025
 2025-07-16 23:04 UTC 

[PATCH net v2] net/mlx5: Correctly set gso_size when LRO is used
 2025-07-16 22:20 UTC  (4+ messages)

[PATCH net-next] net/mlx5e: TX, Fix dma unmapping for devmem tx
 2025-07-16 21:37 UTC  (3+ messages)

[PATCH net-next V2 0/6] net/mlx5: misc changes 2025-07-16
 2025-07-16 14:17 UTC  (7+ messages)
` [PATCH net-next V2 1/6] net/mlx5: HWS, Enable IPSec hardware offload in legacy mode
` [PATCH net-next V2 2/6] net/mlx5e: fix kdoc warning on eswitch.h
` [PATCH net-next V2 3/6] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net-next V2 4/6] net/mlx5e: SHAMPO, Cleanup reservation size formula
` [PATCH net-next V2 5/6] net/mlx5e: SHAMPO, Remove mlx5e_shampo_get_log_hd_entry_size()
` [PATCH net-next V2 6/6] net/mlx5e: Remove duplicate mkey from SHAMPO header

[PATCH net-next 0/2] net/mlx5: Avoid payload in skb's linear part for better GRO-processing
 2025-07-16 11:42 UTC  (10+ messages)
` [PATCH net-next 1/2] net/mlx5: Bring back get_cqe_l3_hdr_type
` [PATCH net-next 2/2] net/mlx5: Avoid copying payload to the skb's linear part

[PATCH net] net/mlx5: Update the list of the PCI supported devices
 2025-07-16  7:29 UTC 

[PATCH net-next] net/mlx5: Fix an IS_ERR() vs NULL bug in esw_qos_move_node()
 2025-07-16  6:25 UTC  (2+ messages)

[PATCH rdma-next v1 0/8] RDMA support for DMA handle
 2025-07-16  3:58 UTC  (20+ messages)
` [PATCH mlx5-next v1 2/8] net/mlx5: Expose IFC bits for TPH
` [PATCH mlx5-next v1 3/8] net/mlx5: Add support for device steering tag
` [PATCH rdma-next v1 4/8] IB/core: Add UVERBS_METHOD_REG_MR on the MR object
` [PATCH rdma-next v1 5/8] RDMA/core: Introduce a DMAH object and its alloc/free APIs
` [PATCH rdma-next v1 6/8] RDMA/mlx5: Add DMAH object support
` [PATCH rdma-next v1 7/8] IB: Extend UVERBS_METHOD_REG_MR to get DMAH
` [PATCH rdma-next v1 8/8] RDMA/mlx5: Add DMAH support for reg_user_mr/reg_user_dmabuf_mr

[PATCH v3 10/14] RDMA/ionic: Register device ops for control path
 2025-07-15 19:16 UTC  (12+ messages)

[PATCH v1 net] smc: Fix various oops due to inet_sock type confusion
 2025-07-15 17:07 UTC  (8+ messages)

[PATCH net] net/mlx5: Correctly set gso_size when LRO is used
 2025-07-15 15:31 UTC  (6+ messages)

[PATCH net-next V2 0/3] net/mlx5e: Add support for PCIe congestion events
 2025-07-15 14:18 UTC  (10+ messages)
` [PATCH net-next V2 2/3] net/mlx5e: Add device PCIe congestion ethtool stats
` [PATCH net-next V2 3/3] net/mlx5e: Make PCIe congestion event thresholds configurable

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2025-07-15 11:52 UTC  (6+ messages)
` [PATCH v3 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

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

[PATCH net-next 0/6] net/mlx5: misc changes 2025-07-14
 2025-07-15  7:38 UTC  (15+ messages)
` [PATCH net-next 1/6] net/mlx5: HWS, Enable IPSec hardware offload in legacy mode
` [PATCH net-next 2/6] net/mlx5e: fix kdoc warning on eswitch.h
` [PATCH net-next 3/6] net/mlx5e: Properly access RCU protected qdisc_sleeping variable
` [PATCH net-next 4/6] net/mlx5e: SHAMPO, Cleanup reservation size formula
` [PATCH net-next 5/6] net/mlx5e: SHAMPO, Remove mlx5e_shampo_get_log_hd_entry_size()
` [PATCH net-next 6/6] net/mlx5e: Remove duplicate mkey from SHAMPO header

[PATCH net-next 0/3] Support exposing raw cycle counters in PTP and mlx5
 2025-07-15  5:15 UTC  (4+ messages)
` [PATCH net-next 1/3] ptp: Add ioctl commands to expose raw cycle counter values
` [PATCH net-next 2/3] net/mlx5: Extract MTCTR register read logic into helper function
` [PATCH net-next 3/3] net/mlx5: Support getcyclesx and getcrosscycles

[pull-request] mlx5-next updates 2025-07-14
 2025-07-15  0:40 UTC  (2+ messages)

[PATCH net-next,rdma-next 0/6][pull request] Add RDMA support for Intel IPU E2000 in idpf
 2025-07-14 18:10 UTC  (7+ messages)
` [PATCH net-next,rdma-next 1/6] idpf: use reserved RDMA vectors from control plane
` [PATCH net-next,rdma-next 2/6] idpf: implement core RDMA auxiliary dev create, init, and destroy
` [PATCH net-next,rdma-next 3/6] idpf: implement RDMA vport "
` [PATCH net-next,rdma-next 4/6] idpf: implement remaining IDC RDMA core callbacks and handlers
` [PATCH net-next,rdma-next 5/6] idpf: implement IDC vport aux driver MTU change handler
` [PATCH net-next,rdma-next 6/6] idpf: implement get LAN MMIO memory regions

[rdma:wip/leon-for-next] BUILD SUCCESS 084f35b84f57e059b542ea44240a51b294a096a1
 2025-07-13 21:03 UTC 

[recipe build #3921786] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-07-13 12:34 UTC 

[PATCH for-next v2 0/3] RDMA: Support CQs with user memory
 2025-07-13  8:01 UTC  (2+ messages)

[PATCH mlx5-next 0/2] mlx5-next updates 2025-07-09
 2025-07-13  7:18 UTC  (2+ messages)

[PATCH rdma-next 0/4] Optimize DMABUF mkey page size in mlx5
 2025-07-13  7:14 UTC  (2+ messages)
` (subset) "

[PATCH net-next v2 1/1] net/mlx5: Don't use "proxy" headers
 2025-07-13  2:05 UTC  (2+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: add additional port counters
 2025-07-12 19:16 UTC  (2+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: Fix DSCP value in modify QP
 2025-07-12 19:12 UTC  (2+ messages)

[PATCH net 0/3] mlx5 misc fixes 2025-07-10
 2025-07-11 14:40 UTC  (2+ messages)

[PATCHv2 rdma-next 1/1] net/mlx5: Fix build -Wframe-larger-than warnings
 2025-07-11  5:57 UTC  (2+ messages)

[PATCH] RDMA/mlx5: fix linking with CONFIG_INFINIBAND_USER_ACCESS=n
 2025-07-11  5:39 UTC  (3+ 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).