public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-09 18:08:51 to 2018-01-12 11:08:29 UTC [more...]

[PATCH rdma-core 0/8] Revise provider initialization
 2018-01-12 11:08 UTC  (15+ messages)
` [PATCH 1/8] verbs: Always allocate a verbs_context
` [PATCH 2/8] bnxt_re: Convert from init_context to alloc_context
` [PATCH 5/8] verbs: Remove init_context/uninit_context

Building rdma-core from github gave an error "Unknown arguments specified"
 2018-01-12  9:35 UTC 

[PATCH] IB/cma: use strlcpy() instead of strncpy()
 2018-01-12  7:56 UTC 

[PATCH rdma-next v3 0/7] RDMA resource tracking
 2018-01-12  6:42 UTC  (21+ messages)
  ` [PATCH rdma-next v3 1/7] RDMA/restrack: Add general infrastructure to track RDMA resources
  ` [PATCH rdma-next v3 2/7] RDMA/core: Add helper function to create named QPs
  ` [PATCH rdma-next v3 3/7] RDMA: Annotate create QP callers
  ` [PATCH rdma-next v3 4/7] RDMA/core: Add resource tracking for create and destroy CQs
  ` [PATCH rdma-next v3 5/7] RDMA/core: Add resource tracking for create and destroy PDs
  ` [PATCH rdma-next v3 6/7] RDMA/nldev: Provide global resource utilization
  ` [PATCH rdma-next v3 7/7] RDMA/nldev: Provide detailed QP information

[PATCH] RDMA/rxe: Fix a race condition related to the QP error state
 2018-01-12  6:38 UTC  (12+ messages)

[PATCH rdma-core 00/17] Use the kernel ABI header instead of kern-abi.h
 2018-01-12  6:34 UTC  (19+ messages)
  ` [PATCH rdma-core 01/17] Update rdma/ib_user_verbs.h
  ` [PATCH rdma-core 02/17] verbs: Include rdma/ib_user_verbs.h in kern-abi.h
  ` [PATCH rdma-core 03/17] verbs: Delete extended command definitions from kern-abi.h
  ` [PATCH rdma-core 04/17] verbs: Remove unused structs
  ` [PATCH rdma-core 05/17] verbs: Remove kernel ABI v2 compat cruft
  ` [PATCH rdma-core 06/17] verbs: Add missing endian annotations to kern-abi.h
  ` [PATCH rdma-core 07/17] verbs: Use kernel uapi names for identical structs
  ` [PATCH rdma-core 08/17] verbs: Use kernel uapi header for ibv_cq_moderation_caps_resp
  ` [PATCH rdma-core 09/17] verbs: Use kernel uapi header for ibv_query_device_resp_ex
  ` [PATCH rdma-core 10/17] verbs: Use kernel uapi header for ibv_kern_wc and ibv_poll_cq_resp
  ` [PATCH rdma-core 11/17] verbs: Use kernel uapi header for ibv_create_ah_resp
  ` [PATCH rdma-core 12/17] verbs: Use kernel uapi header for ibv_kern_send_wr
  ` [PATCH rdma-core 13/17] verbs: Use kernel uapi header for IBV_CREATE_QP_EX_KERNEL_MASK_IND_TABLE
  ` [PATCH rdma-core 14/17] verbs: Use kernel uapi header for flow steering types
  ` [PATCH rdma-core 15/17] verbs: Use kernel uapi header for ibv_modify_qp_common
  ` [PATCH rdma-core 16/17] verb: Use kernel uapi header in struct ex_hdr
  ` [PATCH rdma-core 17/17] verbs: Tidy up the remaining structs in kern-abi.h

[PATCH rdma-rc 0/4] RDMA mlx4/mlx5 fixes
 2018-01-12  5:58 UTC  (5+ messages)
  ` [PATCH rdma-rc 1/4] RDMA/mlx5: Fix out-of-bound access while querying AH
  ` [PATCH rdma-rc 2/4] IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
  ` [PATCH rdma-rc 3/4] IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
  ` [PATCH rdma-rc 4/4] RDMA/core: Fix avoid decoding iWarp port as RoCE

KASAN: use-after-free Read in rds_tcp_tune
 2018-01-12  5:29 UTC 

[PATCH] net/mlx4_en: ensure rx_desc updating reaches HW before prod db updating
 2018-01-12  3:42 UTC 

[PATCH rdma-next 0/5] i40iw: more updates for 4.16
 2018-01-12  0:10 UTC  (6+ messages)
  ` [PATCH rdma-next 1/5] i40iw: Remove extra call to i40iw_est_sd()
  ` [PATCH rdma-next 2/5] i40iw: Zero-out consumer key on allocate stag for FMR
  ` [PATCH rdma-next 3/5] i40iw: Remove limit on re-posting AEQ entries to HW
  ` [PATCH rdma-next 4/5] i40iw: Remove setting of rem_addr.len
  ` [PATCH rdma-next 5/5] i40iw: Free IEQ resources

[PATCH 5/8] infiniband: fix ulp/srpt/ib_srpt.c kernel-doc notation
 2018-01-11 21:43 UTC  (27+ messages)
            ` Kernel v4.16 / v4.17 SRP and SRPT patches
                                                                    ` Patch: RDMA mlx5_core.c : mlx5_try_fast_unload causes panics

[PATCH 0/3] Annotate imm_data as be32 in the uapi header
 2018-01-11 21:43 UTC  (4+ messages)
  ` [PATCH 1/3] RDMA: Mark imm_data as be32 in the verbs "
  ` [PATCH 2/3] RDMA/hns: Fix endian problems around imm_data and rkey
  ` [PATCH 3/3] RDMA/qedr: Fix endian problems around imm_data

Please update the linux-next location for the RDMA subsystem
 2018-01-11 20:16 UTC  (6+ messages)

krping problem on 4.15-rc4
 2018-01-11 19:45 UTC  (4+ messages)

[PATCH rdma-next 0/6] RoCE Path Record refactoring
 2018-01-11 18:53 UTC  (12+ messages)
` [PATCH rdma-next 4/6] RDMA/{cma, ucma}: Refactor to have transport specific checks
` [PATCH rdma-next 5/6] RDMA/cma: Fix setting RoCE specific path record fields

[PATCH] iscsi_iser: Re-enable 'iser_pi_guard' module parameter
 2018-01-11 17:24 UTC  (5+ messages)

[for-next V2 0/5] Enable features in Broadcom's RoCE driver
 2018-01-11 16:52 UTC  (6+ messages)
  ` [for-next V2 1/5] RDMA/bnxt_re: Enable RoCE on virtual functions
  ` [for-next V2 2/5] RDMA/bnxt_re: Add support for query firmware version
  ` [for-next V2 3/5] RDMA/bnxt_re: Add support for MRs with Huge pages
  ` [for-next V2 4/5] RDMA/bnxt_re: expose detailed stats retrieved from HW
  ` [for-next V2 5/5] RDMA/bnxt_re: Add SRQ support for Broadcom adapters

[RFC rdma-core 1/2] Registering non-contiguous memory
 2018-01-11 16:44 UTC  (4+ messages)
` [RFC rdma-core 2/2] verbs: Introduce non-contiguous memory registration

[PATCH rdma-next v2 0/7] RDMA resource tracking
 2018-01-11 15:47 UTC  (11+ messages)
` [PATCH rdma-next v2 7/7] RDMA/nldev: Provide detailed QP information

rdma_rxe: Kernel bug during QP cleanup
 2018-01-11 13:37 UTC  (2+ messages)

[PATCH V2 for-next 0/7] Add CM and a bugfix to hip08
 2018-01-11  5:46 UTC  (15+ messages)
  ` [PATCH V2 for-next 1/7] RDMA/hns: Assign the correct value for tx_cqn
  ` [PATCH V2 for-next 2/7] RDMA/hns: Create gsi qp in hip08
  ` [PATCH V2 for-next 3/7] RDMA/hns: Add gsi qp support for modifying "
  ` [PATCH V2 for-next 4/7] RDMA/hns: Fill sq wqe context of ud type "
  ` [PATCH V2 for-next 5/7] RDMA/hns: Assign zero for pkey_index of wc "
  ` [PATCH V2 for-next 6/7] RDMA/hns: Update the verbs of polling for completion
  ` [PATCH V2 for-next 7/7] RDMA/hns: Set the guid for hip08 RoCE device

[rdma-git:wip/jgg-zero-day 5/12] htmldocs: drivers/infiniband/ulp/iser/iscsi_iser.h:273: warning: Excess struct member 'dam_addr' description in 'iser_tx_desc'
 2018-01-11  4:59 UTC 

[PATCH rdma-next 0/2] Increase number of char devices in RDMA
 2018-01-11  4:28 UTC  (2+ messages)

sriov dmar errors
 2018-01-11  3:32 UTC  (2+ messages)

[PATCH v2 0/4] Make SCSI transport recovery more robust
 2018-01-11  2:23 UTC  (6+ messages)
` [PATCH v2 3/4] scsi: Avoid that .queuecommand() gets called for a quiesced SCSI device
  ` [PATCH v2 1/4] blk-mq: Rename request_queue.mq_freeze_wq into mq_wq
  ` [PATCH v2 2/4] block: Introduce blk_start_wait_if_quiesced() and blk_finish_wait_if_quiesced()
  ` [PATCH v2 4/4] IB/srp: Fix a sleep-in-invalid-context bug

[PATCH 8/8] infiniband: add a Documentation driver-api chapter for Infiniband
 2018-01-11  0:21 UTC  (2+ messages)

[PATCH RFC] Verbs requirement for GRH when working in GID based addressing
 2018-01-10 22:31 UTC  (3+ messages)

[PATCH] IB/hfi1: Prevent a NULL dereference
 2018-01-10 22:03 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] iser-target: Fix possible use-after-free in connection establishment error
 2018-01-10 21:54 UTC  (8+ messages)

[PATCH][next] IB/mlx5: remove redundant assignment of mdev
 2018-01-10 21:53 UTC  (3+ messages)

[PATCH net-next] net/mlx5e: fix error return code in mlx5e_alloc_rq()
 2018-01-10 20:55 UTC  (3+ messages)

[PATCH v2 for-next] IB/SA: Check dlid before SA agent queries for ClassPortInfo
 2018-01-10 20:04 UTC  (2+ messages)
    `  "

[PATCH] librdmacm: Set errno correctly if status is positive
 2018-01-10 18:33 UTC  (3+ messages)

[for-next 0/5] Enable features in Broadcom's RoCE driver
 2018-01-10 10:02 UTC  (6+ messages)
` [for-next 2/5] RDMA/bnxt_re: Add support for query firmware version

[PATCH for-next 0/6] Add CM support to hip08
 2018-01-10  1:59 UTC  (6+ messages)
` [PATCH for-next 2/6] RDMA/hns: Add gsi qp support for modifying qp in hip08

[PATCH 0/4] Make SCSI transport recovery more robust
 2018-01-10  0:23 UTC  (4+ messages)
` [PATCH 2/4] block: Introduce blk_wait_if_quiesced() and blk_finish_wait_if_quiesced()

[rtnl] b1585bdfb2: kernel_BUG_at_net/core/dev.c
 2018-01-09 21:42 UTC  (4+ messages)
` [PATCH v2 net 0/2] IB/ipoib: ip link support
    ` [PATCH v2 net 1/2] rtnl: device allocation/free via rtnl_link_ops
  ` [PATCH v2 net 2/2] IB/ipoib: Fix netlink support in IPoIB

[PATCH 1/8] infiniband: fix ulp/opa_vnic/opa_vnic_encap.h kernel-doc for Sphinx
 2018-01-09 20:40 UTC  (4+ messages)

[PATCH v3 0/5] IB/srp: Add RDMA/CM support
 2018-01-09 18:57 UTC  (6+ messages)
` [PATCH v3 1/5] kobject: Export kobj_ns_grab_current() and kobj_ns_drop()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox