public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-28 21:01:37 to 2016-10-05 11:08:34 UTC [more...]

[PATCH rdma-core] Remove unused HIDDEN gcc attribute
 2016-10-05 11:08 UTC 

[PATCH rdma-core] Add travis CI status to master branch
 2016-10-05  8:37 UTC 

RDMA developer gatherings around Kernel Summit and Linux Plumbers in Santa Fe
 2016-10-05  8:32 UTC  (8+ messages)

[PATCHv12 1/3] rdmacg: Added rdma cgroup controller
 2016-10-05  6:37 UTC  (14+ messages)

[PATCH] ibacm: move Documentation to Documentation/
 2016-10-05  6:14 UTC  (7+ messages)

RQ overflow seen running isert traffic
 2016-10-05  6:14 UTC  (3+ messages)

Purchase Inquiry
 2016-10-05  5:23 UTC 

[PATCH v2 0/7] Introduce blk_quiesce_queue() and blk_resume_queue()
 2016-10-05  4:32 UTC  (15+ messages)
` [PATCH v2 1/7] blk-mq: Introduce blk_mq_queue_stopped()
` [PATCH v2 4/7] blk-mq: Introduce blk_quiesce_queue() and blk_resume_queue()
  ` [PATCH v2 5/7] dm: Fix a race condition related to stopping and starting queues
` [PATCH v2 6/7] SRP transport: Port srp_wait_for_queuecommand() to scsi-mq
` [PATCH v2 7/7] [RFC] nvme: Fix a race condition
` [PATCH v2 2/7] dm: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
` [PATCH v2 3/7] [RFC] nvme: "

[PATCH net-next 0/7] qed*: Add qedr infrastructure support
 2016-10-05  3:09 UTC  (12+ messages)
` [PATCH net-next 1/7] qed: Add Light L2 support
` [PATCH net-next 2/7] qede: Add qedr framework
` [PATCH net-next 3/7] qed: Add support for RoCE hw init
  ` [PATCH net-next 4/7] qed: PD,PKEY and CQ verb support
` [PATCH net-next 5/7] qed: Add support for QP verbs
` [PATCH net-next 6/7] qed: Add support for memory registeration verbs
` [PATCH net-next 7/7] qed: Add RoCE ll2 & GSI support
      ` [PATCH net-next 0/7] qed*: Add qedr infrastructure support,Re: [PATCH net-next 0/7] qed*: Add qedr infrastructure support

iscsi_trx going into D state
 2016-10-04 16:39 UTC  (5+ messages)

[RFC] IB/srp: export reset-host via sysfs
 2016-10-04 15:22 UTC  (3+ messages)

[PULL REQUEST] Please pull rdma.git
 2016-10-04 13:50 UTC 

PROBLEM: nvmet rxe : Kernel oops when running nvmf IO over rdma_rxe
 2016-10-04 12:42 UTC  (3+ messages)

[PATCH 0/4] Two fixes for prev 4.9 and two new fixes
 2016-10-03 15:33 UTC  (6+ messages)
  ` [PATCH 1/4] IB/hfi1: Fix invalid lockdep assert
  ` [PATCH 2/4] IB/core: Fix atomic regression with ib_hdrs
  ` [PATCH 3/4] IB/hfi1: Update SMA ingress checks for response packets
  ` [PATCH 4/4] IB/hfi1: Fix trace of atomic ack

[PATCH] IB/rdmavt: Trivial function comment corrected
 2016-10-03 14:55 UTC  (2+ messages)

[PATCH 0/2] cxgb4 FR_NSMR_TPTE_WR support
 2016-10-03 14:50 UTC  (6+ messages)

[PATCH v2 0/3] IB/hfi1: Read platform configuration file from EPROM
 2016-10-03 14:46 UTC  (5+ messages)
  ` [PATCH v2 1/3] IB/hfi1: Restore EPROM read ability
  ` [PATCH v2 2/3] IB/hfi1: Add ability to read platform config from the EPROM
  ` [PATCH v2 3/3] IB/hfi1: Use EPROM platform configuration read

[PATCH] IB/core: correctly handle rdma_rw_init_mrs() failure
 2016-10-03 14:44 UTC  (5+ messages)

[PATCH 0/2] Avoid that certain sg-lists trigger an infinite loop with FMR
 2016-10-03 14:38 UTC  (2+ messages)

[PATCH] IB/core: Improve ib_map_mr_sg() documentation
 2016-10-03 14:38 UTC  (3+ messages)

[PATCH 0/5] IB/hfi1: sdma engine affinity improvements
 2016-10-03 14:31 UTC  (2+ messages)

[PATCH] staging: lustre: ko2iblbd: handle ib_dereg_mr removal
 2016-10-03  7:31 UTC 

[PATCH 1/2] net/mlx5e: shut up maybe-uninitialized warning
 2016-10-03  5:56 UTC  (3+ messages)

[PATCH v6 00/16] Add Paravirtual RDMA Driver
 2016-10-03  2:10 UTC  (17+ messages)
  ` [PATCH v6 01/16] vmxnet3: Move PCI Id to pci_ids.h
  ` [PATCH v6 02/16] IB/pvrdma: Add user-level shared functions
  ` [PATCH v6 03/16] IB/pvrdma: Add functions for ring traversal
  ` [PATCH v6 04/16] IB/pvrdma: Add the paravirtual RDMA device specification
  ` [PATCH v6 05/16] IB/pvrdma: Add functions for Verbs support
  ` [PATCH v6 06/16] IB/pvrdma: Add paravirtual rdma device
  ` [PATCH v6 07/16] IB/pvrdma: Add helper functions
  ` [PATCH v6 08/16] IB/pvrdma: Add device command support
  ` [PATCH v6 09/16] IB/pvrdma: Add support for Completion Queues
  ` [PATCH v6 10/16] IB/pvrdma: Add UAR support
  ` [PATCH v6 11/16] IB/pvrdma: Add support for memory regions
  ` [PATCH v6 12/16] IB/pvrdma: Add Queue Pair support
  ` [PATCH v6 13/16] IB/pvrdma: Add the main driver module for PVRDMA
  ` [PATCH v6 14/16] IB/pvrdma: Add Kconfig and Makefile
  ` [PATCH v6 15/16] IB: Add PVRDMA driver
  ` [PATCH v6 16/16] MAINTAINERS: Update for "

[PATCH 00/13] IB/hfi1,qib: Round 2 of hfi1/qib fixes for 4.9
 2016-10-02 13:29 UTC  (2+ messages)

rdma-core: cmake minimum version issue on RH 6.5
 2016-10-02 13:14 UTC  (4+ messages)

[PATCH 0/4] libcxgb4: header file/copyright clean up
 2016-10-02 13:12 UTC  (7+ messages)
  ` [PATCH 1/4] libcxgb4: align header files with upstream kernel
  ` [PATCH 3/4] libcxgb4: replace t4fw_interface.h with upstream kernel headers
  ` [PATCH 4/4] libcxgb4: use ccan lists

[PATCH rdma-core 0/9] Dead Code Removal
 2016-10-02 12:58 UTC  (27+ messages)
  ` [PATCH 1/9] Remove HAVE_CONFIG_H
  ` [PATCH 2/9] Remove HAVE_VALGRIND_MEMCHECK_H/INCLUDE_VALGRIND
  ` [PATCH 3/9] Remove HAVE_IBV_*
  ` [PATCH 4/9] Do not use IBV_CMD_(REG_MR|RESIZE_CQ)_HAS_RESP_PARAMS
  ` [PATCH 5/9] Remove HAVE_SYMVER_SUPPORT
  ` [PATCH 6/9] Remove old compat definitions of wmb/rmb/etc
  ` [PATCH 7/9] Remove old MADV_DONTFORK/DOFORK compat
  ` [PATCH 8/9] Remove most checks of __BYTE_ORDER
  ` [PATCH 9/9] nes: Remove code guarded by HAVE_DECL_IBV_QPT_RAW_ETH

[PATCH rdma-next V1 0/5] mlx5 IB RoCE LAG
 2016-10-01 23:39 UTC  (2+ messages)

[PATCH rdma-next V1 0/7] Extend flow steering IPv4 and IPv6 specification
 2016-10-01 23:38 UTC  (2+ messages)

[PATCH rdma-next] IB/mlx5: Track asynchronous events on a receive work queue
 2016-10-01 23:36 UTC  (2+ messages)

[PATCH rdma-next 0/7] Mellanox ConnectX-4/Connect-IB sniffer support
 2016-10-01 23:36 UTC  (2+ messages)

[PATCH rdma-next 0/2] Add port counter support for raw packet QP
 2016-10-01 23:35 UTC  (2+ messages)

[PATCH rdma-next 0/3] RSS related capabilities
 2016-10-01 23:34 UTC  (2+ messages)

[PATCH] IB/rxe: Fix honoring max IRD value for rd/atomic
 2016-10-01 23:11 UTC  (2+ messages)

[PATCH] IB/rxe: impoved debug prints & other code cleanup
 2016-10-01 23:11 UTC  (2+ messages)

[PATCH] IB/rxe: IB/core: IB/rdmavt: Fix kernel crash for reg MR
 2016-10-01 23:10 UTC  (2+ messages)

[PATCH] IB/rxe: Fix sending out loopback packet on netdev interface
 2016-10-01 23:10 UTC  (2+ messages)

[PATCH] IB/rxe: Avoid scheduling tasklet for userspace QP
 2016-10-01 23:09 UTC  (2+ messages)

[PATCH v1] rdma_rxe: Ensure rdma_rxe init occurs at correct time
 2016-10-01 23:03 UTC  (2+ messages)

[PATCH v3 0/9] SELinux support for Infiniband RDMA
 2016-09-30 20:46 UTC  (17+ messages)

EACCES errors using preload libs
 2016-09-30 18:27 UTC  (5+ messages)

[PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver
 2016-09-30 13:38 UTC  (11+ messages)
` [PATCH V2 for-next 1/8] net: hns: fix port unavailable after hnae_reserve_buffer_map fail
` [PATCH V2 for-next 2/8] net: hns: bug fix about setting coalsecs-usecs to 0
  ` [PATCH V2 for-next 3/8] net: hns: add fini_process for v2 napi process
` [PATCH V2 for-next 4/8] net: hns: delete repeat read fbd num after while
` [PATCH V2 for-next 5/8] net: hns: fix port not available after testing loopback
` [PATCH V2 for-next 6/8] net: hns: fix the bug of forwarding table
` [PATCH V2 for-next 7/8] net: hns: bug fix about broadcast/multicast packets
` [PATCH V2 for-next 8/8] net: hns: delete redundant broadcast packet filter process

Towards qedr patch series
 2016-09-30 13:04 UTC  (3+ messages)

[PATCH v1] mlx4: remove unused fields
 2016-09-30  5:57 UTC  (3+ messages)

[PATCH rdma-core] Improve global COPYING files
 2016-09-29 22:55 UTC  (11+ messages)

[PATCH 00/13] Policy changes and packaging support
 2016-09-29 18:37 UTC  (18+ messages)
` [PATCH 05/13] Have cmake run man pages through text substitution
` [PATCH 11/13] srp_daemon: Add the debian initscripts as an option

[PATCH for-next 0/8] Bug Fixes and Code Improvement in HNS driver
 2016-09-29 17:16 UTC  (3+ messages)

[rdma-core] Eliminate GCC warnings
 2016-09-29 17:09 UTC 

[PATCH rdma-core] Add a .travis.yml file
 2016-09-29 16:25 UTC  (3+ messages)

[PATCH V1 rdma-core 0/5] Licensing and cleanup issues
 2016-09-29 15:19 UTC  (7+ messages)
  ` [PATCH V1 rdma-core 1/5] Remove container_of and offset local declarations
  ` [PATCH V1 rdma-core 2/5] ccan: Add CCAN min and max functionality
  ` [PATCH V1 rdma-core 3/5] ccan: Add list functionality
  ` [PATCH V1 rdma-core 4/5] libmlx5: Move to use CCAN "
  ` [PATCH V1 rdma-core 5/5] libocrdma: "

[PATCH rdma-core 0/5] Licensing and cleanup issues
 2016-09-29  3:02 UTC  (3+ messages)
` [PATCH rdma-core 5/5] libocrdma: Move to use CCAN list functionality

10740 linux-rdma
 2016-09-29  3:01 UTC 


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