linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 20:36:53 to 2020-01-16 19:31:47 UTC [more...]

[PATCH rdma-rc v2 00/48] Organize code according to IBTA layout
 2020-01-16 19:31 UTC  (5+ messages)

[PATCH v7 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-01-16 16:53 UTC  (36+ messages)
` [PATCH v7 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v7 02/25] RDMA/rtrs: public interface header to establish RDMA connections
` [PATCH v7 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers
` [PATCH v7 04/25] RDMA/rtrs: core: lib functions shared between client and server modules
` [PATCH v7 05/25] RDMA/rtrs: client: private header with client structs and functions
` [PATCH v7 06/25] RDMA/rtrs: client: main functionality
` [PATCH v7 07/25] RDMA/rtrs: client: statistics functions
` [PATCH v7 08/25] RDMA/rtrs: client: sysfs interface functions
` [PATCH v7 09/25] RDMA/rtrs: server: private header with server structs and functions
` [PATCH v7 10/25] RDMA/rtrs: server: main functionality
` [PATCH v7 11/25] RDMA/rtrs: server: statistics functions
` [PATCH v7 12/25] RDMA/rtrs: server: sysfs interface functions
` [PATCH v7 13/25] RDMA/rtrs: include client and server modules into kernel compilation
` [PATCH v7 14/25] RDMA/rtrs: a bit of documentation
` [PATCH v7 15/25] block/rnbd: private headers with rnbd protocol structs and helpers
` [PATCH v7 16/25] block/rnbd: client: private header with client structs and functions
` [PATCH v7 17/25] block/rnbd: client: main functionality
` [PATCH v7 18/25] block/rnbd: client: sysfs interface functions
` [PATCH v7 19/25] block/rnbd: server: private header with server structs and functions
` [PATCH v7 20/25] block/rnbd: server: main functionality
` [PATCH v7 21/25] block/rnbd: server: functionality for IO submission to file or block dev
` [PATCH v7 22/25] block/rnbd: server: sysfs interface functions
` [PATCH v7 23/25] block/rnbd: include client and server modules into kernel compilation
` [PATCH v7 24/25] block/rnbd: a bit of documentation
` [PATCH v7 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules

[PATCH v4 0/2] RDMA/rxe: rxe should use same buffer size for SGE's and inline data
 2020-01-16 19:20 UTC  (4+ messages)
` [PATCH v4 1/2] RDMA/rxe: use RXE_MAX_WQE_SIZE to enforce limits
` [PATCH v4 2/2] RDMA/rxe: SGE buffer and max_inline data must have same size

[PATCH AUTOSEL 5.4 009/205] RDMA/counter: Prevent QP counter manual binding in auto mode
 2020-01-16 16:42 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 010/205] RDMA/siw: Fix port number endianness in a debug message
` [PATCH AUTOSEL 5.4 054/205] RDMA/hns: Release qp resources when failed to destroy qp
` [PATCH AUTOSEL 5.4 074/205] RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()
` [PATCH AUTOSEL 5.4 075/205] RDMA/hns: Fix to support 64K page for srq
` [PATCH AUTOSEL 5.4 076/205] RDMA/hns: Bugfix for qpc/cqc timer configuration
` [PATCH AUTOSEL 5.4 081/205] RDMA/hns: Fix build error again
` [PATCH AUTOSEL 5.4 086/205] RDMA/mlx5: Return proper error value
` [PATCH AUTOSEL 5.4 195/205] net/mlx5e: Fix free peer_flow when refcount is 0

[PATCH AUTOSEL 4.19 019/671] IB/rxe: replace kvfree with vfree
 2020-01-16 16:45 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 020/671] IB/hfi1: Add mtu check for operational data VLs
` [PATCH AUTOSEL 4.19 036/671] RDMA/bnxt_re: Add missing spin lock initialization
` [PATCH AUTOSEL 4.19 060/671] IB/hfi1: Correctly process FECN and BECN in packets
` [PATCH AUTOSEL 4.19 062/671] IB/rxe: Fix incorrect cache cleanup in error flow
` [PATCH AUTOSEL 4.19 108/671] IB/usnic: Fix out of bounds index check in query pkey
` [PATCH AUTOSEL 4.19 109/671] RDMA/ocrdma: "
` [PATCH AUTOSEL 4.19 110/671] RDMA/qedr: "
` [PATCH AUTOSEL 4.19 114/671] RDMA/iw_cxgb4: Fix the unchecked ep dereference

[PATCH AUTOSEL 4.19 123/671] IB/iser: Pass the correct number of entries for dma mapped SGL
 2020-01-16 16:52 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 126/671] IB/mlx5: Don't override existing ip_protocol
` [PATCH AUTOSEL 4.19 133/671] net/mlx5: Take lock with IRQs disabled to avoid deadlock
` [PATCH AUTOSEL 4.19 167/671] iw_cxgb4: use tos when importing the endpoint
` [PATCH AUTOSEL 4.19 168/671] iw_cxgb4: use tos when finding ipv6 routes
` [PATCH AUTOSEL 4.19 178/671] RDMA/mlx5: Fix memory leak in case we fail to add an IB device
` [PATCH AUTOSEL 4.19 201/671] net/mlx5: Delete unused FPGA QPN variable
` [PATCH AUTOSEL 4.19 243/671] net/mlx5: Fix multiple updates of steering rules in parallel
` [PATCH AUTOSEL 4.19 244/671] net/mlx5e: IPoIB, Fix RX checksum statistics update

[PATCH 0/7] RDMA/cm: Remove open coded structure pack/unpack
 2020-01-16 17:00 UTC  (8+ messages)
` [PATCH 1/7] RDMA/cm: Add accessors for CM_REQ transport_type
` [PATCH 2/7] RDMA/cm: Add SET/GET implementations to hide IBA wire format
` [PATCH 3/7] RDMA/cm: Use IBA functions for simple get/set acessors
` [PATCH 4/7] RDMA/cm: Use IBA functions for swapping "
` [PATCH 5/7] RDMA/cm: Use IBA functions for simple structure members
` [PATCH 6/7] RDMA/cm: Use IBA functions for complex "
` [PATCH 7/7] RDMA/cm: Remove CM message structs

[PATCH AUTOSEL 4.19 327/671] IB/mlx5: Add missing XRC options to QP optional params mask
 2020-01-16 17:05 UTC  (15+ messages)
` [PATCH AUTOSEL 4.19 328/671] RDMA/rxe: Consider skb reserve space based on netdev of GID
` [PATCH AUTOSEL 4.19 369/671] RDMA/qedr: Fix incorrect device rate
` [PATCH AUTOSEL 4.19 391/671] RDMA/uverbs: check for allocation failure in uapi_add_elm()
` [PATCH AUTOSEL 4.19 418/671] IB/hfi1: Handle port down properly in pio
` [PATCH AUTOSEL 4.19 453/671] RDMA/hns: Fixs hw access invalid dma memory error
` [PATCH AUTOSEL 4.19 480/671] net/mlx5: Fix mlx5_ifc_query_lag_out_bits
` [PATCH AUTOSEL 4.19 488/671] RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driver
` [PATCH AUTOSEL 4.19 489/671] RDMA/hns: bugfix for slab-out-of-bounds when loading "
` [PATCH AUTOSEL 4.19 493/671] net/rds: Add a few missing rds_stat_names entries
` [PATCH AUTOSEL 4.19 549/671] RDMA/cma: Fix false error message
` [PATCH AUTOSEL 4.19 550/671] RDMA: Fix goto target to release the allocated memory
` [PATCH AUTOSEL 4.19 551/671] net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'
` [PATCH AUTOSEL 4.19 629/671] RDMA/mlx5: Return proper error value
` [PATCH AUTOSEL 4.19 669/671] IB/iser: Fix dma_nents type definition

[PATCH bpf-next v3 00/11] tools: Use consistent libbpf include paths everywhere
 2020-01-16 18:56 UTC  (14+ messages)
` [PATCH bpf-next v3 01/11] samples/bpf: Don't try to remove user's homedir on clean
` [PATCH bpf-next v3 02/11] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v3 03/11] selftests: Pass VMLINUX_BTF to runqslower Makefile
` [PATCH bpf-next v3 04/11] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v3 05/11] selftests: "
` [PATCH bpf-next v3 06/11] bpftool: "
` [PATCH bpf-next v3 07/11] perf: "
` [PATCH bpf-next v3 08/11] samples/bpf: "
` [PATCH bpf-next v3 09/11] selftests: Remove tools/lib/bpf from include path
` [PATCH bpf-next v3 10/11] tools/runqslower: "
` [PATCH bpf-next v3 11/11] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system

[rdma:wip/jgg-for-next] BUILD SUCCESS 0fbb37dd82998b5c83355997b3bdba2806968ac7
 2020-01-16 17:08 UTC 

[PATCH AUTOSEL 4.14 063/371] IB/iser: Pass the correct number of entries for dma mapped SGL
 2020-01-16 17:24 UTC  (13+ messages)
` [PATCH AUTOSEL 4.14 068/371] net/mlx5: Take lock with IRQs disabled to avoid deadlock
` [PATCH AUTOSEL 4.14 090/371] iw_cxgb4: use tos when importing the endpoint
` [PATCH AUTOSEL 4.14 091/371] iw_cxgb4: use tos when finding ipv6 routes
` [PATCH AUTOSEL 4.14 180/371] IB/mlx5: Add missing XRC options to QP optional params mask
` [PATCH AUTOSEL 4.14 208/371] RDMA/qedr: Fix incorrect device rate
` [PATCH AUTOSEL 4.14 246/371] RDMA/hns: Fixs hw access invalid dma memory error
` [PATCH AUTOSEL 4.14 261/371] net/mlx5: Fix mlx5_ifc_query_lag_out_bits
` [PATCH AUTOSEL 4.14 268/371] net/rds: Add a few missing rds_stat_names entries
` [PATCH AUTOSEL 4.14 300/371] RDMA/cma: Fix false error message
` [PATCH AUTOSEL 4.14 301/371] net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'
` [PATCH AUTOSEL 4.14 341/371] RDMA/mlx5: Return proper error value
` [PATCH AUTOSEL 4.14 370/371] IB/iser: Fix dma_nents type definition

[PATCH AUTOSEL 4.9 004/251] IB/rxe: replace kvfree with vfree
 2020-01-16 17:31 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 036/251] IB/usnic: Fix out of bounds index check in query pkey
` [PATCH AUTOSEL 4.9 037/251] RDMA/ocrdma: "
` [PATCH AUTOSEL 4.9 038/251] RDMA/qedr: "

[PATCH AUTOSEL 4.9 044/251] IB/iser: Pass the correct number of entries for dma mapped SGL
 2020-01-16 17:36 UTC  (8+ messages)
` [PATCH AUTOSEL 4.9 064/251] iw_cxgb4: use tos when importing the endpoint
` [PATCH AUTOSEL 4.9 065/251] iw_cxgb4: use tos when finding ipv6 routes
` [PATCH AUTOSEL 4.9 126/251] IB/mlx5: Add missing XRC options to QP optional params mask
` [PATCH AUTOSEL 4.9 166/251] RDMA/hns: Fixs hw access invalid dma memory error
` [PATCH AUTOSEL 4.9 176/251] net/mlx5: Fix mlx5_ifc_query_lag_out_bits
` [PATCH AUTOSEL 4.9 201/251] net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'
` [PATCH AUTOSEL 4.9 251/251] IB/iser: Fix dma_nents type definition

[PATCH AUTOSEL 4.4 030/174] IB/usnic: Fix out of bounds index check in query pkey
 2020-01-16 17:42 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 031/174] RDMA/ocrdma: "
` [PATCH AUTOSEL 4.4 084/174] IB/mlx5: Add missing XRC options to QP optional params mask
` [PATCH AUTOSEL 4.4 138/174] net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'

[rdma:wip/jgg-hmm] BUILD SUCCESS 5292e24a6acf5694e0a32c31e3321964176bc17e
 2020-01-16 17:35 UTC 

[rdma:for-next] BUILD SUCCESS 5c55cfd6a553d008fcd54e4a4e3fed1340ee5090
 2020-01-16 17:13 UTC 

[PATCH AUTOSEL 4.14 007/371] IB/rxe: replace kvfree with vfree
 2020-01-16 17:12 UTC  (7+ messages)
` [PATCH AUTOSEL 4.14 008/371] IB/hfi1: Add mtu check for operational data VLs
` [PATCH AUTOSEL 4.14 021/371] IB/rxe: Fix incorrect cache cleanup in error flow
` [PATCH AUTOSEL 4.14 050/371] IB/usnic: Fix out of bounds index check in query pkey
` [PATCH AUTOSEL 4.14 051/371] RDMA/ocrdma: "
` [PATCH AUTOSEL 4.14 052/371] RDMA/qedr: "
` [PATCH AUTOSEL 4.14 056/371] RDMA/iw_cxgb4: Fix the unchecked ep dereference

[PATCH bpf-next v2 00/10] tools: Use consistent libbpf include paths everywhere
 2020-01-16 17:14 UTC  (11+ messages)
` [PATCH bpf-next v2 02/10] tools/bpf/runqslower: Fix override option for VMLINUX_BTF

[PATCH v5 00/25] RTRS (former IBTRS) rdma transport library and the corresponding RNBD (former IBNBD) rdma network block device
 2020-01-16 16:46 UTC  (8+ messages)

[PATCH 0/3] Rename variables in mmu_notifier.c
 2020-01-16 16:39 UTC  (4+ messages)
` [PATCH 1/3] mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
` [PATCH 2/3] mm/mmu_notifiers: Use 'subscription' as the variable name for mmu_notifier
` [PATCH 3/3] mm/mmu_notifiers: Use 'interval_sub' as the variable for mmu_interval_notifier

[PATCH v6 0/6] mm/hmm/test: add self tests for HMM
 2020-01-16 16:00 UTC  (11+ messages)
` [PATCH v6 1/6] mm/mmu_notifier: add mmu_interval_notifier_insert_safe()
` [PATCH v6 4/6] mm/mmu_notifier: add mmu_interval_notifier_find()
` [PATCH v6 5/6] nouveau: use new mmu interval notifiers

[PATCH v5 0/2] mm/hmm/test: add self tests for HMM
 2020-01-16 14:13 UTC  (9+ messages)
` [PATCH v5 1/2] mm/mmu_notifier: make interval notifier updates safe

[PATCH mlx5-next 00/10] Use ODP MRs for kernel ULPs
 2020-01-16 14:04 UTC  (12+ messages)
` [PATCH mlx5-next 08/10] net/rds: Detect need of On-Demand-Paging memory registration
` [PATCH mlx5-next 09/10] net/rds: Handle ODP mr registration/unregistration
` [PATCH mlx5-next 10/10] net/rds: Use prefetch for On-Demand-Paging MR

[PATCH] RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fence
 2020-01-16 13:05 UTC  (3+ messages)

[PATCH mlx5-next] IB/mlx5: Return the administrative GUID if exists
 2020-01-16 12:00 UTC 

[PATCH RFC for-next 0/6] ofed support to send ib port link event
 2020-01-16 11:41 UTC  (10+ messages)
` [PATCH RFC for-next 1/6] RDMA/core: support deliver net device event
` [PATCH RFC for-next 2/6] RDMA/mlx5: remove "
` [PATCH RFC for-next 3/6] RDMA/i40iw: "
` [PATCH RFC for-next 4/6] RDMA/qedr: "
` [PATCH RFC for-next 5/6] RDMA/vmw_pvrdma: "
` [PATCH RFC for-next 6/6] qede: remove invalid notify operation

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16  9:37 UTC  (8+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN

[PATCH rdma-next 00/10] Relaxed ordering memory regions
 2020-01-16  9:20 UTC  (3+ messages)

[PATCH rdma-next 0/2] RoCE accelerator counters
 2020-01-16  9:14 UTC  (3+ messages)

[PATCH for-next 0/6] EFA updates 2020-01-14
 2020-01-16  8:26 UTC  (7+ messages)
` [PATCH for-next 1/6] RDMA/efa: Unified getters/setters for device structs bitmask access
` [PATCH for-next 6/6] RDMA/efa: Do not delay freeing of DMA pages

[PATCH] RDMA/isert: Fix a recently introduced regression related to logout
 2020-01-16  4:47 UTC 

[PATCH for-next] RDMA/hns: Add support for extended atomic in userspace
 2020-01-16  4:05 UTC  (3+ messages)

[PATCH] IB/srp: Never use immediate data if it is disabled by a user
 2020-01-15 20:38 UTC  (2+ messages)

[PATCH v3 0/2] rxe should use same buffer size for SGE's and inline data
 2020-01-15 20:36 UTC  (5+ messages)
` [PATCH v3 2/2] SGE buffer and max_inline data must have same size


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