public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-17 11:50:05 to 2025-03-25 15:46:43 UTC [more...]

[PATCH net-next v2 0/3] Fix late DMA unmap crash for page pool
 2025-03-25 15:45 UTC  (4+ messages)
` [PATCH net-next v2 1/3] page_pool: Move pp_magic check into helper functions
` [PATCH net-next v2 2/3] page_pool: Turn dma_sync and dma_sync_cpu fields into a bitmap
` [PATCH net-next v2 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-25 14:41 UTC  (19+ messages)
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface

[PATCH net-next 0/5] mlx5 misc enhancements 2025-03-19
 2025-03-25 14:40 UTC  (7+ messages)
` [PATCH net-next 1/5] net/mlx5: Lag, use port selection tables when available
` [PATCH net-next 2/5] net/mlx5: fw reset, check bridge accessibility at earlier stage
` [PATCH net-next 3/5] net/mlx5: Update pfnum retrieval for devlink port attributes
` [PATCH net-next 4/5] net/mlx5e: CT: Filter legacy rules that are unrelated to nic
` [PATCH net-next 5/5] net/mlx5e: TC, Don't offload CT commit if it's the last action

[PATCH net-next] net/mlx5e: TX, Utilize WQ fragments edge for multi-packet WQEs
 2025-03-25 14:30 UTC  (3+ messages)

[RFC PATCH 00/13] Ultra Ethernet driver introduction
 2025-03-25 14:12 UTC  (29+ messages)
          ` Netlink vs ioctl WAS(Re: "

[PATCH net] net/mlx5e: SHAMPO, Make reserved size independent of page size
 2025-03-25 14:04 UTC  (2+ messages)

[PATCH v2 -next] RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe()
 2025-03-25 13:55 UTC  (2+ messages)

[PATCH v2 net] rtnetlink: Allocate vfinfo size for VF GUIDs when supported
 2025-03-25  9:02 UTC 

[PATCH net 0/2] mlx5 misc fixes 2025-03-18
 2025-03-24 22:30 UTC  (8+ messages)
` [PATCH net 1/2] net/mlx5: LAG, reload representors on LAG creation failure
` [PATCH net 2/2] net/mlx5: Start health poll after enable hca

[PATCH net-next 0/3] mlx5 cleanups 2025-03-19
 2025-03-24 20:50 UTC  (7+ messages)
` [PATCH net-next 1/3] net/mlx5: Remove NULL check before dev_{put, hold}
` [PATCH net-next 2/3] net/mlx5e: Use right API to free bitmap memory
` [PATCH net-next 3/3] net/mlx5e: Always select CONFIG_PAGE_POOL_STATS

[PATCH] net/mlx5: DR, remove redundant object_range assignment
 2025-03-24 20:19 UTC  (2+ messages)

[PATCH 0/3] Add support for speed in MANA ethtool
 2025-03-24 18:44 UTC  (8+ messages)
` [PATCH 1/3] net: mana: Add speed support in mana_get_link_ksettings
` [PATCH 2/3] net: mana: Implement set_link_ksettings in ethtool for speed
` [PATCH 3/3] net: mana: Handle unsupported HWC commands

[PATCH net] rtnetlink: Allocate vfinfo size for VF GUIDs when supported
 2025-03-24 17:01 UTC  (4+ messages)

[VulnerabilityReport ] Use-After-Free in RDMA Subsystem (rxe_queue_cleanup) - CVE Request
 2025-03-24 15:45 UTC 

[GIT PULL] Please pull fwctl subsystem changes
 2025-03-24 15:13 UTC 

[PATCH for-next v2 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
 2025-03-24  8:05 UTC  (9+ messages)
` [PATCH for-next v2 1/2] RDMA/rxe: Enable ODP in RDMA FLUSH operation
` [PATCH for-next v2 2/2] RDMA/rxe: Enable ODP in ATOMIC WRITE operation

[PATCH for-next v3 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
 2025-03-24  7:56 UTC  (3+ messages)
` [PATCH for-next v3 1/2] RDMA/rxe: Enable ODP in RDMA FLUSH operation
` [PATCH for-next v3 2/2] RDMA/rxe: Enable ODP in ATOMIC WRITE operation

[PATCH rdma-rc] RDMA/bnxt_re: Fix budget handling of notification queue
 2025-03-24  4:09 UTC 

[PATCH iproute2-next 0/2] Add optional-counters binding support
 2025-03-24  2:50 UTC  (4+ messages)
` [PATCH iproute2-next 1/2] rdma: update uapi headers
` [PATCH iproute2-next 2/2] rdma: Add optional-counter option to rdma stat bind commands

[PATCH -next] RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe()
 2025-03-23 13:13 UTC  (3+ messages)

[PATCH net] net: mana: Switch to page pool for jumbo frames
 2025-03-22  1:04 UTC 

[PATCH v4 0/6] pds_fwctl: fwctl for AMD/Pensando core devices
 2025-03-22  0:37 UTC  (11+ messages)
` [PATCH v4 1/6] pds_core: make pdsc_auxbus_dev_del() void
` [PATCH v4 2/6] pds_core: specify auxiliary_device to be created
` [PATCH v4 3/6] pds_core: add new fwctl auxiliary_device
` [PATCH v4 4/6] pds_fwctl: initial driver framework
` [PATCH v4 5/6] pds_fwctl: add rpc and query support
` [PATCH v4 6/6] pds_fwctl: add Documentation entries

[PATCH net-next 0/3] Fix late DMA unmap crash for page pool
 2025-03-21 23:13 UTC  (18+ messages)
` [PATCH net-next 1/3] page_pool: Move pp_magic check into helper functions
` [PATCH net-next 2/3] page_pool: Turn dma_sync and dma_sync_cpu fields into a bitmap
` [PATCH net-next 3/3] page_pool: Track DMA-mapped pages and unmap them when destroying the pool

[PATCH net-next V2 0/4] mlx5e: Support recovery counter in reset
 2025-03-21 20:30 UTC  (2+ messages)

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-03-21 16:08 UTC  (5+ messages)
` [PATCH v3 14/16] platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()
` [PATCH v3 15/16] platform/x86: thinkpad_acpi: "

[recipe build #3871036] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-03-21  8:47 UTC 

[PATCH v5 0/6] pds_fwctl: fwctl for AMD/Pensando core devices
 2025-03-20 23:25 UTC  (8+ messages)
` [PATCH v5 1/6] pds_core: make pdsc_auxbus_dev_del() void
` [PATCH v5 2/6] pds_core: specify auxiliary_device to be created
` [PATCH v5 3/6] pds_core: add new fwctl auxiliary_device
` [PATCH v5 4/6] pds_fwctl: initial driver framework
` [PATCH v5 5/6] pds_fwctl: add rpc and query support
` [PATCH v5 6/6] pds_fwctl: add Documentation entries

[PATCH v5 0/8] Introduce fwctl subystem
 2025-03-20 23:22 UTC  (2+ messages)

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

[syzbot] [rdma?] KASAN: slab-use-after-free Read in ib_device_uevent (2)
 2025-03-20 15:45 UTC  (4+ messages)

[rdma:for-next] BUILD SUCCESS 79195147644653ebffadece31a42181e4c48c07d
 2025-03-20  8:52 UTC 

[PATCH net-next 0/3] net/mlx5: HW Steering cleanups
 2025-03-19 17:30 UTC  (2+ messages)

[PATCH rdma-next] RDMA/core: Silence oversized kvmalloc() warning
 2025-03-19 17:23 UTC  (2+ messages)

[recipe build #3870046] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-03-19 14:57 UTC 

[PATCH v5 0/8] Introduce fwctl subystem
 2025-03-19 11:22 UTC  (29+ messages)

[PATCH rdma-next] IB/mad: Check available slots before posting receive WRs
 2025-03-19  8:43 UTC  (2+ messages)

[PATCH rdma-next v2 1/1] RDMA/mana_ib: Fix integer overflow during queue creation
 2025-03-19  8:39 UTC  (3+ messages)

[iwl-next v4 0/1] Add RDMA support for Intel IPU E2000 (GEN3)
 2025-03-19  8:04 UTC  (15+ messages)
` [iwl-next v4 1/1] iidc/ice/irdma: Update IDC to support multiple consumers
            ` [Intel-wired-lan] "

[PATCH] net/smc: Reduce size of smc_wr_tx_tasklet_fn
 2025-03-19  2:42 UTC  (5+ messages)

[PATCH] RDMA/uverbs: Consider capability of the process that opens the file
 2025-03-18 22:57 UTC  (8+ messages)

[rdma:hmm] BUILD SUCCESS 16384467ec8ffd3765fd0d6370a9c707a82abfae
 2025-03-18 19:03 UTC 

When upgrading to kernel 6.12.4, I got the following error with rdma_rxe module
 2025-03-18 10:58 UTC  (6+ messages)

[PATCH net, v2] net: mana: Support holes in device list reply msg
 2025-03-18 10:40 UTC  (2+ messages)

[PATCH rdma-next 0/7] Batch of mlx5_ib fixes
 2025-03-18 10:29 UTC  (4+ messages)
` [PATCH rdma-next 2/7] RDMA/mlx5: Fix cache entry update on dereg error

[PATCH rdma-next v1 0/6] Add optional-counters binding support
 2025-03-18 10:19 UTC  (2+ messages)

[PATCH net-next 0/4] mlx5: Support setting a parent for a devlink rate node
 2025-03-18 10:00 UTC  (4+ messages)
` [PATCH net-next 4/4] net/mlx5: Add support for setting parent of nodes

[PATCH for-next 0/4] RDMA/hns: Introduce delay-destruction mechanism
 2025-03-18  9:55 UTC  (3+ messages)

[PATCH for-next v1 0/2] RDMA/rxe: RDMA FLUSH and ATOMIC WRITE with ODP
 2025-03-18  9:47 UTC  (4+ messages)
` [PATCH for-next v1 1/2] RDMA/rxe: Enable ODP in RDMA FLUSH operation

[PATCH v3 0/6] pds_fwctl: fwctl for AMD/Pensando core devices
 2025-03-17 22:41 UTC  (16+ messages)
` [PATCH v3 2/6] pds_core: specify auxiliary_device to be created
` [PATCH v3 3/6] pds_core: add new fwctl auxiliary_device
` [PATCH v3 4/6] pds_fwctl: initial driver framework
` [PATCH v3 5/6] pds_fwctl: add rpc and query support
` [PATCH v3 6/6] pds_fwctl: add Documentation entries

[PATCH net-next 0/3] mlx5: Support HWS flow meter/sampler actions in FS core
 2025-03-17 18:10 UTC  (2+ messages)

[PATCH net] driver core: auxiliary bus: Fix sysfs creation on bind
 2025-03-17 13:22 UTC  (3+ messages)

[PATCH] inifiniband: ucaps: avoid format-security warning
 2025-03-17 11:50 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