Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2026-08-03 18:25:22 to 2026-09-07 14:36:09 UTC [more...]

[PATCH 00/11] NTB: ntb_transport: Miscellaneous fixes
 2026-09-07 14:36 UTC  (13+ messages)
` [PATCH 01/11] NTB: ntb_transport: Remove the device debugfs directory
` [PATCH 02/11] NTB: ntb_transport: Start TX offload thread after queue setup
` [PATCH 03/11] NTB: ntb_transport: Prepare remote RX info accesses for MW teardown
` [PATCH 04/11] NTB: ntb_transport: Clear QP pointers when freeing an MW
` [PATCH 05/11] NTB: ntb_transport: Avoid deadlock when cancelling link work
` [PATCH 06/11] NTB: ntb_transport: Publish link state after QP setup
` [PATCH 07/11] NTB: ntb_transport: Clear link state before QP cleanup
` [PATCH 08/11] NTB: ntb_transport: Abort link setup on QP MW allocation failure
` [PATCH 09/11] NTB: ntb_transport: Stop QP work before freeing a queue
` [PATCH 10/11] NTB: ntb_transport: Stop RX tasklet scheduling "
` [PATCH 11/11] NTB: ntb_transport: Drain RX tasklets during link cleanup

[PATCH net-next v3 0/4] net: ntb_netdev: Preserve checksum offload across NTB
 2026-09-05  5:22 UTC  (8+ messages)
` [PATCH net-next v3 1/4] NTB: ntb_transport: Order RX descriptor reads after completion
` [PATCH net-next v3 2/4] NTB: ntb_transport: Use little-endian shared fields
` [PATCH net-next v3 3/4] NTB: ntb_transport: Add per-payload client metadata
` [PATCH net-next v3 4/4] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB

[PATCH v2] PCI: endpoint: pci-epf-vntb: Track link state from both sides
 2026-09-04 18:18 UTC  (3+ messages)

[PATCH] PCI: endpoint: pci-epf-vntb: Track link state from both sides
 2026-09-04 16:12 UTC  (5+ messages)

[PATCH] ntb: fix typo "atleast" in comments
 2026-09-04 12:11 UTC  (2+ messages)

[PATCH v3 0/7] PCI: endpoint: Remote DMA support via vNTB
 2026-09-04  1:34 UTC  (20+ messages)
` [PATCH v3 1/7] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v3 2/7] PCI: dwc: Expose endpoint DMA resources
` [PATCH v3 3/7] PCI: endpoint: pci-epf-vntb: Move epf_ntb_is_bar_used() up
` [PATCH v3 4/7] PCI: endpoint: pci-epf-vntb: Export endpoint DMA channels
` [PATCH v3 5/7] PCI: endpoint: pci-epf-vntb: Allow DMA and MW to share a BAR
` [PATCH v3 6/7] NTB: ntb_hw_epf: Discover vNTB-embedded DMA
` [PATCH v3 7/7] Documentation: PCI: endpoint: Document vNTB DMA export

[PATCH v4 0/7] PCI: endpoint: Remote DMA support via vNTB
 2026-09-03  8:23 UTC  (8+ messages)
` [PATCH v4 1/7] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v4 2/7] PCI: dwc: Expose endpoint DMA resources
` [PATCH v4 3/7] PCI: endpoint: pci-epf-vntb: Move epf_ntb_is_bar_used() up
` [PATCH v4 4/7] PCI: endpoint: pci-epf-vntb: Export endpoint DMA channels
` [PATCH v4 5/7] PCI: endpoint: pci-epf-vntb: Allow DMA and MW to share a BAR
` [PATCH v4 6/7] NTB: ntb_hw_epf: Discover vNTB-embedded DMA
` [PATCH v4 7/7] Documentation: PCI: endpoint: Document vNTB DMA export

[PATCH 0/3] PCI: endpoint: Support vNTB as a non-first EPF
 2026-09-03  5:58 UTC  (2+ messages)

[PATCH v2 0/3] PCI: endpoint: Support hardware-owned MSI-X table and PBA
 2026-09-02  7:25 UTC  (12+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] PCI: dw-rockchip: Support fixed MSI-X table and PBA on RK3588
` [PATCH v2 3/3] PCI: endpoint: pci-epf-vntb: Honor MSI-X selection

[PATCH v6 0/2] PCI: endpoint: pci-epf-*ntb: Harden vNTB resource management
 2026-09-01 19:05 UTC  (7+ messages)
` [PATCH v6 1/2] PCI: endpoint: pci-epf-vntb: Serialize virtual PCI bus scan
` [PATCH v6 2/2] PCI: endpoint: pci-epf-vntb: Manage virtual NTB and PCI bus lifetime

[PATCH net v3] net: ntb_netdev: Fix statistics races
 2026-09-01  3:30 UTC  (3+ messages)

[PATCH net v2] net: ntb_netdev: Fix statistics races
 2026-08-29 14:38 UTC  (5+ messages)

[PATCH 0/3] PCI: endpoint: Support hardware-owned MSI-X table and PBA
 2026-08-29 14:11 UTC  (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] PCI: dw-rockchip: Support fixed MSI-X table and PBA on RK3588
` [PATCH 3/3] PCI: endpoint: pci-epf-vntb: Honor MSI-X selection

[PATCH v2 0/5] PCI: endpoint: Remote DMA support via vNTB
 2026-08-28 18:59 UTC  (14+ messages)
` [PATCH v2 1/5] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v2 2/5] PCI: dwc: Expose endpoint DMA resources
` [PATCH v2 3/5] PCI: endpoint: pci-epf-vntb: Move epf_ntb_is_bar_used() up
` [PATCH v2 4/5] PCI: endpoint: pci-epf-vntb: Export endpoint DMA channels
` [PATCH v2 5/5] NTB: ntb_hw_epf: Discover vNTB-embedded DMA

[PATCH 00/16] NTB: Add direct TX/RX using PCI endpoint DMA
 2026-08-28 17:12 UTC  (28+ messages)
` [PATCH 01/16] NTB: ntb_transport: Abort link setup on QP MW allocation failure
` [PATCH 02/16] NTB: ntb_transport: Reject oversized TX buffers
` [PATCH 03/16] NTB: ntb_transport: Start TX offload thread after queue setup
` [PATCH 04/16] NTB: ntb_transport: Stop QP work before freeing a queue
` [PATCH 05/16] NTB: ntb_transport: Run RX processing on system workqueue
` [PATCH 06/16] NTB: ntb_transport: Define direct-DMA shared state
` [PATCH 07/16] NTB: ntb_transport: Negotiate direct-DMA queue layout
` [PATCH 08/16] NTB: ntb_transport: Add opt-in direct-DMA channel reservation
` [PATCH 09/16] NTB: ntb_transport: Allocate direct-DMA queue state
` [PATCH 10/16] NTB: ntb_transport: Implement direct-DMA QP session handshake
` [PATCH 11/16] NTB: ntb_transport: Implement direct-DMA RX buffer publication
` [PATCH 12/16] NTB: ntb_transport: Implement direct-DMA TX submission
` [PATCH 13/16] NTB: ntb_transport: Implement safe direct-DMA teardown
` [PATCH 14/16] NTB: ntb_transport: Enable direct-DMA queues
` [PATCH 15/16] NTB: ntb_transport: Report the direct-DMA payload limit
` [PATCH 16/16] NTB: ntb_transport: Add optional polling for direct-DMA RX

[PATCH net] net: ntb_netdev: Fix statistics races
 2026-08-28  1:06 UTC  (5+ messages)

[PATCH net 0/2] net: ntb_netdev: Fix RX statistics accounting
 2026-08-22 20:20 UTC  (5+ messages)
` [PATCH net 1/2] net: ntb_netdev: Avoid double-accounting netif_rx() drops
` [PATCH net 2/2] net: ntb_netdev: Count packets dropped on RX refill failure

[PATCH net 0/4] net: ntb_netdev: Fix TX completion and error handling
 2026-08-20 21:10 UTC  (13+ messages)
` [PATCH net 1/4] NTB: ntb_transport: Recycle TX entries before client callbacks
` [PATCH net 2/4] net: ntb_netdev: Fix TX busy and drop handling
` [PATCH net 3/4] NTB: ntb_transport: Fail TX enqueue when the QP link is down
` [PATCH net 4/4] NTB: ntb_transport: Reject oversized TX buffers

[PATCH net-next v2 0/4] net: ntb_netdev: Preserve checksum offload across NTB
 2026-08-19 16:59 UTC  (14+ messages)
` [PATCH net-next v2 1/4] NTB: ntb_transport: Order RX descriptor reads after completion
` [PATCH net-next v2 2/4] NTB: ntb_transport: Use little-endian shared fields
` [PATCH net-next v2 3/4] NTB: ntb_transport: Add per-payload client metadata
` [PATCH net-next v2 4/4] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB

[PATCH net-next 0/2] net: ntb_netdev: Preserve checksum offload across NTB
 2026-08-19  2:26 UTC  (9+ messages)
` [PATCH net-next 1/2] NTB: ntb_transport: Add per-payload client metadata
` [PATCH net-next 2/2] net: ntb_netdev: Preserve CHECKSUM_PARTIAL across NTB

[PATCH v2] ntb: fix tx descriptor leak on dmaengine_submit failure
 2026-08-16  3:01 UTC  (3+ messages)

[PATCH net] NTB: ntb_netdev: Preserve RX queue depth on allocation failure
 2026-08-11  9:20 UTC  (3+ messages)

[PATCH 00/11] PCI/NTB: endpoint: packed vNTB memory windows
 2026-08-04  1:41 UTC  (20+ messages)
` [PATCH 03/11] PCI: endpoint: pci-epf-vntb: Add packed MW layout handling
` [PATCH 04/11] PCI: endpoint: pci-epf-vntb: Implement MW group translation callbacks
` [PATCH 05/11] PCI: endpoint: pci-epf-vntb: Allocate packed outbound MW space
` [PATCH 06/11] PCI: endpoint: pci-epf-vntb: Add outbound MW group commands
` [PATCH 07/11] NTB: epf: Implement MW group translation callbacks
` [PATCH 08/11] NTB: perf: Reject grouped memory windows
` [PATCH 10/11] NTB: ntb_transport: Use atomic MW translation groups
` [PATCH 11/11] PCI: endpoint: pci-epf-vntb: Expose packed MWs through configfs


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