linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 11:47:37 to 2020-05-20 07:03:01 UTC [more...]

[net-next v4 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-19
 2020-05-20  7:02 UTC  (12+ messages)
` [net-next v4 01/12] Implementation of Virtual Bus
` [net-next v4 03/12] ice: Complete RDMA peer registration
` [net-next v4 04/12] ice: Support resource allocation requests
` [net-next v4 05/12] ice: Enable event notifications
` [net-next v4 06/12] ice: Allow reset operations
` [net-next v4 07/12] ice: Pass through communications to VF
` [net-next v4 08/12] i40e: Move client header location
` [net-next v4 09/12] i40e: Register a virtbus device to provide RDMA
` [net-next v4 10/12] ASoC: SOF: Introduce descriptors for SOF client
` [net-next v4 11/12] ASoC: SOF: Create client driver for IPC test
` [net-next v4 12/12] ASoC: SOF: ops: Add new op for client registration

[PATCH] dma-fence: add might_sleep annotation to _wait()
 2020-05-20  6:54 UTC  (2+ messages)

[PATCH V3 0/4] Introducing RDMA shared CQ pool
 2020-05-20  6:19 UTC  (6+ messages)
` [PATCH V3 1/4] RDMA/core: Add protection for shared CQs used by ULPs
` [PATCH V3 2/4] RDMA/core: Introduce shared CQ pool API
` [PATCH V3 3/4] nvme-rdma: use new shared CQ mechanism
` [PATCH V3 4/4] nvmet-rdma: "

[rdma:hmm] BUILD SUCCESS f07e2f6be37a750737b93f5635485171ad459eb9
 2020-05-20  4:27 UTC 

[PATCH for-rc or next 0/3] minor hfi and qib fixes
 2020-05-20  0:26 UTC  (5+ messages)
` [PATCH for-rc or next 1/3] IB/hfi1: Do not destroy hfi1_wq when the device is shut down
` [PATCH for-rc or next 3/3] IB/qib: Call kobject_put() when kobject_init_and_add() fails

Resolving use-after-free in ib_nl_send_msg
 2020-05-20  0:10 UTC  (8+ messages)
` [PATCH 1/2] IB/sa: "

[PATCH for-next v2 0/2] EFA host information
 2020-05-20  0:07 UTC  (5+ messages)
` [PATCH for-next v2 1/2] RDMA/efa: Fix setting of wrong bit in get/set_feature commands
` [PATCH for-next v2 2/2] RDMA/efa: Report host information to the device

[PATCH rdma-next] RDMA/mlx5: Add init2init as a modify command
 2020-05-20  0:03 UTC  (2+ messages)

[PATCH] RDMA/siw: Replace one-element array and use struct_size() helper
 2020-05-20  0:04 UTC  (3+ messages)

[PATCH v2] RDMA/rtrs: client: Fix function return on success
 2020-05-19 23:47 UTC  (3+ messages)

[bug report] RDMA/rtrs: server: main functionality
 2020-05-19 23:46 UTC  (5+ messages)
  ` [PATCH] RDMA/rtrs: Fix a couple off by one bugs in rtrs_srv_rdma_done()

[PATCH] RDMA/rtrs: Fix some signedness bugs in error handling
 2020-05-19 23:46 UTC  (6+ messages)
  ` [PATCH v2] "

linux-next: Tree for May 18 (drivers/infiniband/ulp/rtrs/rtrs-clt.c)
 2020-05-19 23:44 UTC  (12+ messages)
  ` [PATCH 0/1] Fix RTRS compilation with block layer disabled
    ` [PATCH 1/1] rnbd/rtrs: pass max segment size from blk user to the rdma library
        ` [PATCH v2] "

[PATCH -next] RDMA/rtrs: server: fix some error return code
 2020-05-19 23:44 UTC  (3+ messages)

[PATCH v2] rtrs-clt: silence kbuild test inconsistent intenting smatch warning
 2020-05-19 23:38 UTC  (3+ messages)

[PATCH v2 00/29] Possible NFSD patches for v5.8
 2020-05-19 23:32 UTC  (6+ messages)

[PATCH] IB/sa: Fix use-after-free in ib_nl_send_msg()
 2020-05-19 23:27 UTC  (2+ messages)

[PATCH v2] mm/hmm/test: use xa_for_each_range instead of looping
 2020-05-19 19:50 UTC  (2+ messages)

[PATCH] RDMA/rtrs: client: Fix function return on success
 2020-05-19 16:21 UTC  (3+ messages)

[PATCH 0/8 v1] Remove FMR support from RDMA drivers
 2020-05-19 14:37 UTC  (30+ messages)
` [PATCH 1/8] RDMA/mlx4: remove FMR support for memory registration
` [PATCH 2/8] RDMA/rds: "
` [PATCH 3/8] RDMA/mthca: "
` [PATCH 4/8] RDMA/rdmavt: remove FMR "
` [PATCH 5/8] RDMA/iser: Remove support for "
` [PATCH 6/8] RDMA/srp: remove "
` [PATCH 7/8] RDMA/core: remove FMR pool API
` [PATCH 8/8] RDMA/core: remove FMR device ops

[PATCH rdma-next v2 0/7] Enable asynchronous event FD per object
 2020-05-19  7:27 UTC  (8+ messages)
` [PATCH rdma-next v2 1/7] RDMA/core: Allow the ioctl layer to abort a fully created uobject
` [PATCH rdma-next v2 2/7] IB/uverbs: Refactor related objects to use their own asynchronous event FD
` [PATCH rdma-next v2 3/7] IB/uverbs: Extend CQ to get its "
` [PATCH rdma-next v2 4/7] IB/uverbs: Move QP, SRQ, WQ type and flags to UAPI
` [PATCH rdma-next v2 5/7] IB/uverbs: Introduce create/destroy SRQ commands over ioctl
` [PATCH rdma-next v2 6/7] IB/uverbs: Introduce create/destroy WQ "
` [PATCH rdma-next v2 7/7] IB/uverbs: Introduce create/destroy QP "

[PATCH V2 0/4] Introducing RDMA shared CQ pool
 2020-05-19  4:33 UTC  (11+ messages)
` [PATCH V2 1/4] RDMA/core: Add protection for shared CQs used by ULPs
` [PATCH V2 2/4] RDMA/core: Introduce shared CQ pool API

Questions about masked atomic
 2020-05-19  1:27 UTC  (6+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 23bbd5818e2b0d265aa1835e66f5055f63a8fa4c
 2020-05-19  0:19 UTC 

[PATCH v2] net/mlx5e: Use IS_ERR() to check and simplify code
 2020-05-18 16:25 UTC  (2+ messages)

[PATCH mlx5-next 0/3] Mellanox, updates for mlx5 next 15-05-2020
 2020-05-18 16:23 UTC  (5+ messages)
` [PATCH mlx5-next 1/3] net/mlx5: Cleanup mlx5_ifc_fte_match_set_misc2_bits
` [PATCH mlx5-next 2/3] net/mlx5: Move iseg access helper routines close to mlx5_core driver
` [PATCH mlx5-next 3/3] net/mlx5: Add support for RDMA TX FT headers modifying

[rdma:wip/jgg-for-next 106/128] drivers/infiniband/ulp/rtrs/rtrs-clt.c:1196 rtrs_clt_failover_req() warn: inconsistent indenting
 2020-05-18 11:04 UTC  (3+ messages)
` [PATCH 0/1] Fix kbuilt test smatch inconsistent intentation warning
  ` [PATCH 1/1] rtrs-clt: silence kbuild test inconsistent intenting smatch warning

[PATCH V2] dynamic_debug: Add an option to enable dynamic debug for modules only
 2020-05-18  9:50 UTC  (8+ messages)

[rdma:wip/jgg-for-next] BUILD SUCCESS 41d5e318ccb34bded248a7a4c97264fdb1c8a42e
 2020-05-18  9:43 UTC 

[PATCH] IB/iser: Remove support for FMR memory registration
 2020-05-18  7:16 UTC  (9+ messages)

[rdma:for-next] BUILD SUCCESS f11e0ec55f0c80ff47693af2150bad5db0e20387
 2020-05-18  6:37 UTC 

[PATCH rdma-next v1 00/10] Enable asynchronous event FD per object
 2020-05-18  6:17 UTC  (13+ messages)
` [PATCH rdma-next v1 02/10] IB/uverbs: Refactor related objects to use their own asynchronous event FD
` [PATCH rdma-next v1 03/10] IB/uverbs: Extend CQ to get its "
` [PATCH rdma-next v1 06/10] IB/uverbs: Move QP, SRQ, WQ type and flags to UAPI
` [PATCH rdma-next v1 07/10] IB/uverbs: Introduce create/destroy SRQ commands over ioctl
` [PATCH rdma-next v1 09/10] IB/uverbs: Introduce create/destroy WQ "

[PATCH rdma-next] RDMA/mlx5: Update mlx5_ib driver name
 2020-05-18  4:42 UTC  (3+ messages)

[PATCH for-rc v2] RDMA/srpt: Fix disabling device management
 2020-05-17 23:43 UTC  (3+ messages)

[PATCH] RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfs
 2020-05-17 23:39 UTC  (2+ messages)

[PATCH v15 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-05-17 22:17 UTC  (6+ messages)

[PATCH] rds: convert get_user_pages() --> pin_user_pages()
 2020-05-17 19:38 UTC  (2+ messages)

[PATCH 29/33] rxrpc_sock_set_min_security_level
 2020-05-17  8:48 UTC  (36+ messages)
  ` remove kernel_setsockopt and kernel_getsockopt
    ` [PATCH 20/33] ipv4: add ip_sock_set_recverr
    ` [PATCH 27/33] sctp: export sctp_setsockopt_bindx
        ` is it ok to always pull in sctp for dlm, was: "
            ` [Ocfs2-devel] "
    ` [PATCH 32/33] sctp: add sctp_sock_get_primary_addr
    ` [PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
                ` [Ocfs2-devel] remove kernel_setsockopt and kernel_getsockopt

[PATCH] mm/hmm/test: destroy xa_array instead of looping
 2020-05-16  0:56 UTC  (3+ messages)

[PATCH] net/mlx5e: Use IS_ERR() to check and simplify code
 2020-05-15 22:54 UTC  (5+ messages)

[rdma:for-next] BUILD SUCCESS 59dde4d19cf8de232c17c79c08e0db67636b022b
 2020-05-15 21:40 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2020-05-15 20:15 UTC  (2+ messages)

Re: Re: [RFC PATCH] RDMA/siw: Experimental e2e negotiation of GSO usage
 2020-05-15 13:58 UTC  (12+ messages)
  `  "
    `  "
                  ` Re: Re: "

[PATCH AUTOSEL 4.14 22/39] net/mlx5: Fix forced completion access non initialized command entry
 2020-05-14 18:54 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 23/39] net/mlx5: Fix command entry leak in Internal Error State
` [PATCH AUTOSEL 4.14 34/39] net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()

[PATCH AUTOSEL 4.9 13/27] net/mlx5: Fix forced completion access non initialized command entry
 2020-05-14 18:55 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 14/27] net/mlx5: Fix command entry leak in Internal Error State
` [PATCH AUTOSEL 4.9 23/27] net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()

[PATCH AUTOSEL 4.4 10/14] net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()
 2020-05-14 18:56 UTC 

Review Request
 2020-05-14 15:11 UTC  (2+ messages)
` [PATCH] IB/sa: Resolving use-after-free in ib_nl_send_msg

[PATCH 27/33] sctp: export sctp_setsockopt_bindx
 2020-05-14  6:28 UTC 

[PATCH 21/33] ipv4: add ip_sock_set_mtu_discover
 2020-05-14  6:26 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;
as well as URLs for NNTP newsgroup(s).