Linux RDMA and InfiniBand Development
[Prev Page][Next Page]
- RE: [EXPERIMENTAL v1 0/4] RDMA loopback device, (continued)
- [PATCH] loopback: Add loopback provider driver, Parav Pandit
- [EXPERIMENTAL 0/3] RDMA loopback device,
Parav Pandit
- [PATCH 2/8] net/mlxsw: use pci_zalloc_consistent instead of pci_alloc_consistent, Robert Eshleman
- [PATCH 3/8] tlan: use pci_zalloc instead of pci_alloc,
Robert Eshleman
- [PATCH 4/8] qed: remove unnecessary memsets,
Robert Eshleman
- [PATCH 7/8] net: seeq: replace kmalloc / memset(,0) with kzalloc,
Robert Eshleman
- [PATCH 8/8] net: ethernet: ixp4xx_eth: remove memset(,0) with zalloc, Robert Eshleman
- [PATCH 1/8] net/mlx4: use kzalloc instead of kmalloc,
Robert Eshleman
- [PATCH 6/8] netxen: remove unnecessary memset(,0) calls, Robert Eshleman
- [PATCH 5/8] at12: use pci_zalloc instead of pci_alloc,
Robert Eshleman
- put_user_page() question,
Ira Weiny
- rdma_rxe and the loopback network interface,
Bart Van Assche
- [PATCH for-next] IB/hfi1: Add running average for adaptive pio,
Dennis Dalessandro
- [PATCH for-next 0/3] Driver fixes,
Dennis Dalessandro
- [RFC V2 iproute2-next] rdma: Add the prefix for driver attributes,
Lijun Ou
- [PATCH rdma/wip/jgg-for-next v1 0/5] IB/{hw,sw}: remove 'uobject->context' dependency APIs,
Shamir Rabinovitch
- [PATCH rdma/wip/jgg-for-next v1 1/5] IB/{rdma,core}: ucontext should be set properly for all cmd & ioctl paths, Shamir Rabinovitch
- [PATCH rdma/wip/jgg-for-next v1 2/5] IB/{core,hw}: pass uverbs_attr_bundle down uobject destroy path, Shamir Rabinovitch
- [PATCH rdma/wip/jgg-for-next v1 4/5] IB:{core,hw}: remove 'uobject->context' dependency in object destroy APIs, Shamir Rabinovitch
- [PATCH rdma/wip/jgg-for-next v1 3/5] IB/{core,hw,sw}: pass uverbs_attr_bundle down ib_x destroy path, Shamir Rabinovitch
- [PATCH rdma/wip/jgg-for-next v1 5/5] IB/{core,hw,sw}: pass only ib_udata in function prototypes, Shamir Rabinovitch
- Re: [PATCH rdma/wip/jgg-for-next v1 0/5] IB/{hw,sw}: remove 'uobject->context' dependency APIs, Shamir Rabinovitch
- Re: [PATCH rdma/wip/jgg-for-next v1 0/5] IB/{hw,sw}: remove 'uobject->context' dependency APIs, Jason Gunthorpe
- Perftest between 32bit to 64bit system issue, Syed Syed
- [PATCH rdma-next 0/2] Add netlink command to change net namespace of rdma device,
Leon Romanovsky
- [PATCH rdma-next v1 0/5] Disable device sharing in multiple net namespace,
Leon Romanovsky
- [PATCH rdma-next v1 0/5] Register infiniband class as net namespace aware class,
Leon Romanovsky
- [PATCH 1/1] IB/iser: Fix dma_nents type definition,
Max Gurtovoy
- [PATCH rdma-core 0/3] efa: Elastic Fabric Adapter (EFA) userspace RDMA provider,
Gal Pressman
- [PATCH v2] RDMA/cma: Make CM response timeout and # CM retries configurable,
Håkon Bugge
- [rdma-core V2] bnxt_re/lib: Enable Broadcom's 57500 RoCE adapter, Devesh Sharma
- Problematic code in drivers/infiniband/hw/cxgb4/qp.c,
Shaobo He
- [PATCH] bnxt_re: Clean cq for kernel consumers only,
Devesh Sharma
- Potential NULL pointer dereference in drivers/infiniband/hw/mlx4/qp.c,
Shaobo
- Potential NULL pointer dereference in drivers/infiniband/ulp/iser,
Shaobo He
- Questions on rping.c,
Garegin Grigoryan (RIT Student)
- [PATCH rdma-core 0/3] verbs: Implicit ODP support,
Yishai Hadas
- [PATCH rdma-next v1] RDMA/mlx5: Clean WQE page fault handler,
Leon Romanovsky
- [PATCH mlx5-next] net/mlx5: ODP support for XRC transport is not enabled by default in FW,
Leon Romanovsky
- [PATCH rdma-next] IB/mlx5: Set correct write permissions for implicit ODP MR,
Leon Romanovsky
- [PATCH rdma-next] RDMA: Use __packed annotation instead of __attribute__ ((packed)),
Leon Romanovsky
- [PATCH rdma-core 00/19] Pyverbs additions,
Noa Osherovich
- [PATCH rdma-core 01/19] pyverbs: Rename Gid class, Noa Osherovich
- [PATCH rdma-core 02/19] pyverbs: Unify close functions, Noa Osherovich
- [PATCH rdma-core 03/19] pyverbs: Use new-style properties, Noa Osherovich
- [PATCH rdma-core 06/19] pyverbs: Introducing MR object, Noa Osherovich
- [PATCH rdma-core 07/19] pyverbs: Add unittests for MR class, Noa Osherovich
- [PATCH rdma-core 04/19] pyverbs: Introduce PD class, Noa Osherovich
- [PATCH rdma-core 08/19] pyverbs: Add support for extended query_device, Noa Osherovich
- [PATCH rdma-core 05/19] pyverbs: Add unittests for PD class, Noa Osherovich
- [PATCH rdma-core 10/19] pyverbs: Add unittests for memory window control path, Noa Osherovich
- [PATCH rdma-core 09/19] pyverbs: Add support for memory window creation, Noa Osherovich
- [PATCH rdma-core 11/19] pyverbs: Add support for direct memory usage, Noa Osherovich
- [PATCH rdma-core 14/19] pyverbs: Add unittests for query port, Noa Osherovich
- [PATCH rdma-core 15/19] update MAINTAINERS, Noa Osherovich
- [PATCH rdma-core 16/19] debian: Be explicit in dh_install in regards to NO_PYVERBS request, Noa Osherovich
- [PATCH rdma-core 12/19] pyverbs: Add direct memory related unittests, Noa Osherovich
- [PATCH rdma-core 17/19] build: Disable pyverbs build for older Cython versions, Noa Osherovich
- [PATCH rdma-core 19/19] Documentation: update pyverbs, Noa Osherovich
- [PATCH rdma-core 18/19] travis: Update Cython version, Noa Osherovich
- [PATCH rdma-core 13/19] pyverbs: Add query_port method, Noa Osherovich
- Re: [PATCH rdma-core 00/19] Pyverbs additions, Leon Romanovsky
- [PATCH 1/1] IB: rxe: replace av->network_type with skb->protocol,
Zhu Yanjun
- [PATCH AUTOSEL 4.20 13/72] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM, Sasha Levin
- [PATCH AUTOSEL 4.20 22/72] RDMA/umem: Add missing initialization of owning_mm, Sasha Levin
- [PATCH AUTOSEL 4.20 24/72] IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start, Sasha Levin
- [PATCH AUTOSEL 4.19 10/65] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM, Sasha Levin
- [PATCH AUTOSEL 4.19 20/65] IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start, Sasha Levin
- [PATCH AUTOSEL 4.14 05/45] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM, Sasha Levin
- iSER connection RAM usage, Michał Chybowski
- [PATCH AUTOSEL 4.4 04/26] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM, Sasha Levin
- [PATCH AUTOSEL 4.9 05/32] IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM, Sasha Levin
- [[RFC] iproute2-next] rdma: Add the prefix for driver attributes,
Lijun Ou
- [PATCH V2 for-next 0/8] Hns updates,
Lijun Ou
- [PATCH iproute2-next v2 00/19] Export object IDs to users,
Leon Romanovsky
- [PATCH iproute2-next v2 02/19] rdma: Remove duplicated print code, Leon Romanovsky
- [PATCH iproute2-next v2 03/19] rdma: Provide unique indexes for all visible objects, Leon Romanovsky
- [PATCH iproute2-next v2 04/19] rdma: Provide parent context index for all objects except CM_ID, Leon Romanovsky
- [PATCH iproute2-next v2 05/19] rdma: Move resource PD logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v2 06/19] rdma: Refactor out resource MR logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v2 07/19] rdma: Move out resource CQ logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v2 01/19] rdma: update uapi headers, Leon Romanovsky
- [PATCH iproute2-next v2 09/19] rdma: Move resource QP logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v2 10/19] rdma: Properly mark RDMAtool license, Leon Romanovsky
- [PATCH iproute2-next v2 11/19] rdma: Simplify code to reuse existing functions, Leon Romanovsky
- [PATCH iproute2-next v2 12/19] rdma: Simplify CM_ID print code, Leon Romanovsky
- [PATCH iproute2-next v2 13/19] rdma: Refactor CQ prints, Leon Romanovsky
- [PATCH iproute2-next v2 14/19] rdma: Move MR code to be suitable for per-line parsing, Leon Romanovsky
- [PATCH iproute2-next v2 08/19] rdma: Move out resource CM-ID logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v2 16/19] rdma: Move QP code to separate function, Leon Romanovsky
- [PATCH iproute2-next v2 17/19] rdma: Unify netlink attribute checks prior to prints, Leon Romanovsky
- [PATCH iproute2-next v2 18/19] rdma: Perform single .doit call to query specific objects, Leon Romanovsky
- [PATCH iproute2-next v2 19/19] rdma: Provide and reuse filter functions, Leon Romanovsky
- [PATCH iproute2-next v2 15/19] rdma: Place PD parsing print routine into separate function, Leon Romanovsky
- Re: [PATCH iproute2-next v2 00/19] Export object IDs to users, David Ahern
- [for-next V2] bnxt_re: fix the regression due to changes in alloc_pbl,
Devesh Sharma
- [PATCH] RDMA/core: Fix a WARN() message,
Dan Carpenter
- [PATCH for-next 0/9] Hns updates,
Lijun Ou
- [PATCH v1 iproute2-next 0/4] Dynamic rdma link creation,
Steve Wise
- [PATCH rdma-next] RDMA/uverbs: Store PR pointer before it is overwritten,
Leon Romanovsky
- [PATCH rdma-next v2 00/11] RDMA/efa: Elastic Fabric Adapter (EFA) driver,
Gal Pressman
- [PATCH rdma-next v2 02/11] RDMA/efa: Add EFA device definitions, Gal Pressman
- [PATCH rdma-next v2 01/11] RDMA: Add EFA related definitions, Gal Pressman
- [PATCH rdma-next v2 03/11] RDMA/efa: Add the efa.h header file, Gal Pressman
- [PATCH rdma-next v2 05/11] RDMA/efa: Add the com service API definitions, Gal Pressman
- [PATCH rdma-next v2 04/11] RDMA/efa: Add the efa_com.h file, Gal Pressman
- [PATCH rdma-next v2 06/11] RDMA/efa: Add the ABI definitions, Gal Pressman
- [PATCH rdma-next v2 07/11] RDMA/efa: Implement functions that submit and complete admin commands, Gal Pressman
- [PATCH rdma-next v2 08/11] RDMA/efa: Add common command handlers, Gal Pressman
- [PATCH rdma-next v2 09/11] RDMA/efa: Add EFA verbs implementation, Gal Pressman
- [PATCH rdma-next v2 10/11] RDMA/efa: Add the efa module, Gal Pressman
- [PATCH rdma-next v2 11/11] RDMA/efa: Add driver to Kconfig/Makefile, Gal Pressman
- [PATCH V3 rdma-core 0/5] Misc updates for libhns,
Lijun Ou
- [for-next] bnxt_re: fix the regression due to changes in alloc_pbl,
Devesh Sharma
- [PATCH] IB/hfi1: Add missing break in switch statement,
Gustavo A. R. Silva
- [PATCH 00/32] Convert the Infiniband subsystem to XArray,
Matthew Wilcox
- [PATCH 01/32] mlx4: Convert srq_table->tree to XArray, Matthew Wilcox
- [PATCH 03/32] mlx5: Convert mkey_table to XArray, Matthew Wilcox
- [PATCH 07/32] IB/mad: Convert ib_mad_clients to XArray, Matthew Wilcox
- [PATCH 09/32] mlx4: Convert pv_id_table to XArray, Matthew Wilcox
- [PATCH 13/32] cxgb3: Convert qpidr to XArray, Matthew Wilcox
- [PATCH 20/32] cxgb4: Convert stid_idr to XArray, Matthew Wilcox
- [PATCH 22/32] hfi1: Convert vesw_idr to XArray, Matthew Wilcox
- [PATCH 19/32] cxgb4: Convert atid_idr to XArray, Matthew Wilcox
- [PATCH 31/32] cma: Convert portspace IDRs to XArray, Matthew Wilcox
- [PATCH 28/32] ucm: Convert ctx_id_table to XArray, Matthew Wilcox
- [PATCH 32/32] ib/bnxt: Remove mention of idr_alloc from comment, Matthew Wilcox
- [PATCH 29/32] ucma: Convert multicast_idr to XArray, Matthew Wilcox
- [PATCH 27/32] ocrdma: Convert ocrdma_dev_id to IDA, Matthew Wilcox
- [PATCH 30/32] ucma: Convert ctx_idr to XArray, Matthew Wilcox
- [PATCH 11/32] ib core: Convert query_idr to XArray, Matthew Wilcox
- [PATCH 10/32] uverbs: Convert idr to XArray, Matthew Wilcox
- [PATCH 21/32] hfi1: Convert hfi1_unit_table to XArray, Matthew Wilcox
- [PATCH 26/32] opa_vnic: Convert vport_idr to XArray, Matthew Wilcox
- [PATCH 25/32] qib: Convert qib_unit_table to XArray, Matthew Wilcox
- [PATCH 24/32] qedr: Convert srqidr to XArray, Matthew Wilcox
- [PATCH 23/32] qedr: Convert qpidr to XArray, Matthew Wilcox
- [PATCH 18/32] cxgb4: Convert hwtid_idr to XArray, Matthew Wilcox
- [PATCH 17/32] cxgb4: Convert mmidr to XArray, Matthew Wilcox
- [PATCH 04/32] RDMA/hns: Convert cq_table to XArray, Matthew Wilcox
- [PATCH 15/32] cxgb4: Convert cqidr to XArray, Matthew Wilcox
- [PATCH 12/32] cxgb3: Convert cqidr to XArray, Matthew Wilcox
- [PATCH 14/32] cxgb3: Convert mmidr to XArray, Matthew Wilcox
- [PATCH 16/32] cxgb4: Convert qpidr to XArray, Matthew Wilcox
- [PATCH 02/32] mlx5: Convert mlx5_srq_table to XArray, Matthew Wilcox
- [PATCH 08/32] RDMA/cm: Convert local_id_table to XArray, Matthew Wilcox
- [PATCH 06/32] infiniband/core: Convert uverbs to XArray, Matthew Wilcox
- [PATCH 05/32] RDMA/hns: Convert qp_table_tree to XArray, Matthew Wilcox
- Re: [PATCH 00/32] Convert the Infiniband subsystem to XArray, Jason Gunthorpe
- Re: [PATCH 00/32] Convert the Infiniband subsystem to XArray, Jason Gunthorpe
- Re: [PATCH 00/32] Convert the Infiniband subsystem to XArray, Jason Gunthorpe
- Re: [PATCH 00/32] Convert the Infiniband subsystem to XArray, Jason Gunthorpe
- Re: [PATCH 00/32] Convert the Infiniband subsystem to XArray, Jason Gunthorpe
- [PATCH rdma-core 0/6] verbs: Enhanced ODP functionality,
Yishai Hadas
- [PATCH iproute2-next v1 00/19] Export object IDs to users,
Leon Romanovsky
- [PATCH iproute2-next v1 01/19] rdma: update uapi headers, Leon Romanovsky
- [PATCH iproute2-next v1 03/19] rdma: Provide unique indexes for all visible objects, Leon Romanovsky
- [PATCH iproute2-next v1 04/19] rdma: Provide parent context index for all objects except CM_ID, Leon Romanovsky
- [PATCH iproute2-next v1 05/19] rdma: Move resource PD logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v1 06/19] rdma: Refactor out resource MR logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v1 07/19] rdma: Move out resource CQ logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v1 02/19] rdma: Remove duplicated print code, Leon Romanovsky
- [PATCH iproute2-next v1 09/19] rdma: Move resource PD logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v1 10/19] rdma: Properly mark RDMAtool license, Leon Romanovsky
- [PATCH iproute2-next v1 11/19] rdma: Simplify code to reuse existing functions, Leon Romanovsky
- [PATCH iproute2-next v1 12/19] rdma: Simplify CM_ID print code, Leon Romanovsky
- [PATCH iproute2-next v1 13/19] rdma: Refactor CQ prints, Leon Romanovsky
- [PATCH iproute2-next v1 14/19] rdma: Separate MR code, Leon Romanovsky
- [PATCH iproute2-next v1 08/19] rdma: Move out resource CM-ID logic to separate file, Leon Romanovsky
- [PATCH iproute2-next v1 16/19] rdma: Move QP code to separate function, Leon Romanovsky
- [PATCH iproute2-next v1 17/19] rdma: Unify netlink attribute checks prior to prints, Leon Romanovsky
- [PATCH iproute2-next v1 18/19] rdma: Perform single .doit call to query specific objects, Leon Romanovsky
- [PATCH iproute2-next v1 19/19] rdma: Provide and reuse filter functions, Leon Romanovsky
- [PATCH iproute2-next v1 15/19] rdma: Separate PD code, Leon Romanovsky
- Re: [PATCH iproute2-next v1 00/19] Export object IDs to users, David Ahern
- [PATCH] IB/iser: Fix some error handling in iser_fast_reg_fmr(),
Dan Carpenter
- [RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it,
ira . weiny
- [RESEND PATCH 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast(), ira . weiny
- [RESEND PATCH 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool', ira . weiny
- [RESEND PATCH 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast, ira . weiny
- [RESEND PATCH 7/7] IB/mthca: Use the new FOLL_LONGTERM flag to get_user_pages_fast(), ira . weiny
- [RESEND PATCH 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM, ira . weiny
- [RESEND PATCH 2/7] mm/gup: Change write parameter to flags in fast walk, ira . weiny
- [RESEND PATCH 6/7] IB/qib: Use the new FOLL_LONGTERM flag to get_user_pages_fast(), ira . weiny
- Re: [RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it, Christoph Hellwig
- Re: [RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it, Ira Weiny
- <Possible follow-ups>
- [RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it, ira . weiny
- [PATCH v5 0/9] mmu notifier provide context informations,
jglisse
- [PATCH v5 2/9] mm/mmu_notifier: convert user range->blockable to helper function, jglisse
- [PATCH v5 3/9] mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags, jglisse
- [PATCH v5 1/9] mm/mmu_notifier: helper to test if a range invalidation is blockable, jglisse
- [PATCH v5 4/9] mm/mmu_notifier: contextual information for event enums, jglisse
- [PATCH v5 5/9] mm/mmu_notifier: contextual information for event triggering invalidation v2, jglisse
- [PATCH v5 6/9] mm/mmu_notifier: use correct mmu_notifier events for each invalidation, jglisse
- [PATCH v5 7/9] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2, jglisse
- [PATCH v5 8/9] mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper, jglisse
- [PATCH v5 9/9] mm/mmu_notifier: set MMU_NOTIFIER_USE_CHANGE_PTE flag where appropriate v2, jglisse
- Re: [PATCH v5 0/9] mmu notifier provide context informations, Dan Williams
- [PATCH rdma-next v1 0/6] Add APIs to get contiguous memory blocks aligned to a HW supported page size,
Shiraz Saleem
- [PATCH rdma-next] RDMA/core: Verify that memory window type is legal,
Leon Romanovsky
- [PATCH mlx5-next] net/mlx5: Separate ODP capabilities,
Leon Romanovsky
- [PATCH rdma-next] RDMA/mlx5: Fix static analyzer error,
Leon Romanovsky
[Index of Archives]
[Linux USB Development]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Info]