linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-06 08:06:10 to 2023-10-16 16:59:58 UTC [more...]

[PATCH v2 iproute2-next 0/2] rdma: Support dumping SRQ resource in raw format
 2023-10-16 16:20 UTC  (8+ messages)
` [PATCH v2 iproute2-next 1/2] rdma: Update uapi headers
` [PATCH v2 iproute2-next 2/2] rdma: Add support to dump SRQ resource in raw format

[PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
 2023-10-16 14:27 UTC  (7+ messages)

[PATCH v2 05/13] PCI/ASPM: Add pci_enable_link_state()
 2023-10-16 12:57 UTC  (5+ messages)

[recipe build #3618394] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2023-10-16 12:31 UTC 

[PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() to Error
 2023-10-16 12:11 UTC  (2+ messages)

[RFC iproute2-next 0/3] Add support to set privileged qkey parameter
 2023-10-16  6:31 UTC  (4+ messages)
` [RFC iproute2-next 1/3] rdma: update uapi headers
` [RFC iproute2-next 2/3] rdma: Add an option to set privileged QKEY parameter
` [RFC iproute2-next 3/3] rdma: Adjust man page for rdma system set privileged_qkey command

[PATCH 1/1] RDMA/rxe: Fix blktests srp lead kernel panic with 64k page size
 2023-10-16  6:07 UTC  (6+ messages)

[PATCH 00/19] Cleanup for siw
 2023-10-16  2:22 UTC  (26+ messages)
` [PATCH 01/19] RDMA/siw: Introduce siw_get_page
` [PATCH 02/19] RDMA/siw: Introduce siw_srx_update_skb
` [PATCH 03/19] RDMA/siw: Use iov.iov_len in kernel_sendmsg
` [PATCH 04/19] RDMA/siw: Remove goto lable in siw_mmap
` [PATCH 05/19] RDMA/siw: Remove rcu from siw_qp
` [PATCH 06/19] RDMA/siw: No need to check term_info.valid before call siw_send_terminate
` [PATCH 07/19] RDMA/siw: Also goto out_sem_up if pin_user_pages returns 0
` [PATCH 08/19] RDMA/siw: Factor out siw_generic_rx helper
` [PATCH 09/19] RDMA/siw: Introduce SIW_STAG_MAX_INDEX
` [PATCH 10/19] RDMA/siw: Add one parameter to siw_destroy_cpulist
` [PATCH 11/19] RDMA/siw: Introduce siw_cep_set_free_and_put
` [PATCH 12/19] RDMA/siw: Introduce siw_free_cm_id
` [PATCH 13/19] RDMA/siw: Simplify siw_qp_id2obj
` [PATCH 14/19] RDMA/siw: Simplify siw_mem_id2obj
` [PATCH 15/19] RDMA/siw: Cleanup siw_accept
` [PATCH 16/19] RDMA/siw: Remove siw_sk_assign_cm_upcalls
` [PATCH 17/19] RDMA/siw: Fix typo
` [PATCH 18/19] RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
` [PATCH 19/19] RDMA/siw: Introduce siw_destroy_cep_sock

[rdma:wip/leon-for-next] BUILD SUCCESS 45cfa8864cd3ae228ddb17bf2316a0ab3284f70d
 2023-10-15 20:56 UTC 

[PATCH v2] IB: rework memlock limit handling code
 2023-10-15  9:19 UTC  (2+ messages)

[PATCH for-next v2 0/3] RDMA/bnxt_re: Async events update
 2023-10-15  8:52 UTC  (5+ messages)
` [PATCH for-next v2 1/3] RDMA/bnxt_re: Update HW interface headers
` [PATCH for-next v2 2/3] RDMA/bnxt_re: Report async events and errors
` [PATCH for-next v2 3/3] RDMA/bnxt_re: Do not report SRQ error in srq notification

[PATCH rdma-next] IB/mlx5: Fix rdma counter binding for RAW QP
 2023-10-15  8:05 UTC  (2+ messages)

[PATCH] net/mlx4_core: replace deprecated strncpy with strscpy
 2023-10-14  0:30 UTC  (4+ messages)

[GIT PULL] Please pull IPsec packet offload support in multiport RoCE devices
 2023-10-13 17:00 UTC  (2+ messages)

[bug report] blktests srp/002 hang
 2023-10-13 12:51 UTC  (3+ messages)

[PATCH net 0/5] net/smc: bugfixs for smc-r
 2023-10-13 12:27 UTC  (22+ messages)
` [PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
` [PATCH net 2/5] net/smc: fix incorrect barrier usage
` [PATCH net 3/5] net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
` [PATCH net 4/5] net/smc: protect connection state transitions in listen work
` [PATCH net 5/5] net/smc: put sk reference if close work was canceled

[bug report][bisected] rdma_rxe: blktests srp lead kernel panic with 64k page size
 2023-10-13 12:16 UTC  (7+ messages)

[PATCH net-next v11 3/6] page_pool: remove PP_FLAG_PAGE_FRAG
 2023-10-13  6:48 UTC 

[PATCH V2 00/20] Cleanup for siw
 2023-10-13  2:00 UTC  (21+ messages)
` [PATCH V2 01/20] RDMA/siw: Introduce siw_get_page
` [PATCH V2 02/20] RDMA/siw: Introduce siw_srx_update_skb
` [PATCH V2 03/20] RDMA/siw: Use iov.iov_len in kernel_sendmsg
` [PATCH V2 04/20] RDMA/siw: Remove goto lable in siw_mmap
` [PATCH V2 05/20] RDMA/siw: Remove rcu from siw_qp
` [PATCH V2 06/20] RDMA/siw: No need to check term_info.valid before call siw_send_terminate
` [PATCH V2 07/20] RDMA/siw: Also goto out_sem_up if pin_user_pages returns 0
` [PATCH V2 08/20] RDMA/siw: Factor out siw_generic_rx helper
` [PATCH V2 09/20] RDMA/siw: Introduce SIW_STAG_MAX_INDEX
` [PATCH V2 10/20] RDMA/siw: Add one parameter to siw_destroy_cpulist
` [PATCH V2 11/20] RDMA/siw: Introduce siw_cep_set_free_and_put
` [PATCH V2 12/20] RDMA/siw: Introduce siw_free_cm_id
` [PATCH V2 13/20] RDMA/siw: Simplify siw_qp_id2obj
` [PATCH V2 14/20] RDMA/siw: Simplify siw_mem_id2obj
` [PATCH V2 15/20] RDMA/siw: Cleanup siw_accept
` [PATCH V2 16/20] RDMA/siw: Remove siw_sk_assign_cm_upcalls
` [PATCH V2 17/20] RDMA/siw: Fix typo
` [PATCH V2 18/20] RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qp
` [PATCH V2 19/20] RDMA/siw: Introduce siw_destroy_cep_sock
` [PATCH V2 20/20] RDMA/siw: Update comments for siw_qp_sq_process

[PATCH] net/mlx5: Annotate struct mlx5_flow_handle with __counted_by
 2023-10-12 19:48 UTC  (2+ messages)

[PATCH] net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
 2023-10-12 19:48 UTC  (2+ messages)

[PATCH] net/mlx5: simplify mlx5_set_driver_version string assignments
 2023-10-12 19:46 UTC  (3+ messages)

[PATCH net v3] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set
 2023-10-12 16:55 UTC  (6+ messages)

[PATCH 1/1] Revert "RDMA/rxe: Add workqueue support for rxe tasks"
 2023-10-12 15:38 UTC  (25+ messages)

[PATCH v2 04/13] PCI/ASPM: Move L0S/L1/sub states mask calculation into a helper
 2023-10-12 10:29 UTC  (3+ messages)

[net-next v3 1/5] netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule
 2023-10-12  0:40 UTC  (7+ messages)
` [net-next v3 2/5] netdev: make napi_schedule return bool on NAPI successful schedule
` [net-next v3 3/5] netdev: replace napi_reschedule with napi_schedule
` [net-next v3 4/5] net: tc35815: rework network interface interrupt logic
` [net-next v3 5/5] netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_schedule

[PATCH net] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set
 2023-10-11 23:10 UTC  (6+ messages)

[PATCH net] net/smc: fix panic smc_tcp_syn_recv_sock() while closing listen socket
 2023-10-11 12:39 UTC  (10+ messages)

[PATCH for-next 0/3] RDMA/bnxt_re: Async events update
 2023-10-11 10:04 UTC  (7+ messages)
` [PATCH for-next 1/3] RDMA/bnxt_re: Update HW interface headers
` [PATCH for-next 2/3] RDMA/bnxt_re: Report async events and errors

[PATCH v2 00/15] sysctl: Remove sentinel elements from drivers
 2023-10-10 22:26 UTC  (2+ messages)

[PATCH net v7 0/4] Add update_pn flag
 2023-10-10  8:50 UTC  (3+ messages)

split up ->kill_sb
 2023-10-10  8:44 UTC  (8+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super

[rdma:wip/leon-for-next] BUILD SUCCESS 5ac388db27c443dadfbb0b8b23fa7ccf429d901a
 2023-10-10  7:32 UTC 

[PATCH 6/7] fs/sysfs/group: make attribute_group pointers const
 2023-10-10  6:57 UTC  (10+ messages)

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (2+ messages)

[PATCH rdma-next] RDMA/core: Add support to set privileged QKEY parameter
 2023-10-09 10:43 UTC 

[PATCH iproute2-next 0/2] rdma: Support dumping SRQ resource in raw format
 2023-10-09  8:44 UTC  (5+ messages)
` [PATCH iproute2-next 1/2] rdma: Update uapi headers
` [PATCH iproute2-next 2/2] rdma: Add support to dump SRQ resource in raw format

[net-next PATCH v2 1/4] netdev: replace simple napi_schedule_prep/__napi_schedule to napi_schedule
 2023-10-09  8:27 UTC  (13+ messages)
` [net-next PATCH v2 3/4] netdev: replace napi_reschedule with napi_schedule
` [net-next PATCH v2 4/4] netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_schedule

[PATCH for-next v1] RDMA/irdma: Add support to re-register a memory region
 2023-10-09  5:41 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2023-10-07 18:12 UTC  (2+ messages)

[PATCH 0/2] rdma: Support dumping SRQ resource in raw format
 2023-10-07  3:43 UTC  (3+ messages)

[rdma:for-rc] BUILD SUCCESS c38d23a54445f9a8aa6831fafc9af0496ba02f9e
 2023-10-06 14:43 UTC 

[rdma:wip/leon-for-rc] BUILD SUCCESS 1c66501b71020e70802b0c8b3375fd92df1bb016
 2023-10-06 14:43 UTC 

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-10-06  8:05 UTC 


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