public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-02 20:29:41 to 2013-10-14 15:13:12 UTC [more...]

[PATCH 0/9] IB/core: batch of fix against create/destroy_flow uverbs for v3.12
 2013-10-14 15:13 UTC  (13+ messages)
  ` [PATCH 1/9] IB/core: clarify overflow/underflow checks on ib_create/destroy_flow
  ` [PATCH 2/9] IB/core: Includes flow attribute size in uverbs create_flow
  ` [PATCH 3/9] IB/core: Don't include command header "
  ` [PATCH 4/9] IB/core: Rename 'flow' structs to match other uverbs structs
  ` [PATCH 5/9] IB/core: Makes uverbs flow structure using names more similar to verbs ones
  ` [PATCH 6/9] IB/core: Uses a common header for uverbs flow_specs
  ` [PATCH 7/9] IB/core: Remove ib_uverbs_flow_spec structure from userspace
  ` [PATCH 8/9] IB/core: extended command: an improved infrastructure for uverbs commands
  ` [PATCH 9/9] IB/core: extended command: move comp_mask to the extended header

[PATCH 1/1] drivers: infiniband: ulp: Fix possible use-after-free
 2013-10-14  0:22 UTC 

[PATCH] ibtracert.c: Add 'force' flag to man page
 2013-10-13  7:48 UTC 

Compliments and good day to you and your family
 2013-10-11 23:41 UTC 

[PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern
 2013-10-11 20:29 UTC  (80+ messages)
` [PATCH RFC 01/77] PCI/MSI: Fix return value when populate_msi_sysfs() failed
` [PATCH RFC 03/77] PCI/MSI/s390: Fix single MSI only check
` [PATCH RFC 04/77] PCI/MSI/s390: Remove superfluous check of MSI type
` [PATCH RFC 05/77] PCI/MSI: Convert pci_msix_table_size() to a public interface
` [PATCH RFC 06/77] PCI/MSI: Factor out pci_get_msi_cap() interface
` [PATCH RFC 07/77] PCI/MSI: Re-design MSI/MSI-X interrupts enablement pattern
` [PATCH RFC 40/77] ixgbevf: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 46/77] mlx4: "
` [PATCH RFC 50/77] mlx5: "
` [PATCH RFC 51/77] mthca: "
` [PATCH RFC 53/77] ntb: Fix missed call to pci_enable_msix()
` [PATCH RFC 54/77] ntb: Ensure number of MSIs on SNB is enough for the link interrupt
` [PATCH RFC 55/77] ntb: Update MSI/MSI-X interrupts enablement code
` [PATCH RFC 63/77] qlcnic: "
` [PATCH RFC 77/77] vxge: "
                        ` [E1000-devel] [PATCH RFC 00/77] Re-design MSI/MSI-X interrupts enablement pattern

[PATCH 0/10] IB SRP initiator patches for kernel 3.12
 2013-10-11 11:34 UTC  (12+ messages)
` [PATCH 02/10] IB/srp: Keep rport as long as the IB transport layer
  ` [PATCH 01/10] IB/srp: Make transport layer retry count configurable
  ` [PATCH 03/10] scsi_transport_srp: Add transport layer error handling
  ` [PATCH 04/10] IB/srp: Use SRP transport layer error recovery
  ` [PATCH 05/10] IB/srp: Start timers if a transport layer error occurs
  ` [PATCH 06/10] scsi_transport_srp: Add periodic reconnect support
  ` [PATCH 07/10] IB/srp: Add periodic reconnect functionality
  ` [PATCH 08/10] IB/srp: Export sgid to sysfs
  ` [PATCH 09/10] IB/srp: Introduce srp_alloc_req_data()
  ` [PATCH 10/10] IB/srp: Make queue size configurable

[PATCH] iblinkinfo: Remove "-R" option from man page
 2013-10-11  0:52 UTC  (2+ messages)

[PATCH] ibaddr: Add missing -t option to manpage
 2013-10-11  0:52 UTC  (2+ messages)

[PATCH V3 for-next 0/4] Add receive Flow Steering support
 2013-10-10 21:53 UTC  (4+ messages)

[PATCH V4 9/9] IB/mlx4: Enable mlx4_ib support for MODIFY_QP_EX
 2013-10-10 21:26 UTC  (3+ messages)

[PATCH 0/3] IB/srp patches for the stable tree
 2013-10-10 13:42 UTC  (8+ messages)
  ` [PATCH 1/3] IB/srp: Remove target from list before freeing Scsi_Host structure
  ` [PATCH 2/3] IB/srp: Avoid offlining operational SCSI devices
  ` [PATCH 3/3] IB/srp: Report receive errors correctly

[PATCH] IB/core: temporarily disable create_flow/destroy_flow uverbs
 2013-10-10 10:12 UTC  (3+ messages)

[PATCH 00/10] IB/core: more fixes for create_flow uverbs (for v3.12)
 2013-10-10  9:18 UTC  (15+ messages)
  ` [PATCH 01/10] IB/core: Rename 'flow' structs to match other uverbs structs
  ` [PATCH 02/10] IB/core: Makes uverbs flow structure using names more similar to verbs ones
  ` [PATCH 03/10] IB/core: Don't include command size in uverbs create_flow
  ` [PATCH 04/10] IB/core: Allocate memory only for flow_spec in create_flow uverbs
  ` [PATCH 05/10] IB/core: Remove checks for negative values "
  ` [PATCH 06/10] IB/core: Check against uverbs structure size while parsing flow_spec
  ` [PATCH 07/10] IB/core: Uses a common header for uverbs flow_specs
  ` [PATCH 08/10] IB/core: Use flow_spec common header in uverbs flow_spec conversion function
  ` [PATCH 09/10] IB/core: Remove ib_uverbs_flow_spec structure from userspace
  ` [PATCH 10/10] IB/core: Add proper bound checking in flow_spec uverbs conversion to verbs

[PATCH for-next] IB/core: clarify overflow/underflow checks on ib_create/destroy_flow
 2013-10-10  8:15 UTC  (2+ messages)

OpenSM 3.3.16 at 100% CPU load, "console off"
 2013-10-09 16:51 UTC  (9+ messages)

[PATCH v2 0/4] IB/core: an improved infrastructure for uverbs commands
 2013-10-09 12:42 UTC  (11+ messages)
  ` [PATCH v2 1/4] IB/core: extended command: "
  ` [PATCH v2 2/4] IB/core: extended command: move comp_mask to the extended header
  ` [PATCH v2 3/4] IB/core: extended command: enforce command size
  ` [PATCH v2 4/4] IB/core: extended command: add a common extended response header

[Trivial PATCH] infiniband: Remove unnecessary semicolons
 2013-10-08 23:07 UTC 

I am expecting your urgent response
 2013-10-08 22:56 UTC 

[PATCH 0/26] get_user_pages() cleanup
 2013-10-08 19:06 UTC  (22+ messages)
` [PATCH 23/26] ib: Convert qib_get_user_pages() to get_user_pages_unlocked()

[PATCH] iscsi_iser: Add missing newlines to logging messages
 2013-10-08  5:44 UTC  (2+ messages)

[PATCH OpenSM] osmtest: Handle other than default subnet prefix
 2013-10-07 20:35 UTC 

[PATCH OpenSM] osm_trap_rcv.c: Log DR path to node when trap 128
 2013-10-07 20:35 UTC 

[PATCH OpenSM] osm_vendor_ibumad.c: Improve ERR 5430 log message
 2013-10-07 20:35 UTC 

[PATCH krping]: Add support to accept IPV6 addresses as input argument
 2013-10-07 15:59 UTC  (4+ messages)

[PATCH 1/5] OpenSM: dfsssp - send multicast forwarding tables to switches
 2013-10-07 12:42 UTC  (4+ messages)
` [PATCH 2/5] "

Mellanox VPI
 2013-10-07  4:04 UTC  (8+ messages)

[PATCH] An improved infrastructure for uverbs commands (My take at designing extensible scheme)
 2013-10-06  8:28 UTC  (8+ messages)

[PATCH 0/6] Simplify some mps and mrrs setting related code
 2013-10-04 20:51 UTC  (8+ messages)
` [PATCH 4/6] IB/qib: Use pcie_set_mps() and pcie_get_mps() to simplify code

[PATCH 0/2] ipath/qib deadlock
 2013-10-04 13:45 UTC  (4+ messages)
  ` [PATCH 1/2] IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast()
  ` [PATCH 2/2] IB/qib: Convert qib_user_sdma_pin_pages() "

[PATCH 0/2] ipath/qib deadlock
 2013-10-04 13:28 UTC 

[ANNOUNCE] dapl-2.0.39
 2013-10-04  0:41 UTC 

[PATCH] DAPL v2.0: ucm, scm: UD mode triggers list_head assert with large scale alltoall test
 2013-10-03 23:03 UTC 

[PATCH] DAPL v2.0: SCM: getifaddrs modfications for better out of the box experience
 2013-10-03 23:02 UTC 

[PATCH] DAPL v2.0: dapltest: fix endian swap issue with performance test
 2013-10-03 22:59 UTC 

looking for loan
 2013-10-03 20:04 UTC 

[PATCH krping]: Add support to accept IPV6 addresses as input argument
 2013-10-03 18:17 UTC  (3+ messages)

[PATCH RFC 59/77] qla2xxx: Update MSI/MSI-X interrupts enablement code
 2013-10-03 17:42 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