Linux-RDMA Archive mirror
 help / color / mirror / Atom feed
[PATCH net-next v3 0/2] net/smc: Two features for smc-r
 2024-12-09 14:10 UTC  (4+ messages)
` [PATCH net-next v3 1/2] net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
` [PATCH net-next v3 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-09 14:01 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

[syzbot] [rdma?] KASAN: slab-use-after-free Read in dev_get_flags
 2024-12-09 13:18 UTC  (2+ messages)

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-09 12:36 UTC  (16+ messages)
` [PATCH net-next v2 1/2] net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
` [PATCH net-next v2 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[PATCH for-rc 0/5] RDMA/bnxt_re: Bug fixes
 2024-12-09  4:43 UTC  (11+ messages)
` [PATCH for-rc 1/5] RDMA/bnxt_re: Fix max SGEs for the Work Request
` [PATCH for-rc 2/5] RDMA/bnxt_re: Avoid initializing the software queue for user queues
` [PATCH for-rc 3/5] RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters
` [PATCH for-rc 4/5] RDMA/bnxt_re: Fix error recovery sequence
` [PATCH for-rc 5/5] RDMA/bnxt_re: Fix bnxt_re_destroy_qp()

[PATCH v3 net-next] net/mlx5e: Report rx_discards_phy via rx_fifo_errors
 2024-12-08  6:01 UTC  (3+ messages)

[PATCH net-next V5 00/11] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-07  2:13 UTC  (15+ messages)
` [PATCH mlx5-next V5 01/11] net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bits
` [PATCH mlx5-next V5 02/11] net/mlx5: Add ConnectX-8 device to ifc
` [PATCH mlx5-next V5 03/11] net/mlx5: Add support for new scheduling elements
` [PATCH mlx5-next V5 04/11] net/mlx5: qos: Add ifc support for cross-esw scheduling
` [PATCH net-next V5 05/11] net/mlx5: DR, Expand SWS STE callbacks and consolidate common structs
` [PATCH net-next V5 06/11] net/mlx5: DR, Add support for ConnectX-8 steering
` [PATCH net-next V5 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V5 08/11] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next V5 09/11] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next V5 10/11] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next V5 11/11] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw

[syzbot] [net?] [s390?] KASAN: slab-use-after-free Read in netdev_walk_all_lower_dev
 2024-12-06 15:59 UTC 

[PATCH v3 net] net/mlx5: DR, prevent potential error pointer dereference
 2024-12-06  7:10 UTC  (3+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS d507d29bfde3fee6a74d098a9ac640b8fc1a549b
 2024-12-06  1:29 UTC 

[PATCH v3 00/10] Introduce fwctl subystem
 2024-12-05 23:58 UTC  (3+ messages)

[PATCH rdma-next 0/9] Rework retry algorithm used when sending MADs
 2024-12-05 13:49 UTC  (10+ messages)
` [PATCH rdma-next 1/9] IB/mad: Apply timeout modification (CM MRA) only once
` [PATCH rdma-next 2/9] IB/mad: Add deadline for send MADs
` [PATCH rdma-next 3/9] RDMA/sa_query: Enforce min retry interval and deadline
` [PATCH rdma-next 4/9] RDMA/nldev: Add sa-min-timeout management attribute
` [PATCH rdma-next 5/9] IB/umad: Set deadline when sending non-RMPP MADs
` [PATCH rdma-next 6/9] IB/cm: Set deadline when sending MADs
` [PATCH rdma-next 7/9] IB/mad: Exponential backoff when retrying sends
` [PATCH rdma-next 8/9] RDMA/nldev: Add mad-linear-timeouts management attribute
` [PATCH rdma-next 9/9] IB/cma: Lower response timeout to roughly 1s

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-05 13:21 UTC  (19+ messages)
` [PATCH v4 01/18] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v4 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v4 03/18] iommu: generalize the batched sync after map interface
` [PATCH v4 04/18] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v4 05/18] dma-mapping: Add check if IOVA can be used
` [PATCH v4 06/18] dma: Provide an interface to allow allocate IOVA
` [PATCH v4 07/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v4 08/18] dma-mapping: Implement link/unlink ranges API
` [PATCH v4 09/18] dma-mapping: add a dma_need_unmap helper
` [PATCH v4 10/18] docs: core-api: document the IOVA-based API
` [PATCH v4 11/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v4 12/18] mm/hmm: provide generic DMA managing logic
` [PATCH v4 13/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v4 14/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v4 15/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v4 16/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v4 17/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v4 18/18] vfio/mlx5: Enable the DMA link API

Bug#1086520: linux-image-6.11.2-amd64: makes opensm fail to start
 2024-12-05  9:17 UTC  (8+ messages)

[PATCH net] net/mlx5: DR, prevent potential error pointer dereference
 2024-12-05  9:02 UTC  (10+ messages)

[PATCH for-rc v2] RDMA/core: Fix ENODEV error for iWARP test over vlan
 2024-12-05  8:42 UTC  (2+ messages)

[PATCH mlx5-next] RDMA/mlx5: Enforce same type port association for multiport RoCE
 2024-12-05  8:35 UTC  (3+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS d0257e089d1bbd35c69b6c97ff73e3690ab149a9
 2024-12-05  3:31 UTC 

[PATCH for-next 0/8] RDMA/erdma: Support the RoCEv2 protocol
 2024-12-05  2:54 UTC  (16+ messages)
` [PATCH for-next 1/8] RDMA/erdma: Probe the erdma RoCEv2 device
` [PATCH for-next 2/8] RDMA/erdma: Add GID table management interfaces
` [PATCH for-next 4/8] RDMA/erdma: Add address handle implementation

[PATCH net-next V4 00/11] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-04 22:25 UTC  (18+ messages)
` [PATCH mlx5-next V4 01/11] net/mlx5: ifc: Reorganize mlx5_ifc_flow_table_context_bits
` [PATCH mlx5-next V4 02/11] net/mlx5: Add ConnectX-8 device to ifc
` [PATCH mlx5-next V4 03/11] net/mlx5: Add support for new scheduling elements
` [PATCH net-next V4 04/11] net/mlx5: qos: Add ifc support for cross-esw scheduling
` [PATCH net-next V4 05/11] net/mlx5: DR, Expand SWS STE callbacks and consolidate common structs
` [PATCH net-next V4 06/11] net/mlx5: DR, Add support for ConnectX-8 steering
` [PATCH net-next V4 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V4 08/11] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next V4 09/11] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next V4 10/11] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next V4 11/11] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw

[syzbot] [rdma?] KASAN: slab-use-after-free Read in siw_query_port (2)
 2024-12-04 14:27 UTC  (7+ messages)

[PATCH] RDMA/uverbs: Prevent integer overflow issue
 2024-12-04 14:20 UTC  (2+ messages)

[PATCH rdma-next] RDMA/bnxt_re: Remove always true dattr validity check
 2024-12-04 13:55 UTC  (2+ messages)

[recipe build #3822416] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-12-04 12:48 UTC 

[PATCH v2 net] net/mlx5: DR, prevent potential error pointer dereference
 2024-12-04 12:04 UTC  (3+ messages)

[PATCH net 0/6] several fixes for smc
 2024-12-04  7:12 UTC  (9+ messages)
` [PATCH net 1/6] net/smc: protect link down work from execute after lgr freed
` [PATCH net 2/6] net/smc: set SOCK_NOSPACE when send_remaining but no sndbuf_space left
` [PATCH net 3/6] net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
` [PATCH net 4/6] net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt "
` [PATCH net 5/6] net/smc: check smcd_v2_ext_offset "
` [PATCH net 6/6] net/smc: check return value of sock_recvmsg when draining clc data

[PATCH rdma-next 1/1] RDMA/mana_ib: Set correct device into ib
 2024-12-03 18:32 UTC  (10+ messages)
            ` [EXTERNAL] "

[PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
 2024-12-03 16:11 UTC  (3+ messages)

[PATCH rdma-next] RDMA/mlx5: Extend ODP statistics with operation count
 2024-12-03 13:57 UTC 

[PATCH rdma-next 0/3] Add Flow Control for Solicited MADs
 2024-12-03 13:52 UTC  (4+ messages)
` [PATCH rdma-next 1/3] IB/mad: Replace MAD's refcount with a state machine
` [PATCH rdma-next 2/3] IB/mad: Remove unnecessary done list by utilizing MAD states
` [PATCH rdma-next 3/3] IB/mad: Add flow control for solicited MADs

[PATCH rdma-next] RDMA/mlx4: Avoid false error about access to uninitialized gids array
 2024-12-03 13:44 UTC 

[PATCH rdma-next 1/2] RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT size
 2024-12-03 13:42 UTC  (2+ messages)
` [PATCH rdma-next 2/2] RDMA/mlx4: Use DMA iterator to write MTT

[PATCH net-next RESEND v2] net/smc: Remove unused function parameter in __smc_diag_dump
 2024-12-03 11:33 UTC  (2+ messages)

[PATCH net v2 0/2] two fixes for SMC
 2024-12-03  9:59 UTC  (5+ messages)
` [PATCH net v2 2/2] net/smc: fix LGR and link use-after-free issue

[recipe build #3821152] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-12-02 16:47 UTC 

[syzbot] Monthly rdma report (Nov 2024)
 2024-12-02 14:46 UTC  (3+ messages)

[syzbot] [rdma?] KASAN: slab-use-after-free Read in ib_device_uevent
 2024-12-02 10:36 UTC 

[RFC 0/5] GPU Direct RDMA (P2P DMA) for Device Private Pages
 2024-12-01 10:36 UTC  (6+ messages)
` [RFC 1/5] mm/hmm: HMM API to enable P2P DMA for device private pages
` [RFC 2/5] nouveau/dmem: HMM P2P DMA for private dev pages
` [RFC 3/5] IB/core: P2P DMA for device private pages
` [RFC 4/5] RDMA/mlx5: Add fallback for P2P DMA errors
` [RFC 5/5] RDMA/mlx5: Enabling ATS for ODP memory

[PATCH 5.10] IB/core: Fix ib_cache_setup_one error flow cleanup
 2024-11-30 22:52 UTC 

[PATCH] cxgb4: prevent potential integer overflow on 32bit
 2024-11-30 10:01 UTC 

blktests failures with v6.12 kernel
 2024-11-29  8:37 UTC  (3+ messages)

[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
 2024-11-29  4:11 UTC  (7+ messages)
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH net-next 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2
 2024-11-29  3:13 UTC  (3+ messages)

[PATCH net] selftests: rds: move test.py to TEST_FILES
 2024-11-28  9:30 UTC  (2+ messages)

[RFC] RDMA/core: Fix IPv6 loopback dst MAC address lookup logic
 2024-11-28  9:21 UTC  (4+ messages)

[PATCH] hv_netvsc: Set device flags for properly indicating bonding
 2024-11-27 20:08 UTC  (2+ messages)
` [EXTERNAL] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).