public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-11 19:51:54 to 2015-06-17 12:08:43 UTC [more...]

[PATCH v2 00/49] Add OPA gen1 driver
 2015-06-17 12:08 UTC  (58+ messages)
  ` [PATCH v2 01/49] IB/core: Add OPA Port header definitions
  ` [PATCH v2 02/49] IB/hfi1: add chip specific support part1
  ` [PATCH v2 03/49] IB/hfi1: add chip specific support part2
  ` [PATCH v2 04/49] IB/hfi1: add chip specific support part3
  ` [PATCH v2 05/49] IB/hfi1: add chip specific support part4
  ` [PATCH v2 06/49] IB/hfi1: add chip register definitions
  ` [PATCH v2 07/49] IB/hfi1: add chip specific headers
  ` [PATCH v2 08/49] IB/hfi1: add common header file definitions
  ` [PATCH v2 09/49] IB/hfi1: add completion queue processing
  ` [PATCH v2 10/49] IB/hfi1: add debugfs handling
  ` [PATCH v2 11/49] IB/hfi1: add char device instantiation code
  ` [PATCH v2 12/49] IB/hfi1: add diagnostic hooks
  ` [PATCH v2 13/49] IB/hfi1: add dma operation hooks
  ` [PATCH v2 14/49] IB/hfi1: add low lower receive functions
  ` [PATCH v2 15/49] IB/hfi1: add eeprom hooks
  ` [PATCH v2 16/49] IB/hfi1: add PSM driver control/data path
  ` [PATCH v2 17/49] IB/hfi1: add firmware hooks
  ` [PATCH v2 18/49] IB/hfi1: add general hfi header file
  ` [PATCH v2 19/49] IB/hfi1: add module init hooks
  ` [PATCH v2 20/49] IB/hfi1: add interrupt hooks
  ` [PATCH v2 21/49] IB/hfi1: add progress delay/restart hooks
  ` [PATCH v2 22/49] IB/hfi1: add rkey/lkey validation
  ` [PATCH v2 23/49] IB/hfi1: add OPA mad handling part1
  ` [PATCH v2 24/49] IB/hfi1: add OPA mad handling part2
  ` [PATCH v2 25/49] IB/hfi1: add local mad header
  ` [PATCH v2 26/49] IB/hfi1: add user/kernel memory sharing hooks
  ` [PATCH v2 27/49] IB/hfi1: add memory region handling
  ` [PATCH v2 28/49] IB/hfi1: add misc OPA defines
  ` [PATCH v2 29/49] IB/hfi1: add pcie routines
  ` [PATCH v2 30/49] IB/hfi1: add pio handling
  ` [PATCH v2 31/49] IB/hfi1: add platform config definitions
  ` [PATCH v2 32/49] IB/hfi1: add qp handling
  ` [PATCH v2 33/49] IB/hfi1: add qsfp handling
  ` [PATCH v2 34/49] IB/hfi1: add RC QP handling
  ` [PATCH v2 35/49] IB/hfi1: add routines for RC/UC
  ` [PATCH v2 36/49] IB/hfi1: add sdma routines
  ` [PATCH v2 37/49] IB/hfi1: add sdma header file
  ` [PATCH v2 38/49] IB/hfi1: add SRQ handling
  ` [PATCH v2 39/49] IB/hfi1: add sysfs routines
  ` [PATCH v2 40/49] IB/hfi1: add tracepoint debug routines
  ` [PATCH v2 41/49] IB/hfi1: add QSFP twsi routines
  ` [PATCH v2 42/49] IB/hfi1: add UC QP handling
  ` [PATCH v2 43/49] IB/hfi1: add UD "
  ` [PATCH v2 44/49] IB/hfi1: add low level page locking
  ` [PATCH v2 45/49] IB/hfi1: add PSM sdma hooks
  ` [PATCH v2 46/49] IB/hfi1: add general verbs handling
  ` [PATCH v2 47/49] IB/hfi1: add multicast routines
  ` [PATCH v2 48/49] IB/hfi1: add driver make/config files
  ` [PATCH v2 49/49] IB/core: Add opa driver to kbuild

[PATCH 00/41] Add OPA gen1 driver
 2015-06-17 12:05 UTC  (50+ messages)
  ` [PATCH 01/41] IB/core: Add OPA Port header definitions
  ` [PATCH 03/41] IB/hfi1: add common header file definitions
  ` [PATCH 04/41] IB/hfi1: add completion queue processing
  ` [PATCH 05/41] IB/hfi1: add debugfs handling
  ` [PATCH 06/41] IB/hfi1: add char device instantiation code
  ` [PATCH 07/41] IB/hfi1: add diagnostic hooks
  ` [PATCH 08/41] IB/hfi1: add dma operation hooks
  ` [PATCH 09/41] IB/hfi1: add low lower receive functions
  ` [PATCH 10/41] IB/hfi1: add eeprom hooks
  ` [PATCH 11/41] IB/hfi1: add PSM driver control/data path
  ` [PATCH 12/41] IB/hfi1: add firmware hooks
  ` [PATCH 13/41] IB/hfi1: add general hfi header file
  ` [PATCH 14/41] IB/hfi1: add module init hooks
  ` [PATCH 15/41] IB/hfi1: add interrupt hooks
  ` [PATCH 16/41] IB/hfi1: add progress delay/restart hooks
  ` [PATCH 17/41] IB/hfi1: add rkey/lkey validation
  ` [PATCH 19/41] IB/hfi1: add user/kernel memory sharing hooks
  ` [PATCH 20/41] IB/hfi1: add memory region handling
  ` [PATCH 21/41] IB/hfi1: add misc OPA defines
  ` [PATCH 22/41] IB/hfi1: add pcie routines
  ` [PATCH 23/41] IB/hfi1: add pio handling
  ` [PATCH 24/41] IB/hfi1: add platform config definitions
  ` [PATCH 25/41] IB/hfi1: add qp handling
  ` [PATCH 26/41] IB/hfi1: add qsfp handling
  ` [PATCH 27/41] IB/hfi1: add RC QP handling
  ` [PATCH 28/41] IB/hfi1: add routines for RC/UC
  ` [PATCH 30/41] IB/hfi1: add SRQ handling
  ` [PATCH 31/41] IB/hfi1: add sysfs routines
  ` [PATCH 32/41] IB/hfi1: add tracepoint debug routines
  ` [PATCH 33/41] IB/hfi1: add QSFP twsi routines
  ` [PATCH 34/41] IB/hfi1: add UC QP handling
  ` [PATCH 35/41] IB/hfi1: add UD "
  ` [PATCH 36/41] IB/hfi1: add low level page locking
  ` [PATCH 37/41] IB/hfi1: add PSM sdma hooks
  ` [PATCH 38/41] IB/hfi1: add general verbs handling
  ` [PATCH 39/41] IB/hfi1: add multicast routines
  ` [PATCH 40/41] IB/hfi1: add driver make/config files
  ` [PATCH 41/41] IB/core: Add opa driver to kbuild

[PATCH 00/11] Demux IB CM requests in the rdma_cm module
 2015-06-17 10:45 UTC  (28+ messages)
  ` [PATCH 01/11] IB/core: Find the network device matching connection parameters
  ` [PATCH 02/11] IB/ipoib: Return IPoIB devices "
  ` [PATCH 03/11] IB/cm: Expose service ID in request events
  ` [PATCH 04/11] IB/cm: Expose DGID in SIDR "
  ` [PATCH 06/11] IB/cma: Refactor RDMA IP CM private-data parsing code
  ` [PATCH 07/11] IB/cma: Helper functions to access port space IDRs
  ` [PATCH 09/11] IB/cma: validate routing of incoming requests
  ` [PATCH 10/11] IB/cma: Share ib_cm_ids between rdma_cm_ids
  ` [PATCH 11/11] IB/cm: Remove compare_data checks
` [PATCH 05/11] IB/cm: Share listening CM IDs
` [PATCH 08/11] IB/cma: Add net_dev and private data checks to RDMA CM

[PATCH acm] acme.c: Fix IPv6 address handling in inet_any_pton
 2015-06-17 10:09 UTC  (3+ messages)

[PATCH 00/14] IB/mad: Add support for OPA MAD processing
 2015-06-16 22:12 UTC  (17+ messages)
` [PATCH 14/14] IB/mad: Add final "

[PATCH v3] libibverbs init.c: conditionally emit warning if no userspace driver found
 2015-06-16 14:25 UTC  (13+ messages)

[PATCH] IB/ipath: Convert use of __constant_<foo> to <foo>
 2015-06-16 11:43 UTC 

[PATCH v5 0/4] Sending kernel pathrecord query to user cache server
 2015-06-15 19:02 UTC  (14+ messages)
` [PATCH v5 1/4] IB/netlink: Add defines for local service requests through netlink

[PATCH 05/36] HMM: introduce heterogeneous memory management v3
 2015-06-15 14:32 UTC  (11+ messages)

[PATCH v4] IB/ipoib: Scatter-Gather support in connected mode
 2015-06-15 10:10 UTC 

[PATCH for-next 0/6] minor mlx5 fixes for 3.18
 2015-06-15  3:31 UTC  (5+ messages)
` [PATCH for-next 3/6] IB/core: Avoid leakage from kernel to user space
    ` [-stable] commit 377b513485fd ("IB/core: Avoid leakage from kernel to user space")

Upstream mlx4 driver very broken (when using SRIOV)
 2015-06-14 14:31 UTC  (4+ messages)

[PATCH REPOST libmlx4] Add IP and TCP/UDP TX checksum offload support
 2015-06-14 10:13 UTC 

[PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support
 2015-06-14 10:13 UTC 

[PATCH] IB/ucm: ib_ucm_release_dev clears wrong bit if devnum is greater than IB_UCM_MAX_DEVICES
 2015-06-12 20:31 UTC  (4+ messages)

[PATCH for-next V3 0/8] Add completion timestamping support
 2015-06-12 19:53 UTC  (7+ messages)
` [PATCH for-next V3 1/8] IB/core: Change provider's API of create_cq to be extendible

[GIT PULL] NFSoRDMA Client Changes for 4.2
 2015-06-12 19:15 UTC 

[PATCH 0/2] update ocrdma to dual license
 2015-06-12 16:45 UTC  (3+ messages)
  ` [PATCH 1/2] RDMA/ocrdma: update license from gpl "
  ` [PATCH 2/2] RDMA/ocrdma: update module license "

[PATCH for-next V5 00/12] Move RoCE GID management to IB/Core
 2015-06-12 16:11 UTC  (11+ messages)

[PATCH 1/1 linux-next] IB/mthca: use swap() in mthca_make_profile()
 2015-06-12 15:24 UTC  (2+ messages)

[PATCH v6 1/1] ibacm: Add support for pathrecord query through netlink
 2015-06-12 14:06 UTC 

[PATCH v6 0/4] Sending kernel pathrecord query to user cache server
 2015-06-12 14:06 UTC  (5+ messages)
  ` [PATCH v6 1/4] IB/netlink: Add defines for local service requests through netlink
  ` [PATCH v6 2/4] IB/core: Check the presence of netlink multicast group listeners
  ` [PATCH v6 3/4] IB/sa: Allocate SA query with kzalloc
  ` [PATCH v6 4/4] IB/sa: Route SA pathrecord query through netlink

[PATCH v6 0/3] linux: address broken PAT drivers
 2015-06-12  3:36 UTC  (5+ messages)
` [PATCH v6 2/3] IB/ipath: add counting for MTRR

[patch -next] net/mlx5_core: fix an error code
 2015-06-11 23:13 UTC  (2+ messages)

[PATCH v5 1/1] ibacm: Add support for pathrecord query through netlink
 2015-06-11 20:55 UTC  (11+ messages)

[PATCH v7 0/3] linux: address broken PAT drivers
 2015-06-11 20:19 UTC  (4+ messages)
` [PATCH v7 1/3] ivtv: use arch_phys_wc_add() and require PAT disabled
` [PATCH v7 2/3] IB/ipath: add counting for MTRR
` [PATCH v7 3/3] IB/ipath: use arch_phys_wc_add() and require PAT disabled


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