linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-09 06:37:02 to 2018-02-14 23:46:35 UTC [more...]

[PATCH rdma-next 00/14] Refactor ib_uverbs_write path
 2018-02-14 23:46 UTC  (20+ messages)
  ` [PATCH rdma-next 01/14] RDMA/uverbs: Convert command mask validity check function to be bool
  ` [PATCH rdma-next 02/14] RDMA/uverbs: Update sizeof users
  ` [PATCH rdma-next 03/14] RDMA/uverbs: Refactor flags checks and update return value
  ` [PATCH rdma-next 04/14] RDMA/uverbs: Fail as early as possible if not enough header data was provided
  ` [PATCH rdma-next 05/14] RDMA/uverbs: Return not supported error code for unsupported commands
  ` [PATCH rdma-next 06/14] RDMA/uverbs: Unify return values of not supported command
  ` [PATCH rdma-next 07/14] RDMA/uverbs: Refactor command header processing
  ` [PATCH rdma-next 08/14] RDMA/uverbs: Properly check command supported mask
  ` [PATCH rdma-next 09/14] RDMA/uverbs: Move uncontext check before SRCU read lock
  ` [PATCH rdma-next 10/14] RDMa/uverbs: Copy ex_hdr outside of "
  ` [PATCH rdma-next 11/14] RDMA/uverbs: Refactor the header validation logic
  ` [PATCH rdma-next 12/14] RDMA/verbs: Return proper error code for not supported system call
  ` [PATCH rdma-next 13/14] RDMA/verbs: Check existence of function prior to accessing it
  ` [PATCH rdma-next 14/14] RDMA/verbs: Drop uverbs_ex_mask

Understanding UUAR calculations in mlx5 userspace driver
 2018-02-14 22:08 UTC  (2+ messages)

[RFC PATCH] rdma_rxe: make rxe work over 802.1q VLAN devices
 2018-02-14 20:45 UTC 

Loopback with RXE?
 2018-02-14 19:25 UTC  (3+ messages)

KASAN: use-after-free Read in rds_tcp_tune
 2018-02-14 18:58 UTC  (12+ messages)

[PATCH v1] RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()
 2018-02-14 18:11 UTC 

KASAN: use-after-free Read in rds_find_bound
 2018-02-14 17:58 UTC  (8+ messages)

rdma resource warning on 4.16-rc1 when unloading qedr after NFS mount
 2018-02-14 17:03 UTC  (6+ messages)

[PATCH RESEND v1 rdma-next 0/6] cm_id, cq, mr, and pd resource tracking
 2018-02-14 16:31 UTC  (10+ messages)
` [PATCH RESEND v1 rdma-next 2/6] RDMA/nldev: provide detailed CM_ID information
` [PATCH RESEND v1 rdma-next 5/6] RDMA/nldev: provide detailed MR information
` [PATCH RESEND v1 rdma-next 6/6] RDMA/nldev: provide detailed PD information

[PATCH rdma-rc 00/15] RDMA fixes for v4.16
 2018-02-14 11:31 UTC  (33+ messages)
  ` [PATCH rdma-rc 01/15] IB/ipoib: Do not warn if IPoIB debugfs doesn't exist
  ` [PATCH rdma-rc 02/15] RDMA/restrack: Remove unimplemented XRCD object
  ` [PATCH rdma-rc 03/15] IB/uverbs: Always the attribute size provided by the user
  ` [PATCH rdma-rc 04/15] IB/uverbs: Use inline data transfer for UHW_IN
  ` [PATCH rdma-rc 05/15] IB/uverbs: Use u64_to_user_ptr() not a union
  ` [PATCH rdma-rc 06/15] IB/uverbs: Fix method merging in uverbs_ioctl_merge
  ` [PATCH rdma-rc 07/15] IB/uverbs: Use __aligned_u64 for uapi headers
  ` [PATCH rdma-rc 08/15] IB/uverbs: Add ioctl support for 32bit processes
  ` [PATCH rdma-rc 09/15] IB/uverbs: Fix possible oops with duplicate ioctl attributes
  ` [PATCH rdma-rc 10/15] IB/uverbs: Hold the uobj write lock after allocate
  ` [PATCH rdma-rc 11/15] RDMA/uverbs: Protect from races between lookup and destroy of uobjects
  ` [PATCH rdma-rc 12/15] IB/uverbs: Tidy lockdep_check
  ` [PATCH rdma-rc 13/15] IB/uverbs: Tidy uverbs_uobject_add
  ` [PATCH rdma-rc 14/15] IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
  ` [PATCH rdma-rc 15/15] RDMA/uverbs: Protect from command mask overflow

[PATCH 1/1] IB/rxe: remove unnecessary skb_clone in xmit
 2018-02-14 10:36 UTC  (6+ messages)
  ` [PATCHv2 1/1] IB/rxe: remove unnecessary skb_clone
        ` [PATCHv3 "

[PATCH rdma-rc 0/4] RDMA uverbs fixes for 4.16
 2018-02-14 10:35 UTC  (5+ messages)
  ` [PATCH rdma-rc 1/4] RDMA/restrack: Increment CQ restrack object before committing
  ` [PATCH rdma-rc 2/4] RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
  ` [PATCH rdma-rc 3/4] RDMA/uverbs: Fix circular locking dependency
  ` [PATCH rdma-rc 4/4] RDMA/uverbs: Sanitize user entered port numbers prior to access it

[PATCH rdma-core] vmw_pvrdma: Fix SRQN returned to library
 2018-02-14  8:29 UTC  (11+ messages)

[PATCH rfc 0/5] generic adaptive IRQ moderation library for I/O devices
 2018-02-13 21:46 UTC  (13+ messages)
` [PATCH rfc 2/5] irq-am: add some debugfs exposure on tuning state
` [PATCH rfc 3/5] irq_poll: wire up irq_am

[PATCH v1 rdma-next 0/6] *** SUBJECT HERE ***
 2018-02-13 20:11 UTC  (2+ messages)

KASAN: use-after-free Read in rds_tcp_dev_event
 2018-02-13 18:52 UTC  (3+ messages)

[PATCH rdma-rc] RDMA/restrack: don't use uaccess_kernel()
 2018-02-13 15:10 UTC  (3+ messages)

this is what you need
 2018-02-13 13:28 UTC 

[PATCH v2 rdma-core 0/2] Support writing man pages in markdown
 2018-02-13  3:51 UTC  (3+ messages)
  ` [PATCH rdma-core 1/2] Support writing man pages in MarkDown
  ` [PATCH rdma-core 2/2] verbs: Switch simpler man pages over to markdown format

[PATCH] RDMA/nldev: Fix multiple potential NULL pointer dereferences
 2018-02-12 22:30 UTC  (8+ messages)

[PATCH v2] net: make getname() functions return length rather than use int* parameter
 2018-02-12 19:36 UTC  (2+ messages)

[RFC] Protect larger order pages from breaking up
 2018-02-12 18:37 UTC  (3+ messages)

[PATCH v2 00/14] IB/srpt: Add RDMA/CM support
 2018-02-12 18:04 UTC  (7+ messages)

[PATCH] net: make getname() functions return length rather than use int* parameter
 2018-02-12 17:59 UTC  (3+ messages)

[PATCH] IB/srp: Fix completion vector assignment algorithm
 2018-02-12 17:50 UTC 

WARNING: suspicious RCU usage in rds_tcp_conn_alloc
 2018-02-12 16:15 UTC  (2+ messages)

BUG: sleeping function called from invalid context at mm/slab.h:LINE (3)
 2018-02-12 16:14 UTC  (2+ messages)

WARNING: suspicious RCU usage in rds_loop_conn_alloc
 2018-02-12 16:09 UTC  (2+ messages)

[PATCH RFC 3/3] Add Verbs MPLS flow specification filter
 2018-02-12 15:20 UTC 

[PATCH RFC 2/3] Allow Verbs ordered flow spec definitions
 2018-02-12 15:20 UTC 

[PATCH RFC 1/3] Add Verbs GRE flow specification filter
 2018-02-12 15:20 UTC 

[PATCH RFC 0/3] define Verbs flow steering specification filter for GRE and MPLSoGRE tunnels
 2018-02-12 15:20 UTC 

[PATCH v4 for-next 0/4] Support rq and cq record doorbell
 2018-02-12 10:14 UTC  (5+ messages)
  ` [PATCH v4 for-next 1/4] RDMA/hns: Support rq record doorbell for the user space
  ` [PATCH v4 for-next 2/4] RDMA/hns: Support cq "
  ` [PATCH v4 for-next 3/4] RDMA/hns: Support rq record doorbell for kernel space
  ` [PATCH v4 for-next 4/4] RDMA/hns: Support cq "

[PATCH v3 for-next 0/4] Support rq and cq record doorbell
 2018-02-12  3:48 UTC  (7+ messages)
  ` [PATCH v3 for-next 1/4] RDMA/hns: Support rq record doorbell for the user space
  ` [PATCH v3 for-next 2/4] RDMA/hns: Support cq "
  ` [PATCH v3 for-next 3/4] RDMA/hns: Support rq record doorbell for kernel space
  ` [PATCH v3 for-next 4/4] RDMA/hns: Support cq "

[PATCH v3 rdma-core 0/2] Support rq and cq record doorbell
 2018-02-11 12:40 UTC  (3+ messages)
  ` [PATCH v3 rdma-core 1/2] libhns: Support rq "
  ` [PATCH v3 rdma-core 2/2] libhns: Support cq "

[PATCH v2 rdma-core 0/2] Support rq and cq record doorbell
 2018-02-11  6:04 UTC  (7+ messages)
  ` [PATCH v2 rdma-core 1/2] libhns: Support rq "
  ` [PATCH v2 rdma-core 2/2] libhns: Support cq "

[PATCH v2 for-next 0/4] Support rq and cq record doorbell
 2018-02-11  5:44 UTC  (7+ messages)
  ` [PATCH v2 for-next 1/4] RDMA/hns: Support rq record doorbell for the user space
  ` [PATCH v2 for-next 2/4] RDMA/hns: Support cq "
  ` [PATCH v2 for-next 3/4] RDMA/hns: Support rq record doorbell for kernel space
  ` [PATCH v2 for-next 4/4] RDMA/hns: Support cq "

[ANNOUNCE] OFED 4.8-2-rc1 release is available
 2018-02-11  1:10 UTC  (2+ messages)

[PATCH rdma-core 0/7] Always use internal kernel headers
 2018-02-10 16:38 UTC  (3+ messages)
` [PATCH rdma-core 6/7] Always user internal kernel headers when building

[PATCH v5] Documentation/ABI: update infiniband sysfs interfaces
 2018-02-10  7:41 UTC 

[PATCH v4] Documentation/ABI: update infiniband sysfs interfaces
 2018-02-10  7:36 UTC 

[RFC PATCH rdma-core] Check that public headers support -Wpedantic
 2018-02-09 18:46 UTC  (2+ messages)

[PATCH rdma-core] mlx4: Fix 1<<31 expressions
 2018-02-09 17:18 UTC  (12+ messages)

[PATCH 1/1] IB/rxe: remove unnecessary skb_clone
 2018-02-09 10:47 UTC 

The qeustion for XRC debug and ex verbs
 2018-02-09  7:38 UTC 


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