linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-25 19:40:47 to 2019-07-31 19:17:46 UTC [more...]

[PATCH for-rc] siw: MPA Reply handler tries to read beyond MPA message
 2019-07-31 19:17 UTC  (2+ messages)

[PATCH rdma-next] RDMA/mlx5: Remove DEBUG ODP code
 2019-07-31 19:02 UTC  (3+ messages)

[PATCH] IB/core: Add mitigation for Spectre V1
 2019-07-31 18:52 UTC  (8+ messages)
    ` [PATCH V2] "

[PATCH rdma-rc] RDMA/mlx5: Release locks during notifier unregister
 2019-07-31 18:51 UTC  (7+ messages)

[PATCH] IB/hfi1: Fix Spectre v1 vulnerability
 2019-07-31 17:54 UTC 

[PATCH for-next 0/2] Ratelimited ibdev printk functions
 2019-07-31 17:54 UTC  (14+ messages)
` [PATCH for-next 1/2] RDMA/core: Introduce ratelimited "
` [PATCH for-next 2/2] RDMA/efa: Rate limit admin queue error prints

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-07-31 17:05 UTC  (4+ messages)
` [PATCH v19 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI

[PATCH for-rc v2] RDMA/restrack: Track driver QP types in resource tracker
 2019-07-31 16:09 UTC  (4+ messages)

[PATCH][next] RDMA/core: fix spelling mistake "Nelink" -> "Netlink"
 2019-07-31 15:54 UTC  (3+ messages)

[PATCH v6 20/57] infiniband: Remove dev_err() usage after platform_get_irq()
 2019-07-31 15:53 UTC  (2+ messages)

[PATCH rdma-core] srp_daemon: check that port LID is valid before calling create_ah
 2019-07-31 15:47 UTC  (3+ messages)

[PATCH rdma-rc 0/2] RDMA fixes for 5.3
 2019-07-31 15:29 UTC  (4+ messages)
` [PATCH rdma-rc 1/2] RDMA/devices: Do not deadlock during client removal
` [PATCH rdma-rc 2/2] RDMA/devices: Remove the lock around remove_client_context

[PATCH for-next 0/4] RDMA: Cleanups and improvements
 2019-07-31 13:29 UTC  (7+ messages)
` [PATCH for-next 1/4] RDMA: Introduce ib_port_phys_state enum
` [PATCH for-next 2/4] RDMA/cxgb3: Use ib_device_set_netdev()
` [PATCH for-next 3/4] RDMA/core: Add common iWARP query port
` [PATCH for-next 4/4] RDMA/{cxgb3, cxgb4, i40iw}: Remove common code

[PATCH for-next 00/13] Updates for 5.3-rc2
 2019-07-31 13:02 UTC  (26+ messages)
` [PATCH for-next 01/13] RDMA/hns: Encapsulate some lines for setting sq size in user mode
` [PATCH for-next 02/13] RDMA/hns: Optimize hns_roce_modify_qp function
` [PATCH for-next 03/13] RDMA/hns: Update the prompt message for creating and destroy qp
` [PATCH for-next 04/13] RDMA/hns: Remove unnessary init for cmq reg
` [PATCH for-next 05/13] RDMA/hns: Clean up unnecessary initial assignment
` [PATCH for-next 06/13] RDMA/hns: Update some comments style
` [PATCH for-next 07/13] RDMA/hns: Handling the error return value of hem function
` [PATCH for-next 08/13] RDMA/hns: Split bool statement and assign statement
` [PATCH for-next 09/13] RDMA/hns: Refactor irq request code
` [PATCH for-next 10/13] RDMA/hns: Remove unnecessary kzalloc
` [PATCH for-next 11/13] RDMA/hns: Refactor hns_roce_v2_set_hem for hip08
` [PATCH for-next 12/13] RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()
` [PATCH for-next 13/13] RDMA/hns: Disable alw_lcl_lpbk of SSU

[PATCH rdma-next 0/2] Enable QUERY_LAG over DEVX
 2019-07-31 11:40 UTC  (3+ messages)
` [PATCH mlx5-next 1/2] net/mlx5: Fix mlx5_ifc_query_lag_out_bits
` [PATCH rdma-next 2/2] IB/mlx5: Support MLX5_CMD_OP_QUERY_LAG as a DEVX general command

[PATCH for-rc] RDMA/restrack: Track driver QP types in resource tracker
 2019-07-31 10:01 UTC  (12+ messages)

[PATCH rdma-rc] IB/mlx5: Fix MR registration flow to use UMR properly
 2019-07-31  8:19 UTC 

[PATCH -next] RDMA/hns: remove set but not used variable 'irq_num'
 2019-07-31  7:37 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2019-07-30 20:40 UTC  (2+ messages)

[PATCH v5 13/29] compat_ioctl: move more drivers to compat_ptr_ioctl
 2019-07-30 20:14 UTC  (2+ messages)

[PATCH 00/10] Refactor rxe driver to remove multiple race conditions
 2019-07-30 19:20 UTC  (6+ messages)
` [PATCH 10/10] Replace tasklets with workqueues

[PATCH v2 00/14] PCI/P2PDMA: Support transactions that hit the host bridge
 2019-07-30 16:35 UTC  (15+ messages)
` [PATCH v2 01/14] PCI/P2PDMA: Introduce private pagemap structure
` [PATCH v2 02/14] PCI/P2PDMA: Add the provider's pci_dev to the pci_p2pdma_pagemap struct
` [PATCH v2 03/14] PCI/P2PDMA: Add constants for not-supported result upstream_bridge_distance()
` [PATCH v2 04/14] PCI/P2PDMA: Factor out __upstream_bridge_distance()
` [PATCH v2 05/14] PCI/P2PDMA: Apply host bridge white list for ACS
` [PATCH v2 06/14] PCI/P2PDMA: Factor out host_bridge_whitelist()
` [PATCH v2 07/14] PCI/P2PDMA: Add whitelist support for Intel Host Bridges
` [PATCH v2 08/14] PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
` [PATCH v2 09/14] PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
` [PATCH v2 10/14] PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()
` [PATCH v2 11/14] PCI/P2PDMA: Store mapping method in an xarray
` [PATCH v2 12/14] PCI/P2PDMA: dma_map P2PDMA map requests that traverse the host bridge
` [PATCH v2 13/14] PCI/P2PDMA: No longer require no-mmu for host bridge whitelist
` [PATCH v2 14/14] PCI/P2PDMA: Update documentation for pci_p2pdma_distance_many()

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-07-30 15:57 UTC  (8+ messages)
` [PATCH 03/12] block: bio_release_pages: use flags arg instead of bool

[RFC] mlx5: add parameter to disable enhanced IPoIB
 2019-07-30  6:04 UTC  (3+ messages)

[PATCH mlx5-next 00/11] Mellanox, mlx5-next updates 2019-07-29
 2019-07-29 21:13 UTC  (12+ messages)
` [PATCH mlx5-next 01/11] net/mlx5: Refactor and optimize flow counter bulk query
` [PATCH mlx5-next 02/11] net/mlx5: Add flow counter bulk allocation hardware bits and command
` [PATCH mlx5-next 03/11] net/mlx5: Fix offset of tisc bits reserved field
` [PATCH mlx5-next 04/11] net/mlx5: Make load_one() and unload_one() symmetric
` [PATCH mlx5-next 05/11] net/mlx5: E-Switch, Verify support QoS element type
` [PATCH mlx5-next 06/11] net/mlx5: E-switch, Combine metadata enable/disable functionality
` [PATCH mlx5-next 07/11] net/mlx5: E-switch, Initialize TSAR Qos hardware block before its user vports
` [PATCH mlx5-next 08/11] net/mlx5: E-switch, Introduce helper function to enable/disable vports
` [PATCH mlx5-next 09/11] net/mlx5: E-Switch, remove redundant error handling
` [PATCH mlx5-next 10/11] net/mlx5: E-Switch, Remove redundant mc_promisc NULL check
` [PATCH mlx5-next 11/11] net/mlx5: E-switch, Tide up eswitch config sequence

[PATCH] rdma: siw: remove unused variable
 2019-07-29 20:14 UTC  (6+ messages)

[PATCH rdma-rc] RDMA/qedr: Fix the hca_type and hca_rev returned in device attributes
 2019-07-29 18:57 UTC  (3+ messages)
  ` [EXT] "

[PATCH] net/mlx5: fix -Wtype-limits compilation warnings
 2019-07-29 18:51 UTC  (2+ messages)

[PATCH for-next v2] RDMA/efa: Expose device statistics
 2019-07-29 18:26 UTC  (2+ messages)

[PATCH rdma-next] IB/bnxt_re: Do not notifify GID change event
 2019-07-29 17:51 UTC  (2+ messages)

[bug report] rdma/siw: queue pair methods
 2019-07-29 17:36 UTC  (3+ messages)

[PATCH v3] rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
 2019-07-29 17:22 UTC 

[PATCH v2] rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
 2019-07-29 17:12 UTC  (6+ messages)

[PATCH rdma-next 0/2] Add per-device Q counters support
 2019-07-29 17:02 UTC  (3+ messages)

[PATCH] infiniband: hw: cxgb3: Fix a possible null-pointer dereference in connect_reply_upcall()
 2019-07-29 16:28 UTC  (2+ messages)

[PATCH] RDMA/hns: Fix build error for hip08
 2019-07-29 16:05 UTC  (4+ messages)
` [PATCH] RDMA/hns: Fix build error

[PATCH v6 rdma-next 0/6] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
 2019-07-29 15:26 UTC  (18+ messages)
` [PATCH v6 rdma-next 1/6] RDMA/core: Create mmap database and cookie helper functions
          ` [EXT] "
  ` [EXT] Re: [PATCH v6 rdma-next 0/6] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA

RDMA does not work with kernel 4.20 or 5.1
 2019-07-29 14:17 UTC  (2+ messages)

[PATCH rdma-core 2/2] cxgb4: remove unused c4iw_match_device
 2019-07-29  7:46 UTC  (4+ messages)

[PATCH iproute2-rc 0/2] Control CQ adaptive moderation (RDMA DIM)
 2019-07-29  7:42 UTC  (3+ messages)
` [PATCH iproute2-rc 1/2] rdma: Control CQ adaptive moderation (DIM)
` [PATCH iproute2-rc 2/2] rdma: Document adaptive-moderation

[ANNOUNCE] rdma-core v25.0 has been tagged/released
 2019-07-29  6:26 UTC 

[BUG] infiniband: mlx5: a possible null-pointer dereference in set_roce_addr()
 2019-07-29  5:52 UTC  (5+ messages)

[PATCH v1] rdma: Enable ib_alloc_cq to spread work over a device's comp_vectors
 2019-07-28 15:05 UTC  (6+ messages)

[PATCH for-next 0/3] {cxgb3, cxgb4, i40iw} Report phys_state
 2019-07-28  9:22 UTC  (5+ messages)

[PATCH] net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler_cmn()
 2019-07-27 20:58 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).