linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-10 17:31:59 to 2018-07-26 05:38:21 UTC [more...]

[PATCH] rds: send: Fix dead code in rds_sendmsg
 2018-07-26  5:38 UTC  (4+ messages)

[PATCH] net/rds/Kconfig: RDS should depend on IPV6
 2018-07-26  5:34 UTC  (5+ messages)

[PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data
 2018-07-26  4:35 UTC  (18+ messages)
` [PATCH mlx5-next v2 1/8] net/mlx5: Add forward compatible support for the FTE match data
` [PATCH mlx5-next v2 2/8] net/mlx5: Add support for flow table destination number
` [PATCH rdma-next v2 3/8] IB/mlx5: Introduce flow steering matcher object
` [PATCH rdma-next v2 4/8] IB: Consider ib_flow creation by the KABI infrastructure
` [PATCH rdma-next v2 5/8] IB/mlx5: Introduce vendor create and destroy flow methods
` [PATCH rdma-next v2 6/8] IB/mlx5: Support adding flow steering rule by raw data
` [PATCH rdma-next v2 7/8] IB/mlx5: Add support for a flow table destination
` [PATCH rdma-next v2 8/8] IB/mlx5: Expose vendor flow trees

[PATCH] drivers: infiniband: core: Remove extra parentheses
 2018-07-25 20:37 UTC  (2+ messages)

[PATCH PATCH net-next 00/18] net whitespace cleanups
 2018-07-25 12:59 UTC  (22+ messages)
` [PATCH PATCH net-next 03/18] rds: remove trailing whitespace and blank lines
` [PATCH PATCH net-next 04/18] llc: fix whitespace issues
` [PATCH PATCH net-next 07/18] ceph: fix whitespace
` [PATCH PATCH net-next 09/18] ila: remove blank lines at EOF
  ` [PATCH PATCH net-next 01/18] sched: fix trailing whitespace
  ` [PATCH PATCH net-next 02/18] wimax: remove blank lines at EOF
  ` [PATCH PATCH net-next 05/18] mpls: remove trailing whitepace
  ` [PATCH PATCH net-next 06/18] xfrm: remove blank lines at EOF
  ` [PATCH PATCH net-next 08/18] sctp: whitespace fixes
  ` [PATCH PATCH net-next 10/18] 9p: fix whitespace issues
  ` [PATCH PATCH net-next 12/18] ax25: remove blank line at EOF
  ` [PATCH PATCH net-next 18/18] net: remove blank lines at end of file
` [PATCH PATCH net-next 11/18] atm: remove blank lines at EOF
` [PATCH PATCH net-next 13/18] x25: "
` [PATCH PATCH net-next 14/18] decnet: whitespace fixes
` [PATCH PATCH net-next 15/18] sunrpc: "
` [PATCH PATCH net-next 16/18] bpfilter: remove trailing newline
` [PATCH PATCH net-next 17/18] l2tp: "

[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-25  6:17 UTC  (16+ messages)

general protection fault in rds_ib_get_mr
 2018-07-25  3:58 UTC  (9+ messages)

[PATCH] RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr
 2018-07-25  3:31 UTC 

[PATCH mlx5-next] RDMA/mlx5: Don't use cached IRQ affinity mask
 2018-07-24 20:52 UTC  (22+ messages)

[PATCH] IPoIB: use kvzalloc to allocate an array of bucket pointers
 2018-07-23 21:38 UTC  (4+ messages)

[PATCH v2] IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd port
 2018-07-23 21:17 UTC  (2+ messages)

[PATCH] IB/mlx5: avoid binding a new mpi unit to the same devices repeatedly
 2018-07-23 18:21 UTC  (8+ messages)

KASAN: use-after-free Read in rds_cong_queue_updates (2)
 2018-07-23 17:38 UTC  (2+ messages)

[PATCH] [v3] infiniband: i40iw, nes: don't use wall time for TCP sequence numbers
 2018-07-21 13:29 UTC  (3+ messages)

[PATCH mlx5-next 0/8] Mellanox, mlx5 updates 2018-07-16
 2018-07-18 21:41 UTC  (10+ messages)
` [PATCH mlx5-next 1/8] net/mlx5: FW tracer, add hardware structures
` [PATCH mlx5-next 2/8] net/mlx5: Expose MPEGC (Management PCIe General Configuration) structures
` [PATCH mlx5-next 3/8] net/mlx5: Add core support for double vlan push/pop steering action
` [PATCH mlx5-next 4/8] net/mlx5: Add XRQ commands definitions
` [PATCH mlx5-next 5/8] net/mlx5: Add missing SET_DRIVER_VERSION command translation
` [PATCH mlx5-next 6/8] net/mlx5: Use ERR_CAST() instead of coding it
` [PATCH mlx5-next 7/8] net/mlx5: Better return types for CQE API
` [PATCH mlx5-next 8/8] net/mlx5: Fix tristate and description for MLX5 module

[PATCH net-next] net/mlx5: fix an unused-function warning
 2018-07-18 20:39 UTC  (3+ messages)

[PATCH] net/rds: Remove unnecessary variable
 2018-07-18  5:44 UTC  (2+ messages)

[PATCH] net/rds: void function cannot return -1
 2018-07-18  5:44 UTC  (3+ messages)

[RFC PATCH rdma-next 00/18] Flow actions to mutate packets
 2018-07-17 16:29 UTC  (28+ messages)
` [RFC PATCH mlx5-next 01/18] net/mlx5: Add proper NIC TX steering flow tables support
` [RFC PATCH mlx5-next 02/18] net/mlx5: Export modify header alloc/dealloc functions
` [RFC PATCH mlx5-next 03/18] net/mlx5: Add support for more namespaces when allocating modify header
` [RFC PATCH mlx5-next 04/18] net/mlx5: Break encap/decap into two separated flags
` [RFC PATCH mlx5-next 05/18] net/mlx5: Move header encap type to IFC header file
` [RFC PATCH mlx5-next 06/18] {net, RDMA}/mlx5: Rename encap to reformat packet
` [RFC PATCH mlx5-next 07/18] net/mlx5: Expose new packet reformat capabilities
` [RFC PATCH mlx5-next 08/18] net/mlx5: Allow passing a namespace on packet reformat allocation
` [RFC PATCH mlx5-next 09/18] net/mlx5: Export packet reformat alloc/dealloc functions
` [RFC PATCH rdma-next 10/18] RDMA/mlx5: Add NIC TX steering support
` [RFC PATCH rdma-next 11/18] RDMA/mlx5: Add a new flow action verb, modify header
` [RFC PATCH rdma-next 12/18] RDMA/mlx5: Enable attaching modify header to steering flows
` [RFC PATCH rdma-next 13/18] RDMA/mlx5: Enable decap and packet reformat on flow tables
` [RFC PATCH rdma-next 14/18] RDMA/uverbs: Add generic function to fill in flow action object
` [RFC PATCH rdma-next 15/18] RDMA/mlx5: Add new flow action verb, packet reformat
` [RFC PATCH rdma-next 16/18] RDMA/mlx5: Enable attaching DECAP action to steering flows
` [RFC PATCH rdma-next 17/18] RDMA/mlx5: Extend packet reformat verbs
` [RFC PATCH rdma-next 18/18] RDMA/mlx5: Enable attaching packet reformat action to steering flows

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-16  7:59 UTC  (11+ messages)

[PATCH rdma-next v1 0/8] Support mlx5 flow steering with RAW data
 2018-07-15  8:26 UTC  (17+ messages)
` [PATCH mlx5-next v1 1/8] net/mlx5: Add forward compatible support for the FTE match data
` [PATCH mlx5-next v1 2/8] net/mlx5: Add support for flow table destination number
` [PATCH rdma-next v1 3/8] IB/mlx5: Introduce flow steering matcher object
` [PATCH rdma-next v1 4/8] IB: Consider ib_flow creation by the KABI infrastructure
` [PATCH rdma-next v1 5/8] IB/mlx5: Introduce vendor create and destroy flow methods
` [PATCH rdma-next v1 6/8] IB/mlx5: Support adding flow steering rule by raw data
` [PATCH rdma-next v1 7/8] IB/mlx5: Add support for a flow table destination
` [PATCH rdma-next v1 8/8] IB/mlx5: Expose vendor flow trees

[GIT PULL] Please pull RDMA subsystem changes
 2018-07-13 17:13 UTC 

cx4 sriov problem in stable 4.14.47
 2018-07-12 18:01 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in rds_cong_queue_updates (2)
 2018-07-11 21:00 UTC  (2+ messages)

[PATCH net v2] net/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
 2018-07-11 19:10 UTC  (2+ messages)

[PATCH rdma-next 0/9] Support mlx5 flow steering with RAW data
 2018-07-11 12:02 UTC  (13+ messages)
` [PATCH mlx5-next 2/9] net/mlx5: Add support for flow table destination number
` [PATCH rdma-next 4/9] IB/mlx5: Introduce flow steering matcher object
` [PATCH rdma-next 6/9] IB/mlx5: Introduce vendor create and destroy flow methods

[PATCH 2/3] IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
 2018-07-11  9:45 UTC  (10+ messages)
` [PATCH 3/3] IB/srpt: Fix a use-after-free


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