linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-02 10:16:22 to 2024-04-12 09:20:50 UTC [more...]

[PATCH for-next 00/10] RDMA/hns: Bugfixes and cleanups
 2024-04-12  9:16 UTC  (6+ messages)
` [PATCH for-next 01/10] RDMA/hns: Use macro instead of magic number
` [PATCH for-next 02/10] RDMA/hns: Remove unused parameters and variables
` [PATCH for-next 03/10] RDMA/hns: Add max_ah and cq moderation capacities in query_device()
` [PATCH for-next 04/10] RDMA/hns: Fix deadlock on SRQ async events
` [PATCH for-next 05/10] RDMA/hns: Fix UAF for cq async event

[PATCH rdma-next 1/1] RDMA/mana_ib: Use num_comp_vectors of ib_device
 2024-04-12  8:47 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS dfcdb38b21e4fb92a49acdbdf6afa82c07c8eba0
 2024-04-12  5:00 UTC 

[PATCH net-next v6 0/2] Minor cleanups to skb frag ref/unref
 2024-04-12  2:50 UTC  (4+ messages)
` [PATCH net-next v6 1/2] net: move skb ref helpers to new header
` [PATCH net-next v6 2/2] net: mirror skb frag ref/unref helpers

[PATCH 0/8] scsi: documentation: clean up docs and fix kernel-doc
 2024-04-12  2:05 UTC  (6+ messages)
` [PATCH 4/8] scsi: iser: fix @read_stag kernel-doc warning

[rdma:mana-ib-flex] BUILD SUCCESS a68292eb431619a5f8db9d4868346837c5606424
 2024-04-12  0:38 UTC 

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-04-11 20:24 UTC  (9+ messages)
` [PATCH v3 1/6] x86: Stop using weak symbols for __iowrite32_copy()
` [PATCH v3 2/6] s390: Implement __iowrite32_copy()
` [PATCH v3 3/6] s390: Stop using weak symbols for __iowrite64_copy()
` [PATCH v3 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()
` [PATCH v3 5/6] net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()
` [PATCH v3 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

[PATCH rdma-next] IB/cma: Define options to set CM timeouts and retries
 2024-04-11 17:15 UTC  (8+ messages)

[PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-11 14:50 UTC  (9+ messages)

[PATCH 1/1] RDMA/rxe: Return the correct errno
 2024-04-11 11:47 UTC  (4+ messages)

[PATCH rdma-next 1/1] RDMA/mana_ib: remove useless return values from dbg prints
 2024-04-11 11:30 UTC  (3+ messages)

[PATCH rdma-next v1] IB/core: Implement a limit on UMAD receive List
 2024-04-11 10:22 UTC  (3+ messages)

[PATCH v2] RDMA/hns: fix return value in hns_roce_map_mr_sg
 2024-04-11  7:05 UTC  (5+ messages)

[PATCH] [v4] net/mlx5: fix possible stack overflows
 2024-04-11  3:10 UTC  (3+ messages)

[PATCH net] RDMA/hns: fix return value in hns_roce_map_mr_sg
 2024-04-11  3:09 UTC  (3+ messages)

[PATCH rdma-next v3 0/6] RDMA/mana_ib: Enable RNIC adapter and populate it with GIDs
 2024-04-10  8:42 UTC  (7+ messages)
` [PATCH rdma-next v3 1/6] RDMA/mana_ib: Add EQ creation for rnic adapter
` [PATCH rdma-next v3 2/6] RDMA/mana_ib: Create and destroy "
` [PATCH rdma-next v3 3/6] RDMA/mana_ib: implement port parameters
` [PATCH rdma-next v3 4/6] RDMA/mana_ib: enable RoCE on port 1
` [PATCH rdma-next v3 5/6] RDMA/mana_ib: adding and deleting GIDs
` [PATCH rdma-next v3 6/6] RDMA/mana_ib: Configure mac address in RNIC

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-04-09 20:39 UTC  (3+ messages)

[PATCH] RDMA: hns: Fix possible null pointer dereference
 2024-04-09 18:01 UTC  (4+ messages)

[rdma:wip/leon-for-next] BUILD SUCCESS WITH WARNING c3236d538646c8e333370d71cb1d1e37e8996eaf
 2024-04-09  9:14 UTC  (3+ messages)

[rdma:wip/leon-for-next 12/12] drivers/infiniband/hw/hns/hns_roce_hw_v2.c:4864:13: warning: unused variable 'sl_num'
 2024-04-09  7:28 UTC  (2+ messages)

[rdma:wip/leon-for-rc] BUILD SUCCESS be121ffb384f53e966ee7299ffccc6eeb61bc73d
 2024-04-09  0:08 UTC 

[PATCH v3 1/3] net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-08 21:45 UTC  (9+ messages)
` [PATCH v3 2/3] RDMA/mana_ib: Prefer struct_size over open coded arithmetic
` [PATCH v3 3/3] net: mana: Avoid "

[PATCH 1/1] RDMA/rxe: Make pr_fmt work
 2024-04-08 14:08 UTC  (10+ messages)

[PATCH rdma-next v4 0/4] Define and use mana queues for CQs and WQs
 2024-04-08 14:00 UTC  (10+ messages)
` [PATCH rdma-next v4 1/4] RDMA/mana_ib: Introduce helpers to create and destroy mana queues
` [PATCH rdma-next v4 2/4] RDMA/mana_ib: Use struct mana_ib_queue for CQs
` [PATCH rdma-next v4 3/4] RDMA/mana_ib: Use struct mana_ib_queue for WQs
` [PATCH rdma-next v4 4/4] RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs
  ` [EXTERNAL] Re: [PATCH rdma-next v4 0/4] Define and use mana queues for CQs and WQs

[net-next v4 0/2] devlink: Add port function attribute for IO EQs
 2024-04-08 13:20 UTC  (8+ messages)
` [net-next v4 1/2] devlink: Support setting max_io_eqs
` [net-next v4 2/2] mlx5/core: Support max_io_eqs for a function

[PATCH for-next] RDMA/hns: Support DSCP
 2024-04-08 11:28 UTC  (2+ messages)

[PATCH rdma-next v2 0/3] Rewrite mlx3 mkeys logic
 2024-04-08 10:35 UTC  (6+ messages)
` [PATCH rdma-next v2 1/3] RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent
` [PATCH rdma-next v2 2/3] RDMA/mlx5: Change check for cacheable mkeys
` [PATCH rdma-next v2 3/3] RDMA/mlx5: Adding remote atomic access flag to updatable flags

[PATCH rdma-rc] RDMA/mlx5: Fix port number for counter query in multi-port configuration
 2024-04-08 10:33 UTC  (2+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-08 10:03 UTC  (18+ messages)
` [PATCH 1/9] hyperv: Convert from tasklet to BH workqueue
` [PATCH 2/9] dma: "
` [PATCH 3/9] IB: "
` [PATCH 7/9] s390: "
` [PATCH 9/9] mmc: "

[PATCH v2 4/4] ax.25: Remove the now superfluous sentinel elements from ctl_table array
 2024-04-08  7:20 UTC  (7+ messages)

[bug report] kmemleak in rdma_core observed during blktests nvme/rdma use siw
 2024-04-08  6:57 UTC  (3+ messages)

[Build #28030858] armhf build of rdma-core 52.0~202404070746+git8364b11f~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-04-07 10:11 UTC 

[Build #28030852] armhf build of rdma-core 52.0~202404070746+git8364b11f~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-04-07 10:05 UTC 

[recipe build #3708865] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-04-07 10:01 UTC 

[net-next v3 0/2] devlink: Add port function attribute for IO EQs
 2024-04-05 16:34 UTC  (18+ messages)
` [net-next v3 1/2] devlink: Support setting max_io_eqs
` [net-next v3 2/2] mlx5/core: Support max_io_eqs for a function

[PATCH rdma-next] IB/core: Add option to limit user mad receive list
 2024-04-05 12:58 UTC  (4+ messages)

[rdma:for-next] BUILD SUCCESS f10242b3da908dc9d4bfa040e6511a5b86522499
 2024-04-04 10:47 UTC 

Implementing .shutdown method for efa module
 2024-04-04  6:54 UTC  (8+ messages)

[Build #28023184] armhf build of rdma-core 52.0~202404031838+git4b08a22a~ubuntu18.04.1 in ubuntu bionic RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-04-04  4:12 UTC 

[Build #28023176] armhf build of rdma-core 52.0~202404031838+git4b08a22a~ubuntu20.04.1 in ubuntu focal RELEASE [~linux-rdma/ubuntu/rdma-core-daily]
 2024-04-04  4:01 UTC 

[PATCH net,v2] net: mana: Fix Rx DMA datasize and skb_over_panic
 2024-04-04  2:40 UTC  (2+ messages)

[recipe build #3707358] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2024-04-03 21:18 UTC 

[PATCH 0/9] address remaining -Wtautological-constant-out-of-range-compare
 2024-04-03 20:16 UTC  (4+ messages)
` [PATCH 7/9] infiniband: uverbs: avoid out-of-range warnings

[PATCH v0 01/14] IB/hfi1, IB/qib: Make I2C terminology more inclusive
 2024-04-03 16:44 UTC  (4+ messages)

mlx5 attr.max_sge checks
 2024-04-03 12:28 UTC  (4+ messages)

[PATCH v4] IB/hfi1: allocate dummy net_device dynamically
 2024-04-03 12:15 UTC  (5+ messages)

[PATCH] net :mana : Add per-cpu stats for MANA device
 2024-04-03  5:43 UTC  (11+ messages)
                ` [EXTERNAL] "

[PATCH net-next v3 0/3] Minor cleanups to skb frag ref/unref
 2024-04-03  2:10 UTC  (2+ messages)

[rdma:for-rc] BUILD SUCCESS b68e1acb5834ed1a2ad42d9d002815a8bae7c0b6
 2024-04-02 22:09 UTC 

[PATCH v2] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-02 18:58 UTC  (2+ messages)

[PATCH 5 net] RDMA/core: fix UAF with ib_device_get_netdev()
 2024-04-02 18:22 UTC 

[PATCH net-next] net: create a dummy net_device allocator
 2024-04-02 18:17 UTC  (2+ messages)

[PATCH net] net: mana: Fix Rx DMA datasize and skb_over_panic
 2024-04-02 15:59 UTC  (6+ messages)

[net-next v2 0/2] devlink: Add port function attribute for IO EQs
 2024-04-02 15:36 UTC  (5+ messages)
` [net-next v2 1/2] devlink: Support setting max_io_eqs
` [net-next v2 2/2] mlx5/core: Support max_io_eqs for a function

[PATCH for-next 00/11] RDMA/rxe: Various fixes and cleanups
 2024-04-02 12:57 UTC  (7+ messages)
` [PATCH for-next 01/11] RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt
` [PATCH for-next 02/11] RDMA/rxe: Allow good work requests to be executed
` [PATCH for-next 07/11] RDMA/rxe: Don't call rxe_requester from rxe_completer


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).