linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-17 17:09:09 to 2019-02-26 17:15:59 UTC [more...]

[PATCH for-next 0/3] Driver fixes
 2019-02-26 17:15 UTC  (5+ messages)
` [PATCH for-next 1/3] IB/rdmavt: Fix loopback send with invalidate ordering
` [PATCH for-next 2/3] IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
` [PATCH for-next 3/3] IB/hfi1: Close race condition on user context disable and close

[PATCH v1 iproute2-next 0/4] Dynamic rdma link creation
 2019-02-26 17:15 UTC  (15+ messages)
` [PATCH v1 iproute2-next 1/4] rdma: add helper rd_sendrecv_msg()
` [PATCH v1 iproute2-next 2/4] Sync up rdma_netlink.h
` [PATCH v1 iproute2-next 3/4] rdma: add 'link add/delete' commands
` [PATCH v1 iproute2-next 4/4] rdma: man page update for link add/delete

[PATCH v2] RDMA/cma: Make CM response timeout and # CM retries configurable
 2019-02-26  7:57 UTC 

[PATCH] RDMA/mlx4: Spread completion vectors for proxy CQs
 2019-02-25 21:46 UTC  (6+ messages)

[RFC v1 00/19] Add unified Intel Ethernet RDMA driver (irdma)
 2019-02-25 18:50 UTC  (29+ messages)
` [RFC v1 01/19] net/i40e: Add peer register/unregister to struct i40e_netdev_priv
` [RFC v1 04/19] RDMA/irdma: Add driver framework definitions
` [RFC v1 08/19] RDMA/irdma: Add privileged UDA queue implementation
` [RFC v1 10/19] RDMA/irdma: Add connection manager
` [RFC v1 12/19] RDMA/irdma: Implement device supported verb APIs
` [RFC v1 15/19] RDMA/irdma: Add miscellaneous utility definitions
` [RFC v1 17/19] RDMA/irdma: Add ABI definitions

[PATCH] RDMA/cma: Make CM response timeout and # CM retries configurable
 2019-02-25 17:23 UTC  (6+ messages)

[PATCH mlx5-next] net/mlx5: ODP support for XRC transport is not enabled by default in FW
 2019-02-25  6:54 UTC 

[PATCH iproute2-next v2 00/19] Export object IDs to users
 2019-02-24 17:23 UTC  (22+ messages)
` [PATCH iproute2-next v2 01/19] rdma: update uapi headers
` [PATCH iproute2-next v2 02/19] rdma: Remove duplicated print code
` [PATCH iproute2-next v2 03/19] rdma: Provide unique indexes for all visible objects
` [PATCH iproute2-next v2 04/19] rdma: Provide parent context index for all objects except CM_ID
` [PATCH iproute2-next v2 05/19] rdma: Move resource PD logic to separate file
` [PATCH iproute2-next v2 06/19] rdma: Refactor out resource MR "
` [PATCH iproute2-next v2 07/19] rdma: Move out resource CQ "
` [PATCH iproute2-next v2 08/19] rdma: Move out resource CM-ID "
` [PATCH iproute2-next v2 09/19] rdma: Move resource QP "
` [PATCH iproute2-next v2 10/19] rdma: Properly mark RDMAtool license
` [PATCH iproute2-next v2 11/19] rdma: Simplify code to reuse existing functions
` [PATCH iproute2-next v2 12/19] rdma: Simplify CM_ID print code
` [PATCH iproute2-next v2 13/19] rdma: Refactor CQ prints
` [PATCH iproute2-next v2 14/19] rdma: Move MR code to be suitable for per-line parsing
` [PATCH iproute2-next v2 15/19] rdma: Place PD parsing print routine into separate function
` [PATCH iproute2-next v2 16/19] rdma: Move QP code to "
` [PATCH iproute2-next v2 17/19] rdma: Unify netlink attribute checks prior to prints
` [PATCH iproute2-next v2 18/19] rdma: Perform single .doit call to query specific objects
` [PATCH iproute2-next v2 19/19] rdma: Provide and reuse filter functions

[PATCH AUTOSEL 4.4 04/26] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM
 2019-02-23 21:10 UTC 

[PATCH AUTOSEL 4.9 05/32] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM
 2019-02-23 21:09 UTC 

[PATCH AUTOSEL 4.14 05/45] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM
 2019-02-23 21:07 UTC 

[PATCH AUTOSEL 4.19 10/65] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM
 2019-02-23 21:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 20/65] IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start

[PATCH AUTOSEL 4.20 13/72] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM
 2019-02-23 21:03 UTC  (3+ messages)
` [PATCH AUTOSEL 4.20 22/72] RDMA/umem: Add missing initialization of owning_mm
` [PATCH AUTOSEL 4.20 24/72] IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start

[PATCH iproute2-next v1 00/19] Export object IDs to users
 2019-02-23  9:05 UTC  (45+ messages)
` [PATCH iproute2-next v1 01/19] rdma: update uapi headers
` [PATCH iproute2-next v1 02/19] rdma: Remove duplicated print code
` [PATCH iproute2-next v1 03/19] rdma: Provide unique indexes for all visible objects
` [PATCH iproute2-next v1 04/19] rdma: Provide parent context index for all objects except CM_ID
` [PATCH iproute2-next v1 05/19] rdma: Move resource PD logic to separate file
` [PATCH iproute2-next v1 06/19] rdma: Refactor out resource MR "
` [PATCH iproute2-next v1 07/19] rdma: Move out resource CQ "
` [PATCH iproute2-next v1 08/19] rdma: Move out resource CM-ID "
` [PATCH iproute2-next v1 09/19] rdma: Move resource PD "
` [PATCH iproute2-next v1 10/19] rdma: Properly mark RDMAtool license
` [PATCH iproute2-next v1 11/19] rdma: Simplify code to reuse existing functions
` [PATCH iproute2-next v1 12/19] rdma: Simplify CM_ID print code
` [PATCH iproute2-next v1 13/19] rdma: Refactor CQ prints
` [PATCH iproute2-next v1 14/19] rdma: Separate MR code
` [PATCH iproute2-next v1 15/19] rdma: Separate PD code
` [PATCH iproute2-next v1 16/19] rdma: Move QP code to separate function
` [PATCH iproute2-next v1 17/19] rdma: Unify netlink attribute checks prior to prints
` [PATCH iproute2-next v1 18/19] rdma: Perform single .doit call to query specific objects
` [PATCH iproute2-next v1 19/19] rdma: Provide and reuse filter functions

[PATCH v5 0/9] mmu notifier provide context informations
 2019-02-22 23:01 UTC  (27+ messages)
` [PATCH v5 1/9] mm/mmu_notifier: helper to test if a range invalidation is blockable
` [PATCH v5 2/9] mm/mmu_notifier: convert user range->blockable to helper function
` [PATCH v5 3/9] mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags
` [PATCH v5 4/9] mm/mmu_notifier: contextual information for event enums
` [PATCH v5 5/9] mm/mmu_notifier: contextual information for event triggering invalidation v2
` [PATCH v5 6/9] mm/mmu_notifier: use correct mmu_notifier events for each invalidation
` [PATCH v5 7/9] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
` [PATCH v5 8/9] mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
` [PATCH v5 9/9] mm/mmu_notifier: set MMU_NOTIFIER_USE_CHANGE_PTE flag where appropriate v2

[GIT PULL] Please pull RDMA subsystem changes
 2019-02-22 18:40 UTC  (2+ messages)

[PATCH v2] IB/mlx4: Increase the timeout for CM cache
 2019-02-22 18:18 UTC  (2+ messages)

[RFC PATCH 0/1] Use HMM for ODP
 2019-02-22  2:01 UTC  (8+ messages)
` [PATCH 1/1] RDMA/odp: convert to use "

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-02-21 22:24 UTC  (13+ messages)
` [RESEND PATCH 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [RESEND PATCH 2/7] mm/gup: Change write parameter to flags in fast walk
` [RESEND PATCH 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [RESEND PATCH 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [RESEND PATCH 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [RESEND PATCH 6/7] IB/qib: "
` [RESEND PATCH 7/7] IB/mthca: "

[PATCH] IB/hfi1: Add missing break in switch statement
 2019-02-21 21:26 UTC  (4+ messages)

[PATCH mlx5-next] net/mlx5: Separate ODP capabilities
 2019-02-21 12:21 UTC  (3+ messages)

KASAN: use-after-free Read in __list_add_valid (5)
 2019-02-20 15:42 UTC  (5+ messages)

KASAN: use-after-free Read in cma_cancel_operation
 2019-02-20 15:29 UTC  (2+ messages)

KASAN: use-after-free Read in cma_acquire_dev
 2019-02-20 15:26 UTC  (2+ messages)

KASAN: use-after-free Read in wait_for_completion
 2019-02-20 15:22 UTC  (2+ messages)

KASAN: use-after-free Read in rdma_resolve_addr
 2019-02-20 15:21 UTC  (2+ messages)

[PATCH net-next 0/2] Fix W=1 compilation warnings
 2019-02-19 18:13 UTC  (2+ messages)

[PATCH mlx5-next v1] net/mlx5: Factor out HCA capabilities functions
 2019-02-19 12:42 UTC  (2+ messages)

[PATCH] net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"
 2019-02-19  8:20 UTC  (6+ messages)

KASAN: use-after-free Read in addr_handler
 2019-02-19  4:09 UTC  (2+ messages)

[PATCH net] net: hns: Fixes the missing put_device in positive leg for roce reset
 2019-02-19  1:45 UTC  (2+ messages)

[PATCH net 0/2] qed: iWARP - fix some syn related issues
 2019-02-19  0:52 UTC  (4+ messages)
` [PATCH net 1/2] qed: Fix iWARP buffer size provided for syn packet processing
` [PATCH net 2/2] qed: Fix iWARP syn packet mac address validation


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).