linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-19 19:07:32 to 2020-01-02 09:20:21 UTC [more...]

[PATCH v6 00/25] RTRS (former IBTRS) rdma transport library and RNBD (former IBNBD) rdma network block device
 2020-01-02  9:20 UTC  (40+ messages)
` [PATCH v6 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v6 02/25] rtrs: public interface header to establish RDMA connections
` [PATCH v6 03/25] rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v6 04/25] rtrs: core: lib functions shared between client and server modules
` [PATCH v6 05/25] rtrs: client: private header with client structs and functions
` [PATCH v6 06/25] rtrs: client: main functionality
` [PATCH v6 07/25] rtrs: client: statistics functions
` [PATCH v6 08/25] rtrs: client: sysfs interface functions
` [PATCH v6 09/25] rtrs: server: private header with server structs and functions
` [PATCH v6 10/25] rtrs: server: main functionality
` [PATCH v6 11/25] rtrs: server: statistics functions
` [PATCH v6 12/25] rtrs: server: sysfs interface functions
` [PATCH v6 13/25] rtrs: include client and server modules into kernel compilation
` [PATCH v6 14/25] rtrs: a bit of documentation
` [PATCH v6 15/25] rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v6 16/25] rnbd: client: private header with client structs and functions
` [PATCH v6 17/25] rnbd: client: main functionality
` [PATCH v6 18/25] rnbd: client: sysfs interface functions
` [PATCH v6 19/25] rnbd: server: private header with server structs and functions
` [PATCH v6 20/25] rnbd: server: main functionality
` [PATCH v6 21/25] rnbd: server: functionality for IO submission to file or block dev
` [PATCH v6 22/25] rnbd: server: sysfs interface functions
` [PATCH v6 23/25] rnbd: include client and server modules into kernel compilation
` [PATCH v6 24/25] rnbd: a bit of documentation
` [PATCH v6 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH rdma-core 0/8] pyverbs: Add support for the new post send API
 2019-12-31  9:19 UTC  (9+ messages)
` [PATCH rdma-core 1/8] pyverbs: Add support for memory window
` [PATCH rdma-core 2/8] pyverbs: Add TSO support
` [PATCH rdma-core 3/8] tests: Decrease maximal TSO header size
` [PATCH rdma-core 4/8] tests: Use post_recv in the right place
` [PATCH rdma-core 5/8] pyverbs: Expose MR's length property
` [PATCH rdma-core 6/8] pyverbs: Introduce extended QP and new post send
` [PATCH rdma-core 7/8] Documentation: Add extended QP to pyverbs's doc
` [PATCH rdma-core 8/8] tests: Add test using the new post send API

[PATCH] net/mlx5e: Fix printk format warning
 2019-12-31  4:35 UTC  (4+ messages)

[PATCH v4] infiniband: i40iw: fix a potential NULL pointer dereference
 2019-12-30 13:30 UTC  (2+ messages)

[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-29  4:33 UTC  (26+ messages)

[PATCH v3] infiniband: i40iw: fix a potential NULL pointer dereference
 2019-12-28 19:50 UTC  (3+ messages)

[PATCH v5 for-next 0/2] RDMA/hns: Add the workqueue framework for flush cqe handler
 2019-12-28  3:28 UTC  (3+ messages)
` [PATCH v5 for-next 1/2] "
` [PATCH v5 for-next 2/2] RDMA/hns: Delayed flush cqe process with workqueue

[PATCH] RDMA/rxe: Fix error type of mmap_offset
 2019-12-27 11:36 UTC 

[PATCH v4 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-12-27  9:59 UTC  (5+ messages)
` [PATCH v4 for-next 1/2] RDMA/hns: Add the workqueue framework for flush cqe handler
` [PATCH v4 for-next 2/2] RDMA/hns: Delayed flush cqe process with workqueue

[PATCH v2] infiniband: i40iw: fix a potential NULL pointer dereference
 2019-12-26 13:05 UTC  (2+ messages)

[PATCH 0/1] pyverbs: fix speed_to_str(), to handle disabled links
 2019-12-26  9:12 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH] infiniband: i40iw: fix a potential NULL pointer dereference
 2019-12-26  8:14 UTC  (2+ messages)

rxe panic
 2019-12-26  2:35 UTC  (12+ messages)

[PATCH 0/5] RDMA: use true,false for bool variable
 2019-12-24  9:50 UTC  (10+ messages)
` [PATCH 1/5] RDMA/siw: "
` [PATCH 2/5] IB/hfi1: "
` [PATCH 3/5] IB/iser: "
` [PATCH 4/5] RDMA/mlx4: "
` [PATCH 5/5] RDMA/mlx5: "

[net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
 2019-12-23 19:06 UTC  (5+ messages)
` [PATCH v3 02/20] ice: Initialize and register a virtual bus to provide RDMA
` [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions

[PATCH v3 for-next 0/2] Fix crash due to sleepy mutex while holding lock in post_{send|recv|poll}
 2019-12-23 13:49 UTC  (6+ messages)

[PATCH v5 00/25] RTRS (former IBTRS) rdma transport library and the corresponding RNBD (former IBNBD) rdma network block device
 2019-12-23 10:31 UTC  (38+ messages)
` [PATCH v5 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v5 02/25] rtrs: public interface header to establish RDMA connections
` [PATCH v5 03/25] rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v5 04/25] rtrs: core: lib functions shared between client and server modules
` [PATCH v5 05/25] rtrs: client: private header with client structs and functions
` [PATCH v5 06/25] rtrs: client: main functionality
` [PATCH v5 07/25] rtrs: client: statistics functions
` [PATCH v5 08/25] rtrs: client: sysfs interface functions
` [PATCH v5 09/25] rtrs: server: private header with server structs and functions
` [PATCH v5 10/25] rtrs: server: main functionality
` [PATCH v5 11/25] rtrs: server: statistics functions
` [PATCH v5 12/25] rtrs: server: sysfs interface functions
` [PATCH v5 13/25] rtrs: include client and server modules into kernel compilation
` [PATCH v5 14/25] rtrs: a bit of documentation
` [PATCH v5 15/25] rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v5 16/25] rnbd: client: private header with client structs and functions
` [PATCH v5 17/25] rnbd: client: main functionality
` [PATCH v5 18/25] rnbd: client: sysfs interface functions
` [PATCH v5 19/25] rnbd: server: private header with server structs and functions
` [PATCH v5 20/25] rnbd: server: main functionality
` [PATCH v5 21/25] rnbd: server: functionality for IO submission to file or block dev
` [PATCH v5 22/25] rnbd: server: sysfs interface functions
` [PATCH v5 23/25] rnbd: include client and server modules into kernel compilation
` [PATCH v5 24/25] rnbd: a bit of documentation
` [PATCH v5 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH for-next] RDMA/core: Fix storing node_desc
 2019-12-23  9:39 UTC 

[PATCH rdma-rc v1 0/3] ODP Fixes
 2019-12-22 12:46 UTC  (4+ messages)
` [PATCH rdma-rc v1 1/3] IB/mlx5: Unify ODP MR code paths to allow extra flexibility
` [PATCH rdma-rc v1 2/3] IB/core: Fix ODP get user pages flow
` [PATCH rdma-rc v1 3/3] IB/core: Fix ODP with IB_ACCESS_HUGETLB handling

[PATCH rdma-rc 0/3] ODP Fixes
 2019-12-22  9:56 UTC  (9+ messages)
` [PATCH rdma-rc 1/3] IB/mlx5: Unify ODP MR code paths to allow extra flexibility
` [PATCH rdma-rc 3/3] IB/core: Fix ODP with IB_ACCESS_HUGETLB handling

[PATCH AUTOSEL 4.9 02/14] RDMA/cma: add missed unregister_pernet_subsys in init failure
 2019-12-20 14:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 11/14] IB/mlx4: Follow mirror sequence of device add during device removal

[PATCH AUTOSEL 4.4 02/11] RDMA/cma: add missed unregister_pernet_subsys in init failure
 2019-12-20 14:47 UTC 

[PATCH AUTOSEL 4.14 04/19] RDMA/cma: add missed unregister_pernet_subsys in init failure
 2019-12-20 14:37 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 05/19] rxe: correctly calculate iCRC for unaligned payloads
` [PATCH AUTOSEL 4.14 16/19] IB/mlx4: Follow mirror sequence of device add during device removal

[PATCH AUTOSEL 5.4 21/52] RDMA/cma: add missed unregister_pernet_subsys in init failure
 2019-12-20 14:29 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 22/52] rxe: correctly calculate iCRC for unaligned payloads
` [PATCH AUTOSEL 5.4 47/52] RDMA/counter: Prevent auto-binding a QP which are not tracked with res
` [PATCH AUTOSEL 5.4 48/52] IB/mlx4: Follow mirror sequence of device add during device removal
` [PATCH AUTOSEL 5.4 49/52] IB/mlx5: Fix steering rule of drop and count

[PATCH AUTOSEL 4.19 12/34] RDMA/cma: add missed unregister_pernet_subsys in init failure
 2019-12-20 14:34 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 13/34] rxe: correctly calculate iCRC for unaligned payloads
` [PATCH AUTOSEL 4.19 30/34] IB/mlx4: Follow mirror sequence of device add during device removal
` [PATCH AUTOSEL 4.19 31/34] IB/mlx5: Fix steering rule of drop and count

[PATCH for-rc 0/4] Patches for 5.5 rc
 2019-12-20 13:47 UTC  (6+ messages)
` [PATCH for-rc 1/4] IB/hfi1: Add accessor API routines to access context members
` [PATCH for-rc 2/4] IB/hfi1: List all receive contexts from debugfs
` [PATCH for-rc 3/4] IB/rdmavt: Correct comments in rdmavt_qp.h header
` [PATCH for-rc 4/4] IB/hfi1: Don't cancel unused work item

[PATCH for-rc] IB/hfi1: Adjust flow PSN with the correct resync_psn
 2019-12-19 23:19 UTC 

[PATCH v2 0/2] rxe should use same buffer size for SGE's and inline data
 2019-12-19 18:37 UTC  (10+ messages)
` [PATCH v2 1/2] Introduce maximum WQE size to check limits

[PATCH for-next] RDMA/hns: Add support for extended atomic
 2019-12-19 19:07 UTC  (3+ messages)


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