Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
 messages from 2024-12-04 14:20:06 to 2024-12-11 13:44:16 UTC [more...]

[PATCH net-next 00/12] mlx5 misc changes 2024-12-11
 2024-12-11 13:42 UTC  (6+ messages)
` [PATCH mlx5-next 01/12] net/mlx5: Add device cap abs_native_port_num
` [PATCH net-next 02/12] net/mlx5: LAG, Refactor lag logic
` [PATCH net-next 03/12] net/mlx5: LAG, Support LAG over Multi-Host NICs
` [PATCH net-next 04/12] net/mlx5: fs, add counter object to flow destination
` [PATCH net-next 05/12] net/mlx5: fs, add mlx5_fs_pool API

[PATCH net-next V5 00/11] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-11  9:49 UTC  (20+ 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

[PATCH net v2 0/6] several fixes for smc
 2024-12-11  9:21 UTC  (7+ messages)
` [PATCH net v2 1/6] net/smc: protect link down work from execute after lgr freed
` [PATCH net v2 2/6] net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
` [PATCH net v2 3/6] net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
` [PATCH net v2 4/6] net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt "
` [PATCH net v2 5/6] net/smc: check smcd_v2_ext_offset "
` [PATCH net v2 6/6] net/smc: check return value of sock_recvmsg when draining clc data

[PATCH 6.1.y] net/mlx5e: Don't call cleanup on profile rollback failure
 2024-12-11 10:09 UTC  (2+ messages)

[PATCH for-rc 0/5] bnxt_re Bug fixes
 2024-12-11  8:39 UTC  (6+ messages)
` [PATCH for-rc 1/5] RDMA/bnxt_re: Fix the check for 9060 condition
` [PATCH for-rc 2/5] RDMA/bnxt_re: Add check for path mtu in modify_qp
` [PATCH for-rc 3/5] RDMA/bnxt_re: Fix setting mandatory attributes for modify_qp
` [PATCH for-rc 4/5] RDMA/bnxt_re: Fix to export port num to ib_query_qp
` [PATCH for-rc 5/5] RDMA/bnxt_re: Fix reporting hw_ver in query_device

[PATCH for-rc 0/5] RDMA/bnxt_re: Bug fixes
 2024-12-11  6:03 UTC  (9+ messages)
` [PATCH for-rc 4/5] RDMA/bnxt_re: Fix error recovery sequence

[PATCH bpf-next v2 0/5] net/smc: Introduce smc_ops
 2024-12-11  5:17 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: export necessary sympols for modules with struct_ops
` [PATCH bpf-next v2 2/5] net/smc: Introduce generic hook smc_ops
` [PATCH bpf-next v2 3/5] net/smc: bpf: register smc_ops info struct_ops
` [PATCH bpf-next v2 4/5] libbpf: fix error when st-prefix_ops and ops from differ btf
` [PATCH bpf-next v2 5/5] bpf/selftests: add simple selftest for bpf_smc_ops

[PATCH rdma-next 0/5] RDMA/bnxt_re: Minor code cleanups
 2024-12-11  3:45 UTC  (6+ messages)
` [PATCH rdma-next 1/5] RDMA/bnxt_re: Remove extra new line in bnxt_re_netdev_event
` [PATCH rdma-next 2/5] RDMA/bnxt_re: Remove unnecessary goto "
` [PATCH rdma-next 3/5] RDMA/bnxt_re: Optimize error handling in bnxt_re_probe
` [PATCH rdma-next 4/5] RDMA/bnxt_re: Eliminate need for some forward declarations
` [PATCH rdma-next 5/5] RDMA/bnxt_re: Remove unnecessary header file inclusion

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

[PATCH for-next v2 0/8] RDMA/erdma: Support the RoCEv2 protocol
 2024-12-11  2:09 UTC  (9+ messages)
` [PATCH for-next v2 1/8] RDMA/erdma: Probe the erdma RoCEv2 device
` [PATCH for-next v2 2/8] RDMA/erdma: Add GID table management interfaces
` [PATCH for-next v2 3/8] RDMA/erdma: Add the erdma_query_pkey() interface
` [PATCH for-next v2 4/8] RDMA/erdma: Add address handle implementation
` [PATCH for-next v2 5/8] RDMA/erdma: Add erdma_modify_qp_rocev2() interface
` [PATCH for-next v2 6/8] RDMA/erdma: Refactor the code of the modify_qp interface
` [PATCH for-next v2 7/8] RDMA/erdma: Add the query_qp command to the cmdq
` [PATCH for-next v2 8/8] RDMA/erdma: Support UD QPs and UD WRs

[PATCH] RDMA/siw: Remove direct link to net_device
 2024-12-11  1:52 UTC  (7+ messages)

[PATCH rdma-next 0/3] Add Flow Control for Solicited MADs
 2024-12-10 23:51 UTC  (8+ 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 v4 net-next] net/mlx5e: Report rx_discards_phy via rx_dropped
 2024-12-10 19:49 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Support mmapping reset state to userspace
 2024-12-10 13:48 UTC  (4+ messages)

[PATCH net-next v3 0/2] net/smc: Two features for smc-r
 2024-12-10 12:50 UTC  (8+ 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 for-next v8 0/6] On-Demand Paging on SoftRoCE
 2024-12-10 12:12 UTC  (13+ messages)
` [PATCH for-next v8 1/6] RDMA/rxe: Make MR functions accessible from other rxe source code
` [PATCH for-next v8 2/6] RDMA/rxe: Move resp_states definition to rxe_verbs.h
` [PATCH for-next v8 3/6] RDMA/rxe: Add page invalidation support
` [PATCH for-next v8 4/6] RDMA/rxe: Allow registering MRs for On-Demand Paging

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-10  9:59 UTC  (19+ 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] cxgb4: prevent potential integer overflow on 32bit
 2024-12-10  9:18 UTC  (3+ messages)

[PATCH rdma-next] RDMA/mlx5: Extend ODP statistics with operation count
 2024-12-10  9:09 UTC  (2+ messages)

[PATCH rdma-next 1/2] RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT size
 2024-12-10  9:08 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx4: Avoid false error about access to uninitialized gids array
 2024-12-10  9:08 UTC  (2+ messages)

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

[PATCH rdma-rc] RDMA/nldev: Set error code in rdma_nl_notify_event
 2024-12-10  8:10 UTC  (2+ messages)

[PATCH 6.1.y] net/mlx5e: Don't call cleanup on profile rollback failure
 2024-12-10  6:55 UTC 

[PATCH net-next V6 0/7] net/mlx5: ConnectX-8 SW Steering + Rate management on traffic classes
 2024-12-09 21:09 UTC  (8+ messages)
` [PATCH net-next V6 1/7] net/mlx5: DR, expand SWS STE callbacks and consolidate common structs
` [PATCH net-next V6 2/7] net/mlx5: DR, add support for ConnectX-8 steering
` [PATCH net-next V6 3/7] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next V6 4/7] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next V6 5/7] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next V6 6/7] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next V6 7/7] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw

[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 v3 net-next] net/mlx5e: Report rx_discards_phy via rx_fifo_errors
 2024-12-08  6:01 UTC  (3+ messages)

[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  (2+ 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  (8+ messages)

[PATCH mlx5-next] RDMA/mlx5: Enforce same type port association for multiport RoCE
 2024-12-05  8:35 UTC  (2+ 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  (7+ messages)
` [PATCH for-next 1/8] RDMA/erdma: Probe the erdma RoCEv2 device
` [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  (3+ messages)

[PATCH net-next V4 07/11] devlink: Extend devlink rate API with traffic classes bandwidth management
 2024-12-04 21:22 UTC  (3+ messages)

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

[PATCH] RDMA/uverbs: Prevent integer overflow issue
 2024-12-04 14:20 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