public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-12-05 23:53:34 to 2013-12-21 09:58:12 UTC [more...]

[PATCH for-next 0/9] IB/usnic: Fix kbuild robot, sparse and smatch errs
 2013-12-21  9:58 UTC  (12+ messages)
  ` [PATCH for-next 1/9] IB/usnic: Fix stack frame size exceed warnings
  ` [PATCH for-next 2/9] IB/usnic: Fix format not a string literal warnings
  ` [PATCH for-next 3/9] IB/usnic: Make usNIC built depend on Intel IOMMU
  ` [PATCH for-next 4/9] IB/usnic: Fix error handling with IS_ERR_OR_NULL
  ` [PATCH for-next 5/9] IB/usnic: Change BUG_ON to WARN_ON
  ` [PATCH for-next 6/9] IB/usnic: Initialize all of the data returned to userspace
  ` [PATCH for-next 7/9] IB/usnic: Fix printk format warnings
  ` [PATCH for-next 8/9] IB/usnic: Remove duplicate and unnecessary consts
  ` [PATCH for-next 9/9] IB/usnic: Fix sparse should be static warnings

[PATCH for-next V1] IB/usnic: Fix userspace/kernel ABI alignment discrepancy
 2013-12-21  9:52 UTC  (2+ messages)

[PATCH opensm] Add support for synchronizing in memory files with storage
 2013-12-21  9:49 UTC  (2+ messages)

[PATCH -next] IB/usnic: remove unused including <linux/version.h>
 2013-12-21  9:25 UTC 

[PATCH for-next] IB/usnic: Fix userspace/kernel ABI alignement discrepancy
 2013-12-21  1:25 UTC  (2+ messages)

[PATCH for-next] IB/usnic: Append documentation to usnic_transport.h and cleanup
 2013-12-20 21:41 UTC 

[PATCH for-next] IB/usnic: Expose flows via debugfs
 2013-12-20 21:37 UTC 

[PATCH for-next 0/6] IB/usnic: usNIC UDP Support
 2013-12-20 20:38 UTC  (7+ messages)
  ` [PATCH for-next 1/6] IB/usnic: Update ABI and Version file for UDP support
  ` [PATCH for-next 2/6] IB/usnic: Add UDP support to usnic_fwd.[hc]
  ` [PATCH for-next 3/6] IB:usnic: Add UDP support to usnic_transport.[hc]
  ` [PATCH for-next 4/6] IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.h
  ` [PATCH for-next 5/6] IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc]
  ` [PATCH for-next 6/6] IB/core: Rename RMDA_TRANSPORT_USNIC

[PATCH for-next 0/5] IB/usnic: Revamp usnic_fwd.h
 2013-12-20 20:30 UTC  (6+ messages)
  ` [PATCH for-next 1/5] IB/usnic: Add struct usnic_transport_spec
  ` [PATCH for-next 2/5] IB/usnic: Push all forwarding state to usnic_fwd.[hc]
  ` [PATCH for-next 3/5] IB/usnic: Port over main.c and verbs.c to the usnic_fwd.h
  ` [PATCH for-next 4/5] IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.h
  ` [PATCH for-next 5/5] IB/usnic: Port over sysfs "

[PATCH for-next 0/15]: IB/usnic: Bug fixes
 2013-12-20 20:26 UTC  (16+ messages)
  ` [PATCH for-next 01/15] IB/usnic: Fix stack frame size exceed warnings
  ` [PATCH for-next 02/15] IB/usnic: Fix format not a string literal warning
  ` [PATCH for-next 03/15] IB/usnic: Make usNIC built depend on Intel IOMMU
  ` [PATCH for-next 04/15] IB/usnic: Fix error handling with IS_ERR_OR_NULL
  ` [PATCH for-next 05/15] IB/usnic: Change BUG_ON to WARN_ON
  ` [PATCH for-next 06/15] IB/usnic: Initialize all of the data returned to userspace
  ` [PATCH for-next 07/15] IB/usnic: Fix printk format warnings
  ` [PATCH for-next 08/15] IB/usnic: Remove duplicate and unnecessary consts
  ` [PATCH for-next 09/15] IB/usnic: Fix sparse should be static warnings
  ` [PATCH for-next 10/15] IB/usnic: Fix accounting of qp_grp_ref_cnt
  ` [PATCH for-next 11/15] IB/usnic: Remove extraneous if check
  ` [PATCH for-next 12/15] IB/usnic: Change GFP_KERNEL TO GFP_ATOMIC if spinlock is held
  ` [PATCH for-next 13/15] IB/usnic: Handle NETDEV_CHANGE
  ` [PATCH for-next 14/15] IB/usnic: Use netdev_notifier_info_to_dev to get netdev
  ` [PATCH for-next 15/15] IB/usnic: Fix false log

[PATCH] ibtracert.c: Add 'force' flag to man page
 2013-12-19 23:00 UTC  (2+ messages)

[PATCHv4 for-3.13 00/10] create_flow/destroy_flow fixes for v3.13
 2013-12-19 22:57 UTC  (17+ messages)
  ` [PATCHv4 for-3.13 01/10] IB/uverbs: move cast from u64 to void __user pointer to it's own variable
  ` [PATCHv4 for-3.13 02/10] IB/core: const'ify inbuf in struct ib_udata
  ` [PATCHv4 for-3.13 03/10] IB/uverbs: remove implicit cast in INIT_UDATA()
  ` [PATCHv4 for-3.13 04/10] IB/uverbs: set outbuf to NULL when no core response space is provided
  ` [PATCHv4 for-3.13 05/10] IB/uverbs: check reserved field in extended command header
  ` [PATCHv4 for-3.13 06/10] IB/uverbs: check comp_mask in destroy_flow
  ` [PATCHv4 for-3.13 07/10] IB/uverbs: check reserved fields in create_flow
  ` [PATCHv4 for-3.13 08/10] IB/uverbs: set error code when fail to consume all flow_spec items
  ` [PATCHv4 for-3.13 09/10] IB/uverbs: check access to userspace response buffer in extended command
  ` [PATCHv4 for-3.13 10/10] IB/uverbs: check input length in flow steering uverbs

[PATCH] infiniband-diags/vendstat: Fix GeneralInfo SW version
 2013-12-19 22:51 UTC  (2+ messages)

randconfig build error with next-20131211, in drivers/infiniband/hw/usnic/usnic_uiom.c
 2013-12-19 22:38 UTC  (3+ messages)

[PATCH] IB/core: OFED DAPL support on System z platform
 2013-12-19 22:07 UTC  (7+ messages)
  ` [PATCH 3/4] DAPL: Support for Linux on System z in dapl package
  ` [PATCH 1/4] DAPL: Support for Linux on System z in libibverbs library
  ` [PATCH 2/4] DAPL: Support for Linux on System z in libmlx4 library
  ` [PATCH 4/4] DAPL: Support for Linux on System z in perftest package

[PATCH 34/38] infiniband: core: add missing put_device call
 2013-12-19 15:06 UTC 

[PATCH V6 for-next 0/7] IP based RoCE GID Addressing
 2013-12-19 13:31 UTC  (11+ messages)
  ` [PATCH V6 for-next 1/7] IB/core: Ethernet L2 attributes in verbs/cm structures
  ` [PATCH V6 for-next 2/7] IB/CMA: IBoE (RoCE) IP based GID addressing
  ` [PATCH V6 for-next 3/7] IB/mlx4: Use IBoE (RoCE) IP based GIDs in the port GID table
  ` [PATCH V6 for-next 4/7] IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressing
  ` [PATCH V6 for-next 5/7] IB/ocrdma: "
  ` [PATCH V6 for-next 6/7] IB/ocrdma: Populate GID table with IP based gids
  ` [PATCH V6 for-next 7/7] IB/core: Resolve Ethernet L2 addresses when modifying QP

git tree with pending patch sets
 2013-12-19 12:34 UTC 

[PATCH net v2 0/8] Fixes for server entries and server filter entries for Chelsio T4/T5
 2013-12-19 10:07 UTC  (11+ messages)
` [PATCH net v2 1/8] cxgb4: Reserve stid 0 for T4/T5 adapters
` [PATCH net v2 2/8] cxgb4: Include TCP as protocol when creating server filters
` [PATCH net v2 3/8] cxgb4: Assign filter server TIDs properly
` [PATCH net v2 5/8] cxgb4: Add API to correctly calculate tuple fields
` [PATCH net v2 6/8] RDMA/cxgb4: Calculate the filter server TID properly
  ` [PATCH net v2 4/8] cxgb4: Account for stid entries properly in case of IPv6
  ` [PATCH net v2 7/8] RDMA/cxgb4: Server filters are supported only for IPv4
  ` [PATCH net v2 8/8] RDMA/cxgb4: Use cxgb4_select_ntuple to correctly calculate ntuple fields

[PATCH] ib_qib: fix QP check when looping back to/from QP1
 2013-12-18 16:41 UTC 

Question regarding max_rd_atomic
 2013-12-17 21:42 UTC  (3+ messages)

[PATCH net 0/9] Fixes for server entries and server filter entries for Chelsio T4/T5
 2013-12-17 21:29 UTC  (11+ messages)
` [PATCH net 1/9] cxgb4: Properly account for server filter entries
` [PATCH net 2/9] cxgb4: Reserve stid 0 for T4/T5 adapters
` [PATCH net 3/9] cxgb4: Include TCP as protocol when creating server filters
` [PATCH net 4/9] cxgb4: Account for stid entries properly in case of IPv6
` [PATCH net 5/9] cxgb4: Assign filter server TIDs properly
` [PATCH net 6/9] cxgb4: Add API to correctly calculate tuple fields
` [PATCH net 7/9] RDMA/cxgb4: Calculate the filter server TID properly
` [PATCH net 8/9] RDMA/cxgb4: Server filters are supported only for IPv4
` [PATCH net 9/9] RDMA/cxgb4: Use cxgb4_select_ntuple to correctly calculate ntuple fields

[PATCH] libibverbs: Add support for usNIC node and transport
 2013-12-17 16:56 UTC 

[PATCH V9 libibverbs 0/7] Add extension and XRC QP support
 2013-12-16 20:25 UTC  (3+ messages)

[PATCH v2] ssa_smdb.[c h]: remove 'osm_header.h' dependency from 'ssa_smdb.h'
 2013-12-16 13:44 UTC  (3+ messages)

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

[PATCH -next] IB/usnic: fix some error return code
 2013-12-16  5:50 UTC 

Hello, Greeting From Johnson Clitton.‏
 2013-12-16  3:14 UTC 

[PATCH] iwcm: rem_ref() - don't touch cm_id after deref
 2013-12-16  0:45 UTC  (2+ messages)

[PATCHv3 for-3.13 0/9] create_flow/destroy_flow fixes for v3.13
 2013-12-15 17:44 UTC  (12+ messages)
  ` [PATCHv3 for-3.13 1/9] IB/core: const'ify inbuf in struct ib_udata
  ` [PATCHv3 for-3.13 2/9] IB/uverbs: remove implicit cast in INIT_UDATA()
  ` [PATCHv3 for-3.13 3/9] IB/uverbs: set outbuf to NULL when no core response space is provided
  ` [PATCHv3 for-3.13 4/9] IB/uverbs: check reserved field in extended command header
  ` [PATCHv3 for-3.13 5/9] IB/uverbs: check comp_mask in destroy_flow
  ` [PATCHv3 for-3.13 6/9] IB/uverbs: check reserved fields in create_flow
  ` [PATCHv3 for-3.13 7/9] IB/uverbs: set error code when fail to consume all flow_spec items
  ` [PATCHv3 for-3.13 8/9] IB/uverbs: check access to userspace response buffer in extended command
  ` [PATCHv3 for-3.13 9/9] IB/uverbs: check input length in flow steering uverbs

[PATCH opensm] osm_sa_path_record.c: Improve ERR 1F1D to show the pkey specified in PathQuery
 2013-12-15 17:22 UTC 

[PATCH v3 00/10] Introduce Signature feature
 2013-12-15 13:59 UTC  (6+ messages)

[PATCH] drivers: infiniband: Mark function _c4iw_write_mem_dma() as static in mem.c
 2013-12-14 20:24 UTC  (3+ messages)

[PATCH V1 2/2] RDMA/ocrdma: read ASIC_ID register to select asic_gen
 2013-12-14  9:05 UTC 

[PATCH V1 1/2] RDMA/ocrdma: read ASIC_ID register to select asic_gen
 2013-12-14  9:05 UTC 

[PATCH 1/1] RDMA/ocrdma: read ASIC_ID register to select asic_gen
 2013-12-14  7:23 UTC 

[PATCH] RDMA/ocrdma: Eq full catastrophe avoidance Signed-off-by: Devesh Sharma <devesh.sharma-laKkSmNT4hbQT0dZR+AlfA@public.gmane.org>
 2013-12-14  6:36 UTC 

[PATCH 2/2] RDMA/ocrdma: emulex NIC driver ABI version support
 2013-12-14  6:14 UTC 

[PATCH 1/2] RDMA/ocrdma: ABI versioning between ocrdma and be2net
 2013-12-14  6:14 UTC 

linux-next: Tree for Dec 13 (infiniband/hw/usnic)
 2013-12-13 17:20 UTC 

[PATCH v1] IB/CMA: Fix to handle global/non-linklocal IPv6 address in cma_check_linklocal()
 2013-12-13  5:38 UTC  (2+ messages)

IB/usnic: Add Cisco VIC low-level hardware driver
 2013-12-12  9:29 UTC  (3+ messages)

IB/usnic: Add Cisco VIC low-level hardware driver
 2013-12-12  9:26 UTC  (3+ messages)

[PATCH -next] IB/usnic: use GFP_ATOMIC under spin lock
 2013-12-12  6:49 UTC 

[PATCH V5 7/8] IB/uverbs: Resolve Ethernet L2 addresses when modifying QP
 2013-12-12  5:49 UTC  (3+ messages)

[PATCH] iser-target: Move INIT_WORK setup into isert_create_device_ib_res
 2013-12-12  0:05 UTC 

IB/usnic: Add Cisco VIC low-level hardware driver
 2013-12-11 22:43 UTC 

IB/usnic: Add Cisco VIC low-level hardware driver
 2013-12-11 22:39 UTC 

[PATCH] iser-target: fix error return code in isert_create_device_ib_res()
 2013-12-11 19:57 UTC  (3+ messages)

[PATCH opensm] osm_sa_path_record.c: path_sl may return SL different from requested SL
 2013-12-11 19:29 UTC  (2+ messages)
  ` [EXTERNAL] "

[PATCH opensm] osm_mcast_mgr.c: removed mcast_mgr_purge_tree_node due to code duplication
 2013-12-11 19:15 UTC 

[PATCH opensm] osm_pkey.[h c]: Remove dead function osm_pkey_tbl_clear_accum_pkeys
 2013-12-11 18:50 UTC 

[PATCH opensm] osm_mtree.c: Cosmetic change in osm_mtree_destroy
 2013-12-11 18:44 UTC 

[PATCH V5 0/8] IP based RoCE GID Addressing
 2013-12-11 17:45 UTC  (5+ messages)
` [PATCH V5 7/8] IB/uverbs: Resolve Ethernet L2 addresses when modifying QP

[PATCH 0/3] SCSI SRP transport layer patches for kernel 3.14
 2013-12-11 16:08 UTC  (4+ messages)
` [PATCH 1/3] scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = off
` [PATCH 2/3] scsi_transport_srp: Fix a race condition
  ` [PATCH 3/3] scsi_transport_srp: Add rport state diagram

[PATCH V2 2/4] IB/usnic: Cisco VIC - driver part 1/3
 2013-12-10 22:30 UTC  (2+ messages)

[PATCH V2 2/4] IB/usnic: Cisco VIC - driver part 1/3
 2013-12-10 22:30 UTC  (3+ messages)

[PATCH for-next] mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTs
 2013-12-10  2:12 UTC  (2+ messages)

[PATCH v2] osm_sm_state_mgr.c: Fix handling of polling retry number
 2013-12-07 13:16 UTC  (2+ messages)

Mellanox RDMA performance
 2013-12-06 23:19 UTC 

Size of Infiniband packets
 2013-12-06 23:08 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox