messages from 2017-10-02 08:23:58 to 2017-10-06 21:33:11 UTC [more...]
[PATCH 00/47] Address issues detected by static analysis tools
2017-10-06 21:33 UTC (26+ messages)
` [PATCH 01/47] IB/core: Fix endianness annotation in rdma_is_multicast_addr()
` [PATCH 02/47] IB/cm: Suppress gcc 7 fall-through complaints
` [PATCH 03/47] RDMA/cma: Avoid triggering undefined behavior
` [PATCH 04/47] RDMA/iwcm: Remove a set-but-not-used variable
` [PATCH 05/47] RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusing
` [PATCH 06/47] RDMA/isert: Suppress gcc 7 fall-through complaints
` [PATCH 07/47] RDMA/bnxt_re: "
` [PATCH 08/47] RDMA/bnxt_re: Remove set-but-not-used variables
` [PATCH 09/47] RDMA/cxgb3: Annotate locking assumptions
` [PATCH 10/47] RDMA/cxgb3: Annotate an RCU pointer
` [PATCH 11/47] RDMA/cxgb3: Remove a set-but-not-used variable
` [PATCH 12/47] RDMA/cxgb4: Fix indentation
` [PATCH 13/47] RDMA/cxgb4: Declare a local variable 'static'
` [PATCH 14/47] RDMA/cxgb4: Suppress gcc 7 fall-through complaints
` [PATCH 15/47] RDMA/cxgb4: Remove a set-but-not-used variable
` [PATCH 16/47] IB/hfi1: Suppress gcc 7 fall-through complaints
` [PATCH 17/47] IB/hfi1: Remove set-but-not-used variables
` [PATCH 18/47] IB/hfi1: Define hfi1_handle_cnp_tbl[] once
` [PATCH 19/47] IB/hns: Annotate iomem pointers correctly
` [PATCH 20/47] IB/hns: Declare local functions 'static'
` [PATCH 21/47] RDMA/i40iw: Fix a race condition
` [PATCH 22/47] RDMA/i40iw: Suppress gcc 7 fall-through complaints
` [PATCH 23/47] RDMA/i40iw: Remove a set-but-not-used variable
` [PATCH 24/47] IB/mthca: Fix indentation
` [PATCH 25/47] IB/mlx4: Suppress gcc 7 fall-through complaints
[PATCH] IB/core: Simplify sa_path_set_[sd]lid() calls
2017-10-06 20:06 UTC
[PULL REQUEST] Please pull rdma.git
2017-10-06 17:25 UTC
[PATCH v2 00/13] Request for Comments on SoftiWarp
2017-10-06 16:04 UTC (18+ messages)
` [PATCH v2 01/13] iWARP wire packet format definition
` [PATCH v2 02/13] Main SoftiWarp include file
` [PATCH v2 03/13] Attach/detach SoftiWarp to/from network and RDMA subsystem
` [PATCH v2 04/13] SoftiWarp object management
` [PATCH v2 05/13] SoftiWarp application interface
` [PATCH v2 06/13] SoftiWarp connection management
` [PATCH v2 07/13] SoftiWarp application buffer management
` [PATCH v2 08/13] SoftiWarp Queue Pair methods
` [PATCH v2 09/13] SoftiWarp transmit path
` [PATCH v2 10/13] SoftiWarp receive path
` [PATCH v2 11/13] SoftiWarp Completion Queue methods
` [PATCH v2 12/13] SoftiWarp debugging code
` [PATCH v2 13/13] Add SoftiWarp to kernel build environment
[PATCH 0/1] Request for Comments on SoftiWarp
2017-10-06 15:27 UTC (6+ messages)
` [PATCH 1/1] Adding SoftiWarp to the RDMA subsystem
[PATCH] net/mlx4_core: Convert timers to use timer_setup()
2017-10-06 14:26 UTC (3+ messages)
[RFC+PATCH] Infiniband hfi1 + PREEMPT_RT_FULL issues
2017-10-06 9:23 UTC (4+ messages)
[GIT PULL 0/2] infiniband hfi1 PREEMPT_RT_FULL changes
2017-10-06 9:19 UTC (17+ messages)
` [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()
` [PATCH 2/2] IB/hfi1: Handle packets in the theaded handler only
[PATCH] infiniband: add MMU dependency for user_mem
2017-10-06 7:13 UTC
[PATCH v2 net-next 00/12] qed: Add iWARP support for unaligned MPA packets
2017-10-06 5:09 UTC (22+ messages)
` [PATCH v2 net-next 01/12] qed: Add ll2 option to limit the number of bds per packet
` [PATCH v2 net-next 03/12] qed: Add ll2 option for dropping a tx packet
` [PATCH v2 net-next 05/12] qed: Add the source of a packet sent on an iWARP ll2 connection
` [PATCH v2 net-next 06/12] qed: Add LL2 slowpath handling
` [PATCH v2 net-next 02/12] qed: Add ll2 ability of opening a secondary queue
` [PATCH v2 net-next 04/12] qed: Fix initialization of ll2 offload feature
` [PATCH v2 net-next 07/12] qed: Add ll2 connection for processing unaligned MPA packets
` [PATCH v2 net-next 10/12] qed: Add support for freeing two ll2 buffers for corner cases
` [PATCH v2 net-next 12/12] qed: Add iWARP support for fpdu spanned over more than two tcp packets
` [PATCH v2 net-next 08/12] qed: Add mpa buffer descriptors for storing and processing mpa fpdus
` [PATCH v2 net-next 09/12] qed: Add unaligned and packed packet processing
` [PATCH v2 net-next 11/12] qed: Add support for MPA header being split over two tcp packets
[PATCH net v2] RDS: IB: Initialize max_items based on underlying device attributes
2017-10-06 4:16 UTC (2+ messages)
[PATCH net v2] RDS: IB: Limit the scope of has_fr/has_fmr variables
2017-10-06 4:16 UTC (2+ messages)
[PATCH 00/18] use ARRAY_SIZE macro
2017-10-05 17:57 UTC (9+ messages)
[PATCH v4 rdma-next 00/18] Enhance ib_ah_attr to specify types
2017-10-05 14:53 UTC (7+ messages)
` [PATCH v4 rdma-next 17/18] IB/core: Define 'ib' and 'roce' rdma_ah_attr types
[PATCH net-next 00/10] net/smc: updates 2017-09-20
2017-10-05 14:44 UTC (6+ messages)
` [PATCH net-next 01/10] net/smc: add missing dev_put
[PATCH] RDMA/nes: Convert timers to use timer_setup()
2017-10-05 13:48 UTC (3+ messages)
[PATCH for-next 0/8] IB/hfi1, core, rdmavt: Driver fixes for 10/2/2017
2017-10-05 13:22 UTC (22+ messages)
` [PATCH for-next 1/8] IB/hfi1: Add parsing for platform configuration format version 4
` [PATCH for-next 2/8] IB/hfi1: Fix output trace issues from 16B change
` [PATCH for-next 4/8] IB/hfi1: Prevent LNI out of sync by resetting host interface version
` [PATCH for-next 5/8] IB/core: Use __be32 for LIDs in opa_is_extended_lid
` [PATCH for-next 6/8] IB/rdmavt: Correct issues with read-mostly and send size cache lines
` [PATCH for-next 7/8] IB/core: Do not warn on lid conversions for OPA
` [PATCH for-next 8/8] IB/hfi1: "
` [PATCH for-next 3/8] IB/hfi1: Fix incorrect available receive user context count
Fwd: linux-next: Tree for Sep 29
2017-10-05 7:08 UTC
[PATCH] IB/ipoib: Convert timers to use timer_setup()
2017-10-05 0:45 UTC
[PATCH] RDMA/i40iw: Convert timers to use timer_setup()
2017-10-05 0:45 UTC
[PATCH] IB/qib: Convert timers to use timer_setup()
2017-10-05 0:45 UTC
[Patch v4 00/22] CIFS: Implement SMBDirect
2017-10-04 22:07 UTC (3+ messages)
` [Patch v4 16/22] CIFS: SMBD: Fix the definition for SMB2_CHANNEL_RDMA_V1_INVALIDATE
[PATCH v1 0/5] more i40iw fixes
2017-10-04 19:31 UTC (8+ messages)
` [PATCH v1 1/5] i40iw: Do not retransmit MPA request after it is ACKed
` [PATCH v1 2/5] i40iw: Do not generate CQE for RTR on QP flush
` [PATCH v1 3/5] i40iw: Do not allow posting WR after QP is flushed
` [PATCH v1 4/5] i40iw: Add missing memory barriers
` [PATCH v1 5/5] i40iw: Fix port number for query QP
[PATCH for-rc 0/2] RDMA/qedr: two important fixes for RDMA CM with VLAN
2017-10-04 19:20 UTC (4+ messages)
` [PATCH for-rc 1/2] RDMA/qedr: Parse VLAN ID correctly and ignore the value of zero
` [PATCH for-rc 2/2] RDMA/qedr: Parse vlan priority as sl
[PATCH] RDMA/hns: Fix uninitialized variable in hns_roce_v2_query_qp()
2017-10-04 19:15 UTC (2+ messages)
[PATCH rdma-rc] IB/mlx5: Fix label order in error path handling
2017-10-04 19:00 UTC (2+ messages)
[PATCH] RDMA/hns: return 0 rather than return a garbage status value
2017-10-04 18:40 UTC (2+ messages)
[PATCH] verbs: fix compilation error with ICC
2017-10-04 17:11 UTC (2+ messages)
[Patch v4 17/22] CIFS: SMBD: Implement RDMA memory registration
2017-10-04 14:08 UTC (2+ messages)
[Patch v4 02/22] CIFS: SMBD: Establish SMBDirect connection
2017-10-04 11:01 UTC (2+ messages)
[Patch v4 14/22] CIFS: SMBD: Implement function to send data via RDMA send
2017-10-04 10:05 UTC (3+ messages)
[Patch v4 12/22] CIFS: SMBD: Implement function to receive data via RDMA receive
2017-10-04 9:43 UTC (2+ messages)
[PATCH net] RDS: IB: Limit the scope of has_fr/has_fmr variables
2017-10-04 4:06 UTC (6+ messages)
Why don't we always check that attr->port_num is valid?
2017-10-04 3:13 UTC (8+ messages)
[PATCH net] RDS: IB: Initialize max_items based on underlying device attributes
2017-10-04 1:07 UTC (2+ messages)
[PATCH for-next 0/2] IB/opa_vnic: Add debugfs interface
2017-10-03 17:05 UTC (14+ messages)
[PATCH rdma-core] librdmacm: Fix compilation warnings
2017-10-03 11:05 UTC
RDMA community con call summary
2017-10-03 10:31 UTC
[PATCH 0/5] more i40iw fixes
2017-10-03 3:34 UTC (7+ messages)
` [PATCH 1/5] i40iw: Do not retransmit MPA request after it is ACKed
` [PATCH 2/5] i40iw: Do not generate CQE for RTR on QP flush
question about mlx5 MSI-X assignment
2017-10-02 20:36 UTC (2+ messages)
librdmacm in rdma-core build warnings
2017-10-02 18:27 UTC (4+ messages)
Kernel 4.13.3 and 4.13.4 Infiniband SRP Issue
2017-10-02 18:12 UTC (2+ messages)
[PATCH net-next 00/12] qed: Add iWARP support for unaligned MPA packets
2017-10-02 17:56 UTC (6+ messages)
` [PATCH net-next 01/12] qed: Add ll2 option to limit the number of bds per packet
` [PATCH net-next 02/12] qed: Add ll2 ability of opening a secondary queue
` [PATCH net-next 12/12] qed: Add iWARP support for fpdu spanned over more than two tcp packets
user verbs question
2017-10-02 16:29 UTC
nvmeof rdma regression issue on 4.14.0-rc1 (or maybe mlx4?)
2017-10-02 12:51 UTC (8+ messages)
[PATCH v2] infiniband: use setup_timer() helper function
2017-10-02 11:15 UTC
[bug report] IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usage
2017-10-02 11:00 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox