linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-16 17:38:17 to 2014-02-27 18:21:25 UTC [more...]

[PATCH net-next 00/31] Misc. fixes for cxgb4 and iw_cxgb4
 2014-02-27 18:21 UTC  (36+ messages)
` [PATCH net-next 01/31] cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB
` [PATCH net-next 02/31] cxgb4: Add code to dump SGE registers when hitting idma hangs
` [PATCH net-next 03/31] cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuck
` [PATCH net-next 04/31] cxgb4: Updates for T5 SGE's Egress Congestion Threshold
` [PATCH net-next 05/31] cxgb4: use spinlock_irqsave/spinlock_irqrestore for db lock
` [PATCH net-next 06/31] iw_cxgb4: cap CQ size at T4_MAX_IQ_SIZE
` [PATCH net-next 07/31] iw_cxgb4: Allow loopback connections
` [PATCH net-next 08/31] iw_cxgb4: release neigh entry in error paths
` [PATCH net-next 09/31] iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice
` [PATCH net-next 10/31] cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes
` [PATCH net-next 11/31] iw_cxgb4: use the BAR2/WC path for kernel QPs and T5 devices
` [PATCH net-next 12/31] iw_cxgb4: Fix incorrect BUG_ON conditions
` [PATCH net-next 13/31] iw_cxgb4: Mind the sq_sig_all/sq_sig_type QP attributes
` [PATCH net-next 14/31] iw_cxgb4: default peer2peer mode to 1
` [PATCH net-next 15/31] iw_cxgb4: save the correct map length for fast_reg_page_lists
` [PATCH net-next 16/31] iw_cxgb4: don't leak skb in c4iw_uld_rx_handler()
` [PATCH net-next 17/31] iw_cxgb4: fix possible memory leak in RX_PKT processing
` [PATCH net-next 18/31] iw_cxgb4: ignore read reponse type 1 CQEs
` [PATCH net-next 19/31] iw_cxgb4: connect_request_upcall fixes
` [PATCH net-next 20/31] iw_cxgb4: adjust tcp snd/rcv window based on link speed
` [PATCH net-next 21/31] iw_cxgb4: update snd_seq when sending MPA messages
` [PATCH net-next 22/31] iw_cxgb4: lock around accept/reject downcalls
` [PATCH net-next 23/31] iw_cxgb4: drop RX_DATA packets if the endpoint is gone
` [PATCH net-next 24/31] iw_cxgb4: rx_data() needs to hold the ep mutex
` [PATCH net-next 25/31] iw_cxgb4: endpoint timeout fixes
` [PATCH net-next 26/31] iw_cxgb4: rmb() after reading valid gen bit
` [PATCH net-next 27/31] iw_cxgb4: wc_wmb() needed after DB writes
` [PATCH net-next 28/31] iw_cxgb4: SQ flush fix
` [PATCH net-next 29/31] iw_cxgb4: minor fixes/cleanup
` [PATCH net-next 30/31] iw_cxgb4: Max fastreg depth depends on DSGL support
` [PATCH net-next 31/31] Revert "cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()"

dapltest and listening endpoints
 2014-02-27 18:14 UTC 

dapltest and listening endpoints
 2014-02-27 17:35 UTC 

[PATCH v1 0/3] SRP initiator fixes for kernel 3.15
 2014-02-27 14:22 UTC  (11+ messages)
  ` [PATCH v1 1/3] IB/srp: Fix crash when unmapping data loop
  ` [PATCH v1 2/3] IB/srp: Check ib_query_gid return value
  ` [PATCH v1 3/3] IB/srp: Protect free_tx iu list from concurrent flows

[PATCH 0/6] SRP initiator patches for kernel 3.15
 2014-02-27 13:44 UTC  (21+ messages)
  ` [PATCH 1/6] scsi_transport_srp: Fix two kernel-doc warnings
  ` [PATCH 3/6] IB/srp: Fail SCSI commands silently
  ` [PATCH 4/6] IB/srp: Avoid duplicate connections
  ` [PATCH 5/6] IB/srp: Make writing into the "add_target" sysfs attribute interruptible
  ` [PATCH 6/6] IB/srp: Avoid that writing into "add_target" hangs due to a cable pull
  ` [PATCH 2/6] IB/srp: Add more logging

[PATCH] ibsim: allocate mft according to number of switch ports
 2014-02-27 12:48 UTC 

[PATCH opensm] osm_sw_info_rcv.c: Add check of switch mcast_cap
 2014-02-27 12:21 UTC 

[PATCH v1 00/13] T10-PI support for iSER initiator
 2014-02-27 11:13 UTC  (14+ messages)
` [PATCH v1 02/13] IB/iser: Push the desicion what memory key to use into fast_reg_mr routine
` [PATCH v1 03/13] IB/iser: Move fast_reg_descriptor initialization to a function
` [PATCH v1 04/13] IB/iser: Keep IB device attributes under iser_device
` [PATCH v1 05/13] IB/iser: Replace fastreg descriptor valid bool with indicators container
  ` [PATCH v1 01/13] IB/iser: Avoid FRWR notation, use fastreg instead
  ` [PATCH v1 06/13] IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg
  ` [PATCH v1 07/13] IB/iser: Generalize fall_to_bounce_buf routine
  ` [PATCH v1 08/13] IB/iser: Introduce pi_enable, pi_guard module parameters
  ` [PATCH v1 11/13] SCSI/libiscsi: Add check_protection callback for transports
` [PATCH v1 09/13] IB/iser: Initialize T10-PI resources
` [PATCH v1 10/13] IB/iser: Support T10-PI operations
` [PATCH v1 12/13] IB/iser: Implement check_protection
` [PATCH v1 13/13] IB/iser: Publish T10-PI support to SCSI midlayer

[PATCH] opensm/osm_sa_path_record.c: Search for requester port should be under lock
 2014-02-26 18:34 UTC  (2+ messages)

Proposal for simplifying NFS/RDMA client memory registration
 2014-02-26 17:42 UTC  (2+ messages)

[PATCH infiniband-diags] saquery.c: In query_sa_cpi, make error message consistent
 2014-02-26 15:25 UTC 

[PATCH infiniband-diags] saquery.c: In print_node_record, change LID print format
 2014-02-26 15:25 UTC 

net,IB/mlx: Bump all Mellanox driver versions
 2014-02-25 22:35 UTC  (2+ messages)

linux rdma 3.14 merge plans
 2014-02-25 21:10 UTC  (16+ messages)

[PATCH opensm] osm_sw_info_rcv.c: Fix sending PortInfo during lightsweep
 2014-02-25 18:14 UTC 

issues with the rdma-cm server side mapping of IP to GID
 2014-02-25  8:18 UTC 

[PATCH for-next 00/17] ocrdma driver code sync-up
 2014-02-25  6:05 UTC  (2+ messages)

[PATCH 00/11] T10-PI Initial support for iSER initiator
 2014-02-24 19:52 UTC  (17+ messages)
` [PATCH 02/11] IB/iser: Push the desicion what memory key to use into fast_reg_mr routine
` [PATCH 03/11] IB/iser: Move fast_reg_descriptor initialization to a function
` [PATCH 04/11] IB/iser: Keep IB device attributes under iser_device
` [PATCH 05/11] IB/iser: Replace fastreg descriptor valid bool with indicators container
` [PATCH 06/11] IB/iser: Introduce pi_enable, pi_guard module parameters
` [PATCH 07/11] IB/iser: Initialize T10-PI resources
` [PATCH 08/11] IB/iser: Support T10-PI operations
  ` [PATCH 01/11] IB/iser: Avoid FRWR notation, use fastreg instead
  ` [PATCH 09/11] SCSI/libiscsi: Add check_protection callback for transports
` [PATCH 10/11] IB/iser: Implement check_protection
` [PATCH 11/11] IB/iser: Publish T10-PI support to SCSI midlayer

[patch] IB/qib: cleanup qib_register_observer()
 2014-02-24 18:54 UTC  (3+ messages)

[PATCH opensm] osm_subnet.c: Fix resource leak neighbor parser ("subn_validate_neighbor" function)
 2014-02-24 15:05 UTC 

[PATCH opensm] osm_subnet.c: Fix resource leak guid2mkey parser (guid validation function)
 2014-02-24 15:05 UTC 

[PATCH] infiniband, ocrdma, Fix compiler warning
 2014-02-24 12:57 UTC  (5+ messages)

[PATCH opensm] osm_ucast_ftree.c: Fix memory leak in ftree fabric_rank
 2014-02-24 12:52 UTC 

[PATCH v5 00/10] Introduce Signature feature
 2014-02-24  8:11 UTC  (15+ messages)
  ` [PATCH v5 01/10] IB/core: Introduce protected memory regions
  ` [PATCH v5 02/10] IB/core: Introduce Signature Verbs API
  ` [PATCH v5 03/10] IB/mlx5, mlx5_core: Support for create_mr and destroy_mr
  ` [PATCH v5 04/10] IB/mlx5: Initialize mlx5_ib_qp signature related
  ` [PATCH v5 05/10] IB/mlx5: Break wqe handling to begin & finish routines
  ` [PATCH v5 06/10] IB/mlx5: remove MTT access mode from umr flags helper function
  ` [PATCH v5 07/10] IB/mlx5: Keep mlx5 MRs in a radix tree under device
  ` [PATCH v5 08/10] IB/mlx5: Support IB_WR_REG_SIG_MR
  ` [PATCH v5 09/10] IB/mlx5: Collect signature error completion
  ` [PATCH v5 10/10] IB/mlx5: Publish support in signature feature

[PATCH 0/3] SRP initiator fixes for kernel 3.15
 2014-02-23 21:47 UTC  (5+ messages)
  ` [PATCH 1/3] IB/srp: Fix crash when unmapping data loop
  ` [PATCH 2/3] IB/srp: Check ib_query_gid return value
  ` [PATCH 3/3] IB/srp: Protect free_tx iu list from concurrent flows

[PATCH 0/2] ib: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-02-23  6:57 UTC  (6+ messages)
` [PATCH 1/2] mthca: "
  ` [PATCH v2 1/2] IB/mthca: Use pci_enable_msix_exact() "
` [PATCH 2/2] qib: Use pci_enable_msix_range() "

[ANNOUNCE] libcxgb4-1.3.2 released
 2014-02-21 16:25 UTC 

[PATCH 1/4] RDMA/libocrdma: eq overflow fix for library
 2014-02-21  5:31 UTC  (4+ messages)
  ` [PATCH 2/4] RDMA/libocrdma: Allow RDMA-READ posted on DPP
  ` [PATCH 3/4] RDMA/libocrdma: un-map cqe memory in destroy_cq
  ` [PATCH 4/4] RDMA/libocrdma: Increment abi version count

[PATCH] IB/mlx5: Fix mkey flag wrong assignment
 2014-02-20 18:47 UTC 

[PATCH 0/2] Series short description
 2014-02-20 16:02 UTC  (3+ messages)
  ` [PATCH 1/2] IB/qib: Fix potential buffer overrun in sending diag packet routine
  ` [PATCH 2/2] IB/ipath: "

[PATCH v2 00/12] T10-DIF Initial support for iSER target
 2014-02-20 12:51 UTC  (15+ messages)
` [PATCH v2 01/12] Target/transport: Allocate protection sg if needed
` [PATCH v2 02/12] Target/sbc: Set protection operation and relevant checks
` [PATCH v2 03/12] Target/file: place escape values for protection information format
` [PATCH v2 04/12] Target/sbc: don't return from sbc_check for non prot_sg
` [PATCH v2 05/12] Target/core: Remove prot_handover use for now
` [PATCH v2 06/12] Target/iscsi: Add T10-PI indication for iscsi_portal_group
` [PATCH v2 07/12] Target/configfs: Expose iSCSI network portal group T10-PI support
  ` [PATCH v2 08/12] Target/sbc: add debug print
  ` [PATCH v2 09/12] IB/isert: Introduce isert_map/unmap_data_buf
  ` [PATCH v2 10/12] IB/isert: Initialize T10-PI resources
  ` [PATCH v2 11/12] IB/isert: Accept RDMA_WRITE completions
  ` [PATCH v2 12/12] IB/isert: Support T10-PI protected transactions

[PATCH] infiniband, ocrdma, Fix compiler warning [v2]
 2014-02-19 20:05 UTC 

mlx5 driver unload hang
 2014-02-19  7:43 UTC  (2+ messages)

[PATCH] IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast()
 2014-02-18 21:53 UTC 

[PATCH] IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast()
 2014-02-18 21:46 UTC 

[PATCH net-next 00/35] net: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-02-18 20:34 UTC  (3+ messages)
` [PATCH net-next 19/35] mlx5: "

[PATCH v1 00/12] T10-DIF Initial support for iSER target
 2014-02-18 20:05 UTC  (9+ messages)
` [PATCH v1 01/12] Target/transport: Allocate protection sg if needed
` [PATCH v1 02/12] Target/sbc: Set protection operation and relevant checks
` [PATCH v1 04/12] Target/sbc: don't return from sbc_check for non prot_sg
` [PATCH v1 12/12] IB/isert: Support T10-PI protected transactions

IB/srp: merge fixes from MLNX_OFED
 2014-02-18 17:42 UTC  (4+ messages)

[PATCH v2] IB/qib: Change SDMA progression mode depending on single- or mulit-rail
 2014-02-18 17:12 UTC  (2+ messages)

IB/mlx4: Build the port IBoE GID table properly under bonding
 2014-02-18 14:32 UTC  (4+ messages)

[PATCH] infiniband: usnic_uiom: Remove '0x' when using %pa format
 2014-02-18 12:54 UTC 

Dear
 2014-02-18 11:36 UTC 

v3.14-rc3: Shutdown triggers poison overwritten complaint
 2014-02-17 13:06 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).