messages from 2017-08-08 22:38:51 to 2017-08-11 17:46:35 UTC [more...]
[PATCH] rdma-next v3-v5: Add OPA extended LID support
2017-08-11 17:46 UTC
[pull request][rdma-next 00/22] RDMA core, drivers and IPoIB fixes
2017-08-11 16:46 UTC (27+ messages)
` [rdma-next 01/22] IB/cma: Fix erroneous validation of supported default GID type
` [rdma-next 02/22] IB/uverbs: Introduce and use helper functions to copy ah attributes
` [rdma-next 03/22] RDMA/mlx4: Don't use uninitialized variable
` [rdma-next 04/22] RDMA/mlx4: Fix create qp command alignment
` [rdma-next 05/22] RDMA/(core,ulp): Convert register/unregister event handler to be void
` [rdma-next 06/22] RDMA/core: Cleanup device capability enum
` [rdma-next 07/22] RDMA/core: Remove unimplemented node_types and node transport
` [rdma-next 08/22] RDMA/core: Delete BUG() from unreachable flow
` [rdma-next 09/22] RDMA/core: Refactor get link layer wrapper
` [rdma-next 10/22] RDMA/mlx4: Remove gfp_mask argument from acquire_group call
` [rdma-next 11/22] RDMA/usnic: Fix remove address space warning
` [rdma-next 12/22] RDMA/mthca: Make explicit conversion to 64bit value
` [rdma-next 13/22] RDMA/hns: Remove empty functions
` [rdma-next 14/22] IB/mlx4: Fix some spelling mistakes
` [rdma-next 15/22] IB/mlx5: "
` [rdma-next 16/22] IB/mlx5: Add necessary delay drop assignment
` [rdma-next 17/22] IB/mlx4: Fix RSS QP type in creation verb
` [rdma-next 18/22] IB/mlx4: Fix struct mlx4_ib_create_wq alignment
` [rdma-next 19/22] IB/mlx4: Remove redundant attribute in mlx4_ib_create_qp_rss struct
` [rdma-next 20/22] IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zero
` [rdma-next 21/22] IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lock
` [rdma-next 22/22] IB/ipoib: Add get statistics support to SRIOV VF
[PATCH rdma-next v3 0/3] Enhance IB CM to support OPA extended LIDs
2017-08-11 15:56 UTC (2+ messages)
[PATCH rdma-next v3 0/7] Add OPA extended LID support
2017-08-11 15:56 UTC (6+ messages)
` [PATCH rdma-next v3 7/7] IB/core: Change wc.slid from 16 to 32 bits
[PATCH rdma-next v4 0/8] Add OPA extended LID support
2017-08-11 15:48 UTC (12+ messages)
` [PATCH rdma-next v4 1/8] IB/core: Convert ah_attr from OPA to IB when copying to user
` [PATCH rdma-next v4 2/8] IB/srpt: Increase lid and sm_lid to 32 bits
` [PATCH rdma-next v4 3/8] IB/IPoIB: Increase local_lid "
` [PATCH rdma-next v4 4/8] IB/mad: Change slid in RMPP recv from 16 "
` [PATCH rdma-next v4 5/8] IB/core: Add functions to convert 32 bit lids to 16 bits
` [PATCH rdma-next v4 6/8] IB/core: Change port_attr.lid size from 16 to 32 bits
` [PATCH rdma-next v4 7/8] IB/core: Change port_attr.sm_lid "
` [PATCH rdma-next v4 8/8] IB/core: Change wc.slid "
[PATCH v8 0/7] Automatic affinity settings for nvme-rdma
2017-08-11 15:42 UTC (6+ messages)
[pull request][rdma-next v2 00/33] RDMA netlink refactoring and RDMAtool code
2017-08-11 15:37 UTC (35+ messages)
` [rdma-next v2 01/33] RDMA/core: Add wait/retry version of ibnl_unicast
` [rdma-next v2 02/33] RDMA/netlink: Remove netlink clients infrastructure
` [rdma-next v2 03/33] RDMA/netlink: Remove redundant owner option for netlink callbacks
` [rdma-next v2 04/33] RDMA/netlink: Avoid double pass for RDMA netlink messages
` [rdma-next v2 05/33] RDMA/iwcm: Remove useless check of netlink client validity
` [rdma-next v2 06/33] RDMA/iwcm: Remove extra EXPORT_SYMBOLS
` [rdma-next v2 07/33] RDMA/netlink: Add flag to consolidate common handling
` [rdma-next v2 08/33] RDMA/netlink: Simplify the put_msg and put_attr
` [rdma-next v2 09/33] RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*
` [rdma-next v2 10/33] RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
` [rdma-next v2 11/33] RDMA/netlink: Simplify and rename ibnl_chk_listeners
` [rdma-next v2 12/33] RDMA/netlink: Rename netlink callback struct
` [rdma-next v2 13/33] RDMA/core: Add iterator over ib_devices
` [rdma-next v2 14/33] RDMA/core: Add and expose static device index
` [rdma-next v2 15/33] RDMA/netlink: Add and implement doit netlink callback
` [rdma-next v2 16/33] RDMA/netlink: Reduce indirection access to cb_table
` [rdma-next v2 17/33] RDMA/netlink: Convert LS to doit callback
` [rdma-next v2 18/33] RDMA/netlink: Update copyright
` [rdma-next v2 19/33] RDMA/netlink: Add netlink device definitions to UAPI
` [rdma-next v2 20/33] RDMA/netlink: Add nldev initialization flows
` [rdma-next v2 21/33] RDMA/netlink: Implement nldev device dumpit calback
` [rdma-next v2 22/33] RDMA/netlink: Add nldev device doit implementation
` [rdma-next v2 23/33] RDMA/netlink: Add nldev port dumpit implementation
` [rdma-next v2 24/33] RDMA/netlink: Implement nldev port doit callback
` [rdma-next v2 25/33] RDMA/netlink: Expose device and port capability masks
` [rdma-next v2 26/33] RDMA: Simplify get firmware interface
` [rdma-next v2 27/33] RDMA/netlink: Export FW version
` [rdma-next v2 28/33] RDMA/netlink: Export node_guid and sys_image_guid
` [rdma-next v2 29/33] RDMA/netlink: Advertise IB subnet prefix
` [rdma-next v2 30/33] RDMA/netink: Export lids and sm_lids
` [rdma-next v2 31/33] RDMA/netlink: Export LID mask control (LMC)
` [rdma-next v2 32/33] RDMA/netlink: Provide port state and physical link state
` [rdma-next v2 33/33] RDMA/netlink: Export node_type
[PATCH] verbs: Change the provider library file name suffix
2017-08-11 10:54 UTC (4+ messages)
[PATCH for-next] IB/cma: Fix gid type setting for RoCE
2017-08-11 10:18 UTC (4+ messages)
[PATCH v1 for-rc] RDMA/vmw_pvrdma: Report CQ missed events
2017-08-10 21:33 UTC (6+ messages)
[PATCH] IB/pvrdma: Remove unused function
2017-08-10 21:12 UTC
[PATCH for-next 00/27] IB/hfi1, rdmavt, core, etc: patches for next 08/04/2017
2017-08-10 18:18 UTC (12+ messages)
` [PATCH for-next 12/27] IB/core: Change port_attr.sm_lid from 16 to 32 bits
[PATCH for-rc] RDMA/vmw_pvrdma: Report CQ missed events
2017-08-10 17:20 UTC (5+ messages)
[PATCH v06 30/36] uapi rdma/rdma_user_rxe.h: include in.h and in6.h
2017-08-10 16:19 UTC (6+ messages)
[bug report] IB/hns: Fix for checkpatch.pl comment style warnings
2017-08-10 12:14 UTC
[PATCH rdma-core] vmw_pvrdma: Add L2 MAC resolution for UD QPs
2017-08-10 11:26 UTC (3+ messages)
[PATCH] net/mlx5: Uninitialized variable in esw_add_uc_addr()
2017-08-10 11:21 UTC (2+ messages)
[pull request][rdma-next v1 00/33] RDMA netlink refactoring and RDMAtool code
2017-08-10 10:26 UTC (48+ messages)
` [rdma-next v1 01/33] RDMA/core: Add wait/retry version of ibnl_unicast
` [rdma-next v1 02/33] RDMA/netlink: Remove netlink clients infrastructure
` [rdma-next v1 03/33] RDMA/netlink: Remove redundant owner option for netlink callbacks
` [rdma-next v1 04/33] RDMA/netlink: Avoid double pass for RDMA netlink messages
` [rdma-next v1 05/33] RDMA/iwcm: Remove useless check of nelink client validity
` [rdma-next v1 06/33] RDMA/iwcm: Remove extra EXPORT_SYMBOLS
` [rdma-next v1 07/33] RDMA/netlink: Add flag to consolidate common handing
` [rdma-next v1 08/33] RDMA/netlink: Simplify the put_msg and put_attr
` [rdma-next v1 09/33] RDMA/netlink: Rename and remove redundant parameter from ibnl_unicast*
` [rdma-next v1 10/33] RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
` [rdma-next v1 11/33] RDMA/netlink: Simplify and rename ibnl_chk_listeners
` [rdma-next v1 12/33] RDMA/netlink: Rename netlink callback struct
` [rdma-next v1 13/33] RDMA/core: Add iterator over ib_devices
` [rdma-next v1 14/33] RDMA/core: Add and expose static device index
` [rdma-next v1 15/33] RDMA/netlink: Add and implement doit netlink callback
` [rdma-next v1 16/33] RDMA/netlink: Reduce indirection access to cb_table
` [rdma-next v1 17/33] RDMA/netlink: Convert LS to doit callback
` [rdma-next v1 18/33] RDMA/netlink: Update copyright
` [rdma-next v1 19/33] RDMA/netlink: Add netlink device definitions to UAPI
` [rdma-next v1 20/33] RDMA/netlink: Add nldev initialization flows
` [rdma-next v1 21/33] RDMA/netlink: Implement nldev device dumpit calback
` [rdma-next v1 22/33] RDMA/netlink: Add nldev device doit implementation
` [rdma-next v1 23/33] RDMA/netlink: Add nldev port dumpit implementation
` [rdma-next v1 24/33] RDMA/netlink: Implement nldev port doit callback
` [rdma-next v1 25/33] RDMA/netlink: Expose device and port capability masks
` [rdma-next v1 26/33] RDMA: Simplify get firmware interface
` [rdma-next v1 27/33] RDMA/netlink: Export FW version
` [rdma-next v1 28/33] RDMA/netlink: Export node_guid and sys_image_guid
` [rdma-next v1 29/33] RDMA/netlink: Advertise IB subnet prefix
` [rdma-next v1 30/33] RDMA/netink: Export lids and sm_lids
` [rdma-next v1 31/33] RDMA/netlink: Export LID mask control (LMC)
` [rdma-next v1 32/33] RDMA/netlink: Provide port state and physical link state
` [rdma-next v1 33/33] RDMA/netlink: Export node_type
[PATCH v2 rdma-core 0/6] Common udev/systemd based module auto loading
2017-08-10 7:55 UTC (14+ messages)
[PATCH rdma-core 0/3] cbuild tweaks
2017-08-09 21:15 UTC (9+ messages)
` [PATCH rdma-core 3/3] cbuild: use rpmspec for macro replacement
Flush warning
2017-08-09 16:38 UTC (6+ messages)
[bug report] net/mlx5: Separate between E-Switch and MPFS
2017-08-09 13:18 UTC
[PATCH v11 0/8] Replace PCI pool by DMA pool API
2017-08-09 8:28 UTC (9+ messages)
` [PATCH v11 1/8] block: DAC960: Replace PCI pool old API
` [PATCH v11 2/8] dmaengine: pch_dma: "
` [PATCH v11 3/8] IB/mthca: "
` [PATCH v11 4/8] net: e100: "
` [PATCH v11 5/8] mlx4: "
` [PATCH v11 6/8] mlx5: "
` [PATCH v11 7/8] wireless: ipw2200: "
` [PATCH v11 8/8] PCI: Remove PCI pool macro functions
[PATCH 00/26] InfiniBand-OCRDMA: Fine-tuning for several function implementations
2017-08-09 6:43 UTC (8+ messages)
` [PATCH v2 00/12] "
` [PATCH v2 01/12] IB/ocrdma: Use kcalloc() in ocrdma_mbx_alloc_pd_range()
` [v2 "
[PATCH net] rds: Reintroduce statistics counting
2017-08-09 4:04 UTC (2+ messages)
[pull request][PATCH v2 0/6] i40iw: Fixes for i40iw
2017-08-09 1:38 UTC (7+ messages)
` [PATCH v2 1/6] i40iw: Fix parsing of query/commit FPM buffers
` [PATCH v2 2/6] i40iw: Correct variable names
` [PATCH v2 3/6] i40iw: Improve CQP timeout logic
` [PATCH v2 4/6] i40iw: Fix typecast of tcp_seq_num
` [PATCH v2 5/6] i40iw: Use correct alignment for CQ0 memory
` [PATCH v2 6/6] i40iw: Fix potential fcn_id_array out of bounds
[ANNOUNCE] rdma-core-15-rc1 has been tagged/released
2017-08-08 23:05 UTC (8+ 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