linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-28 19:42:52 to 2017-08-01 17:16:37 UTC [more...]

[PATCH 11/17] lib/interval_tree: fast overlap detection
 2017-08-01 17:16 UTC  (2+ messages)

[pull request][rdma-next 00/33] RDMA netlink refactoring and RDMAtool code
 2017-08-01 17:14 UTC  (44+ messages)
  ` [rdma-next 01/33] Revert "IB/core: Add flow control to the portmapper netlink calls"
  ` [rdma-next 02/33] RDMA/netlink: Remove netlink clients infrastructure
  ` [rdma-next 03/33] RDMA/netlink: Remove redundant owner option for netlink callbacks
  ` [rdma-next 04/33] RDMA/netlink: Avoid double pass for RDMA netlink messages
  ` [rdma-next 05/33] RDMA/iwcm: Remove useless check of nelink client validity
  ` [rdma-next 06/33] RDMA/iwcm: Remove extra EXPORT_SYMBOLS
  ` [rdma-next 07/33] RDMA/netlink: Add flag to consolidate common handing
  ` [rdma-next 08/33] RDMA/netlink: Simplify the put_msg and put_attr
  ` [rdma-next 09/33] RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast
  ` [rdma-next 10/33] RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
  ` [rdma-next 11/33] RDMA/netlink: Simplify and rename ibnl_chk_listeners
  ` [rdma-next 12/33] RDMA/netlink: Rename netlink callback struct
  ` [rdma-next 13/33] RDMA/core: Add iterator over ib_devices
  ` [rdma-next 14/33] RDMA/core: Add and expose static device index
  ` [rdma-next 15/33] RDMA/netlink: Add and implement doit netlink callback
  ` [rdma-next 16/33] RDMA/netlink: Reduce indirection access to cb_table
  ` [rdma-next 17/33] RDMA/netlink: Convert LS to doit callback
  ` [rdma-next 18/33] RDMA/netlink: Update copyright
  ` [rdma-next 19/33] RDMA/netlink: Add netlink device definitions to UAPI
  ` [rdma-next 20/33] RDMA/netlink: Add nldev initialization flows
  ` [rdma-next 21/33] RDMA/netlink: Implement nldev device dumpit calback
  ` [rdma-next 22/33] RDMA/netlink: Add nldev device doit implementation
  ` [rdma-next 23/33] RDMA/netlink: Add nldev port dumpit implementation
  ` [rdma-next 24/33] RDMA/netlink: Implement nldev port doit callback
  ` [rdma-next 25/33] RDMA/netlink: Expose device and port capability masks
  ` [rdma-next 26/33] RDMA: Simplify get firmware interface
  ` [rdma-next 27/33] RDMA/netlink: Export FW version
  ` [rdma-next 28/33] RDMA/netlink: Export node_guid and sys_image_guid
  ` [rdma-next 29/33] RDMA/netlink: Advertise IB subnet prefix
  ` [rdma-next 30/33] RDMA/netink: Export lids and sm_lids
  ` [rdma-next 31/33] RDMA/netlink: Export LID mask control (LMC)
  ` [rdma-next 32/33] RDMA/netlink: Provide port state and physical link state
  ` [rdma-next 33/33] RDMA/netlink: Export node_type

[PATCH for-next 0/2] RDMA/bnxt_Re: Patches for for-next
 2017-08-01 16:06 UTC  (3+ messages)
  ` [PATCH for-next 1/2] RDMA/bnxt_re: Allocate multiple notification queues
  ` [PATCH for-next 2/2] RDMA/bnxt_re: Implement the alloc/get_hw_stats callback

The linux-rdma staging branches
 2017-08-01 14:10 UTC 

[ANNOUNCE] rdma-core-15-rc1 has been tagged/released
 2017-08-01 12:31 UTC 

BUG: NULL pointer dereference at ib_uverbs_comp_handler+0x20
 2017-08-01 12:30 UTC  (3+ messages)

[PATCH] IB/mlx4: Potential uninitialized variable in bringup_rss_rwqs()
 2017-08-01 11:19 UTC  (2+ messages)

[PATCH] net/mlx5: add a missing tab
 2017-08-01 11:01 UTC 

[bug report] IB/hns: Fix the bug of polling cq failed for loopback Qps
 2017-08-01  8:48 UTC  (6+ messages)

[pull request][rdma-rc 00/14] RDMA fixes for-4.13
 2017-08-01  7:20 UTC  (41+ messages)
  ` [rdma-rc 01/14] RDMA/(core,ulp): Convert register/unregister event handler to be void
  ` [rdma-rc 02/14] RDMA/core: Cleanup device capability enum
  ` [rdma-rc 03/14] RDMA/core: Remove unimplemented node_types and node transport
  ` [rdma-rc 04/14] RDMA/core: Delete BUG() from unreachable flow
  ` [rdma-rc 05/14] RDMA/core: Refactor get link layer wrapper
  ` [rdma-rc 06/14] IB/core: Fix race condition in resolving IP to MAC
  ` [rdma-rc 07/14] RDMA/uverbs: Prevent leak of reserved field
  ` [rdma-rc 08/14] RDMA/mlx4: Avoid potential derefence warning
  ` [rdma-rc 09/14] RDMA/mlx4: Remove gfp_mask argument from acquire_group call
  ` [rdma-rc 10/14] RDMA/mlx5: Fix existence check for extended address vector
  ` [rdma-rc 11/14] RDMA/bnxt_re: Delete unsupported modify_port function
  ` [rdma-rc 12/14] RDMA/usnic: Fix remove address space warning
  ` [rdma-rc 13/14] RDMA/mthca: Make explicit conversion to 64bit value
  ` [rdma-rc 14/14] IB/uverbs: Fix device cleanup

[pull request][rdma-rc v1 0/4] RDMA fixes for-4.13
 2017-08-01  6:41 UTC  (5+ messages)
  ` [rdma-rc v1 1/4] IB/core: Fix race condition in resolving IP to MAC
  ` [rdma-rc v1 2/4] RDMA/uverbs: Prevent leak of reserved field
  ` [rdma-rc v1 3/4] IB/uverbs: Fix device cleanup
  ` [rdma-rc v1 4/4] RDMA/mlx5: Fix existence check for extended address vector

RDMA miniconf: Persistent device naming
 2017-08-01  6:24 UTC  (12+ messages)

[PATCH 1/1] RDMA/uverbs: Initialize cq_context appropriately
 2017-08-01  5:28 UTC 

[PATCH rdma-core 0/6] Systemd integration for ibacm
 2017-07-31 23:19 UTC  (10+ messages)
  ` [PATCH rdma-core 1/6] Detect if libsystemd is present
  ` [PATCH rdma-core 2/6] ibacm: Avoid using @prefix@
  ` [PATCH rdma-core 3/6] ibacm: Use daemon() instead of open coding
  ` [PATCH rdma-core 4/6] ibacm: Do not fork under systemd
  ` [PATCH rdma-core 5/6] ibacm: Adjust systemd service Description
  ` [PATCH rdma-core 6/6] ibacm: Support systemd socket activation

[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting this week - 08/01/17 at 11:00PDT
 2017-07-31 22:55 UTC  (6+ messages)
          ` [Ofvwg] "

[PATCH] infiniband: avoid overflow warning
 2017-07-31 22:06 UTC  (14+ messages)

[PATCH for-next 0/8] IB/hfi1, rdmavt, qib: patches for next 07/29/2017
 2017-07-31 19:27 UTC  (11+ messages)
  ` [PATCH for-next 1/8] IB/hfi1: Harden state transition to Armed and Active
  ` [PATCH for-next 2/8] IB/hfi1: Do not enable disabled port on cable insert
  ` [PATCH for-next 3/8] IB/hfi1: Only set fd pointer when base context is completely initialized
  ` [PATCH for-next 4/8] IB/hfi1: Disambiguate corruption and uninitialized error cases
  ` [PATCH for-next 5/8] IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression
  ` [PATCH for-next 6/8] IB/hfi1: Create workqueue for link events
  ` [PATCH for-next 7/8] IB/hfi1: Prevent link down request double queuing
  ` [PATCH for-next 8/8] IB/hfi1: Always perform offline transition

[PATCH] IB/hns: Explicitly include linux/interrupt.h
 2017-07-31 19:24 UTC  (2+ messages)

[PATCH for-next 00/13] IB/hfi1: patches for next 07/24/2017
 2017-07-31 19:20 UTC  (2+ messages)

[PATCH for-next 0/3] IB/IPoIB/core/drivers: patches for rc/next
 2017-07-31 19:04 UTC  (2+ messages)

[net-next PATCH] IB/hns: include linux/interrupt.h
 2017-07-31 18:44 UTC  (2+ messages)

[PATCH infiniband-diags] ibcc[config query].c: Make SwitchPortCongestionSetting IBA 1.3 compliant
 2017-07-31 16:57 UTC 

[PATCH V5 net-next 0/8] Hisilicon Network Subsystem 3 Ethernet Driver
 2017-07-31 15:05 UTC  (18+ messages)
` [PATCH V5 net-next 1/8] net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoC
` [PATCH V5 net-next 2/8] net: hns3: Add support of the HNAE3 framework
  ` [PATCH V5 net-next 3/8] net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface Support
` [PATCH V5 net-next 4/8] net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support
` [PATCH V5 net-next 5/8] net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver
` [PATCH V5 net-next 6/8] net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC
` [PATCH V5 net-next 7/8] net: hns3: Add Ethtool support to HNS3 driver
` [PATCH V5 net-next 8/8] net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS

RDMA miniconf dates at LPC 2017
 2017-07-31 11:30 UTC  (2+ messages)

[PATCH] drivers/rxe: improve rxe loopback
 2017-07-31  9:53 UTC  (6+ messages)

Kernel oops
 2017-07-31  7:12 UTC  (8+ messages)

rxe oops
 2017-07-30  8:33 UTC  (2+ messages)

[PATCH rdma-next] IB/cma: Set default gid type to RoCEv2
 2017-07-30  6:12 UTC  (4+ messages)

[pull request][rdma-rc 00/11] IPoIB fixes for 4.13
 2017-07-30  5:23 UTC  (8+ messages)
` [rdma-rc 10/11] Revert "IB/core: Allow QP state transition from reset to error"

[PATCH net-next 00/10] net/smc: get rid of unsafe_global_rkey
 2017-07-29 18:23 UTC  (2+ messages)

[PATCH for-rdma] IB/hns: Support compile test for hns RoCE driver
 2017-07-29 13:56 UTC  (3+ messages)

Latest for-4.14
 2017-07-29  9:23 UTC  (9+ messages)

host side todo list for virtio rdma
 2017-07-28 23:48 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH v2 rdma-core 0/6] Common udev/systemd based module auto loading
 2017-07-28 23:01 UTC  (4+ messages)
` [PATCH v2 rdma-core 1/6] Common infrastructure for auto loading rdma modules


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).