linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-23 07:11:54 to 2018-08-07 20:20:05 UTC [more...]

[PATCH net-next] RDS: IB: fix 'passing zero to ERR_PTR()' warning
 2018-08-07 20:20 UTC  (3+ messages)

[PATCH v6 1/9] PCI: Check for PCIe downtraining conditions
 2018-08-07 19:44 UTC  (12+ messages)
  ` [PATCH v6 2/9] bnx2x: Do not call pcie_print_link_status()
  ` [PATCH v6 3/9] bnxt_en: "
  ` [PATCH v6 4/9] cxgb4: "
  ` [PATCH v6 5/9] fm10k: "
  ` [PATCH v6 6/9] ixgbe: "
  ` [PATCH v6 7/9] net/mlx4: "
  ` [PATCH v6 8/9] net/mlx5: "
  ` [PATCH v6 9/9] nfp: "

[PATCH rdma-next v4 0/3] overflow.h: Add left-shift helper
 2018-08-06 22:54 UTC  (5+ messages)
` [PATCH rdma-next v4 1/3] overflow.h: Add arithmetic shift helper
` [PATCH rdma-next v4 2/3] test_overflow: Add shift overflow tests
` [PATCH rdma-next v4 3/3] RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq

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

[PATCH] IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
 2018-08-03 16:23 UTC 

[GIT PULL] Please pull RDMA subsystem changes
 2018-08-03 16:11 UTC 

[PATCH 1/1] qed: Add firmware 8.37.7.0
 2018-08-03 13:23 UTC 

[PATCH rdma-next 00/10] IPoIB uninit
 2018-08-03  2:31 UTC  (12+ messages)
` [PATCH rdma-next 01/10] IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
` [PATCH rdma-next 02/10] IB/ipoib: Use cancel_delayed_work_sync for neigh-clean task
` [PATCH rdma-next 03/10] IB/ipoib: Move all uninit code into ndo_uninit
` [PATCH rdma-next 04/10] IB/ipoib: Make ipoib_neigh_hash_uninit fully fence its work
` [PATCH rdma-next 05/10] IB/ipoib: Move init code to ndo_init
` [PATCH rdma-next 06/10] RDMA/netdev: Use priv_destructor for netdev cleanup
` [PATCH rdma-next 07/10] IB/ipoib: Get rid of the sysfs_mutex
` [PATCH rdma-next 08/10] IB/ipoib: Do not remove child devices from within the ndo_uninit
` [PATCH rdma-next 09/10] IB/ipoib: Maintain the child_intfs list from ndo_init/uninit
` [PATCH rdma-next 10/10] IB/ipoib: Consolidate checking of the proposed child interface

[bug report] net/mlx5e: Gather all XDP pre-requisite checks in a single function
 2018-08-02 12:31 UTC 

[PATCH v3 0/3] overflow.h: Add arithmetic shift helper
 2018-08-01 18:44 UTC  (6+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] test_overflow: Add shift overflow tests
` [PATCH v3 3/3] RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq

linux-next: manual merge of the net-next tree with the rdma tree
 2018-08-01 18:30 UTC  (10+ messages)

[PATCH] net/mlx5e: Fix uninitialized variable
 2018-08-01 17:19 UTC  (5+ messages)

[PATCH net-next] rds: remove redundant variable 'rds_ibdev'
 2018-08-01 17:01 UTC  (2+ messages)

[PATCH rdma-next 00/12] RDMA fixes 2018-06-24
 2018-08-01 16:14 UTC  (6+ messages)
` [PATCH rdma-next 08/12] overflow.h: Add arithmetic shift helper

[PATCH v2 0/3] overflow.h: Add arithmetic shift helper
 2018-08-01 15:48 UTC  (13+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] test_overflow: Add shift overflow tests
` [PATCH v2 3/3] RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq

[PATCH rdma-next 00/27] Flow actions to mutate packets
 2018-07-31 14:11 UTC  (31+ messages)
` [PATCH mlx5-next 01/27] net/mlx5: Cleanup flow namespace getter switch logic
` [PATCH mlx5-next 02/27] net/mlx5: Add proper NIC TX steering flow tables support
` [PATCH mlx5-next 03/27] net/mlx5: Export modify header alloc/dealloc functions
` [PATCH mlx5-next 04/27] net/mlx5: Add support for more namespaces when allocating modify header
` [PATCH mlx5-next 05/27] net/mlx5: Break encap/decap into two separated flow table creation flags
` [PATCH mlx5-next 06/27] net/mlx5: Move header encap type to IFC header file
` [PATCH mlx5-next 07/27] {net, RDMA}/mlx5: Rename encap to reformat packet
` [PATCH mlx5-next 08/27] net/mlx5: Expose new packet reformat capabilities
` [PATCH mlx5-next 09/27] net/mlx5: Pass a namespace for packet reformat ID allocation
` [PATCH mlx5-next 10/27] net/mlx5: Export packet reformat alloc/dealloc functions
` [PATCH rdma-next 11/27] RDMA/mlx5: Add NIC TX steering support
` [PATCH rdma-next 12/27] RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language
` [PATCH rdma-next 13/27] RDMA/mlx5: Add a new flow action verb, modify header
` [PATCH rdma-next 14/27] RDMA/mlx5: Enable attaching modify header to steering flows
` [PATCH rdma-next 15/27] RDMA/mlx5: Enable decap and packet reformat on flow tables
` [PATCH rdma-next 16/27] RDMA/uverbs: Add generic function to fill in flow action object
` [PATCH rdma-next 17/27] RDMA/mlx5: Add new flow action verb, packet reformat
` [PATCH rdma-next 18/27] RDMA/mlx5: Enable attaching DECAP action to steering flows
` [PATCH rdma-next 19/27] RDMA/mlx5: Extend packet reformat verbs
` [PATCH rdma-next 20/27] RDMA/mlx5: Enable reformat on NIC RX if supported
` [PATCH rdma-next 21/27] RDMA/mlx5: Enable attaching packet reformat action to steering flows
` [PATCH rdma-next 22/27] IB/uverbs: Add IDRs array attribute type to ioctl() interface
` [PATCH rdma-next 23/27] RDMA/mlx5: Refactor flow action parsing to be more generic
` [PATCH rdma-next 24/27] RDMA/mlx5: Refactor DEVX flow creation
` [PATCH rdma-next 25/27] RDMA/mlx5: Add flow actions support to DEVX create flow
` [PATCH rdma-next 26/27] RDMA/mlx5: Add NIC TX namespace when getting a flow table
` [PATCH rdma-next 27/27] RDMA/mlx5: Allow creating a matcher for a NIC TX "

[PATCH rdma] IB/cache: Restore compatibility for ib_query_gid
 2018-07-29 19:42 UTC  (5+ messages)

[PATCH PATCH net-next 00/18] net whitespace cleanups
 2018-07-27 20:39 UTC  (23+ 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] net/rds/Kconfig: Correct the RDS depends
 2018-07-27 20:19 UTC  (3+ messages)

[PATCH] net/rds/Kconfig: RDS should depend on IPV6
 2018-07-27 13:11 UTC  (7+ messages)

[PATCH v2] IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd port
 2018-07-26 22:12 UTC  (3+ messages)

[PATCH] RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr
 2018-07-26 21:04 UTC  (2+ messages)

[PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data
 2018-07-26 14:58 UTC  (19+ 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-26 12:02 UTC  (3+ messages)

general protection fault in rds_ib_get_mr
 2018-07-26 11:40 UTC  (10+ messages)

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

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

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

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

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


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