public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-24 12:23:39 to 2015-05-01 16:33:19 UTC [more...]

[PATCH v2] IB/core: Fix unaligned accesses
 2015-05-01 16:33 UTC  (7+ messages)

[PATCH 0/3] IB/mad: refactor functions based on the needs of those functions
 2015-05-01 16:28 UTC  (5+ messages)
  ` [PATCH 1/3] IB/mad: Change validate_mad signature to take ib_mad_hdr rather than ib_mad
  ` [PATCH 2/3] IB/mad: Change ib_response_mad "
  ` [PATCH 3/3] IB/mad: Change cast in rcv_has_same_class

[PATCH v7 00/23] IB/Verbs: IB Management Helpers
 2015-05-01 16:27 UTC  (40+ messages)
` [PATCH v7 01/23] IB/Verbs: Implement new callback query_protocol()
` [PATCH v7 04/23] IB/Verbs: Reform IB-core cm
` [PATCH v7 05/23] IB/Verbs: Reform IB-core sa_query
` [PATCH v7 06/23] IB/Verbs: Reform IB-core multicast
` [PATCH v7 07/23] IB/Verbs: Reform IB-ulp ipoib
` [PATCH v7 08/23] IB/Verbs: Reform IB-ulp xprtrdma
` [PATCH v7 09/23] IB/Verbs: Reform IB-core verbs
` [PATCH v7 12/23] IB/Verbs: Reform mcast related part in IB-core cma
` [PATCH v7 13/23] IB/Verbs: Reform cma_acquire_dev()
  ` [PATCH v7 02/23] IB/Verbs: Implement raw management helpers
  ` [PATCH v7 03/23] IB/Verbs: Reform IB-core mad/agent/user_mad
  ` [PATCH v7 10/23] IB/Verbs: Reform cm related part in IB-core cma/ucm
  ` [PATCH v7 11/23] IB/Verbs: Reform route related part in IB-core cma
  ` [PATCH v7 14/23] IB/Verbs: Reform rest "
  ` [PATCH v7 15/23] IB/Verbs: Use management helper cap_ib_mad()
  ` [PATCH v7 21/23] IB/Verbs: Use management helper cap_read_multi_sge()
  ` [PATCH v7 22/23] IB/Verbs: Use management helper cap_af_ib()
  ` [PATCH v7 23/23] IB/Verbs: Use management helper cap_eth_ah()
` [PATCH v7 16/23] IB/Verbs: Use management helper cap_ib_smi()
` [PATCH v7 17/23] IB/Verbs: Use management helper cap_ib_cm()
` [PATCH v7 18/23] IB/Verbs: Use management helper cap_iw_cm()
` [PATCH v7 19/23] IB/Verbs: Use management helper cap_ib_sa()
` [PATCH v7 20/23] IB/Verbs: Use management helper cap_ib_mcast()

[PATCH 0/2] General MAD clean up
 2015-05-01 16:27 UTC  (4+ messages)
  ` [PATCH 1/2] IB/mad: Rename is_data_mad to is_rmpp_data_mad
  ` [PATCH 2/2] IB/mad: Clean up comments in smi.c

[PATCH v3 for-next 01/33] IB/core: Add RoCE GID cache
 2015-05-01  6:41 UTC  (29+ messages)
` [PATCH v3 for-next 02/33] IB/core: Add kref to IB devices

[PATCH v5 5/6] IB/ipath: add counting for MTRR
 2015-04-30 20:25 UTC  (2+ messages)
` [PATCH v5 6/6] IB/ipath: use arch_phys_wc_add() and require PAT disabled

[PATCH 0/12] IB/srp patches for kernel v4.2
 2015-04-30 17:25 UTC  (37+ messages)
` [PATCH 01/12] scsi_transport_srp: Introduce srp_wait_for_queuecommand()
` [PATCH 02/12] scsi_transport_srp: Fix a race condition
` [PATCH 04/12] IB/srp: Fix connection state tracking
` [PATCH 05/12] IB/srp: Fix reconnection failure handling
` [PATCH 06/12] scsi_transport_srp: Reduce failover time
` [PATCH 07/12] IB/srp: Remove superfluous casts
` [PATCH 08/12] IB/srp: Rearrange module description
` [PATCH 09/12] IB/srp: Remove a superfluous check from srp_free_req_data()
` [PATCH 10/12] IB/srp: Remove !ch->target tests from the reconnect code
  ` [PATCH 03/12] IB/srp: Remove an extraneous scsi_host_put() from an error path
  ` [PATCH 11/12] IB/srp: Add 64-bit LUN support
  ` [PATCH 12/12] IB/srp: Make CM timeout dependent on subnet timeout

[PATCH RFC] net/mlx4: Remove improper usage of dma_alloc_coherent()
 2015-04-30  0:07 UTC  (5+ messages)

[PATCH] IB/core: Fix unaligned accesses
 2015-04-29 22:34 UTC  (9+ messages)

[PATCH v4 7/8] IB/ipath: add counting for MTRR
 2015-04-29 21:44 UTC  (2+ messages)
  ` [PATCH v4 8/8] IB/ipath: use arch_phys_wc_add() and require PAT disabled

[PATCH] IB/ipath: use arch_phys_wc_add() and require PAT disabled
 2015-04-29 17:50 UTC  (7+ messages)

[linux-next PATCH] IB/core: change rdma_gid2ip into void function as it always return zero
 2015-04-29 16:57 UTC  (2+ messages)

[PATCH libibmad] portid.c: Preserve routepath string in str2drpath
 2015-04-29 11:12 UTC 

[PATCH v6 00/26] IB/Verbs: IB Management Helpers
 2015-04-29  8:49 UTC  (44+ messages)
` [PATCH v6 01/26] IB/Verbs: Implement new callback query_transport()
` [PATCH v6 02/26] IB/Verbs: Implement raw management helpers
` [PATCH v6 15/26] IB/Verbs: Reform rest part in IB-core cma
` [PATCH v6 16/26] IB/Verbs: Use management helper cap_ib_mad()
` [PATCH v6 17/26] IB/Verbs: Use management helper cap_ib_smi()
` [PATCH v6 18/26] IB/Verbs: Use management helper cap_ib_cm()
` [PATCH v6 19/26] IB/Verbs: Use management helper cap_iw_cm()
` [PATCH v6 20/26] IB/Verbs: Use management helper cap_ib_sa()
` [PATCH v6 21/26] IB/Verbs: Use management helper cap_ib_mcast()
  ` [PATCH v6 22/26] IB/Verbs: Use management helper cap_read_multi_sge()
  ` [PATCH v6 23/26] IB/Verbs: Use management helper cap_af_ib()
  ` [PATCH v6 25/26] IB/Verbs: Clean up rdma_ib_or_iboe()
` [PATCH v6 24/26] IB/Verbs: Use management helper cap_eth_ah()
` [PATCH v6 26/26] IB/Verbs: Cleanup rdma_node_get_transport()

[PATCH for-4.1] iw_cxgb4: Fix kbuild bot reported warnings
 2015-04-28 18:35 UTC  (2+ messages)

recent qib patch
 2015-04-28 18:32 UTC 

[PATCH v5 00/27] IB/Verbs: IB Management Helpers
 2015-04-27 20:58 UTC  (17+ messages)

[PATCH 4/4 infiniband-diags] ibqueryerrors: code improvement
 2015-04-26 19:34 UTC 

[PATCH 3/4 infiniband-diags] ibqueryerrors: improve code related to DR option
 2015-04-26 19:33 UTC 

[PATCH v2 2/4 infiniband-diags] ibqueryerrors: Close global file descriptor before running ibnd_discover_fabric
 2015-04-26 19:33 UTC 

[PATCHv2 1/4 infiniband-diags] ibqueryerrors: Fix crash when no SM is running
 2015-04-26 19:33 UTC 

[PATCH infiniband-diags] ibqueryerrors: Fix crash when no SM is running
 2015-04-26 16:40 UTC 


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