Linux RDMA and InfiniBand Development
[Prev Page][Next Page]
- [PATCH for-next 1/9] IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full, (continued)
- [PATCH for-next 1/9] IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full, Dennis Dalessandro
- [PATCH for-next 2/9] IB/rdmavt: Set QP allowed opcodes after QP allocation, Dennis Dalessandro
- [PATCH for-next 3/9] IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs, Dennis Dalessandro
- [PATCH for-next 4/9] IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details, Dennis Dalessandro
- [PATCH for-next 5/9] IB/hfi1: Reduce excessive aspm inlines, Dennis Dalessandro
- [PATCH for-next 6/9] IB/hfi1: Add missing INVALIDATE opcodes for trace, Dennis Dalessandro
- [PATCH for-next 7/9] IB/rdmavt: Enhance trace information for FRWR debug, Dennis Dalessandro
- [PATCH for-next 8/9] IB/rdmavt: Add trace for map_mr_sg, Dennis Dalessandro
- [PATCH for-next 9/9] IB/hfi1: No need to use try_module_get for debugfs, Dennis Dalessandro
- Re: [PATCH for-next 0/9] IB/hfi1: Updates for 5.3, Dennis Dalessandro
- Re: [PATCH for-next 0/9] IB/hfi1: Updates for 5.3, Jason Gunthorpe
- [PATCH for-next v4 0/3] Clean up and refactor some CQ code,
Dennis Dalessandro
- [PATCH V3 for-next] RDMA/hns: reset function when removing module,
Lijun Ou
- re: RDMA: Clean destroy CQ in drivers do not return errors,
Colin Ian King
- [PATCH v2 00/11] SIW: Software iWarp RDMA (siw) driver,
Bernard Metzler
- [PATCH v2 01/11] iWarp wire packet format, Bernard Metzler
- [PATCH v2 07/11] SIW queue pair methods, Bernard Metzler
- [PATCH v2 06/11] SIW application buffer management, Bernard Metzler
- [PATCH v2 02/11] SIW main include file, Bernard Metzler
- [PATCH v2 03/11] SIW network and RDMA core interface, Bernard Metzler
- [PATCH v2 10/11] SIW completion queue methods, Bernard Metzler
- [PATCH v2 11/11] SIW addition to kernel build environment, Bernard Metzler
- [PATCH v2 05/11] SIW application interface, Bernard Metzler
- [PATCH v2 08/11] SIW transmit path, Bernard Metzler
- [PATCH v2 04/11] SIW connection management, Bernard Metzler
- [PATCH v2 09/11] SIW receive path, Bernard Metzler
- use exact allocation for dma coherent memory,
Christoph Hellwig
- [PATCH 02/16] drm/ati_pcigart: stop using drm_pci_alloc, Christoph Hellwig
- [PATCH 07/16] IB/hfi1: stop passing bogus gfp flags arguments to dma_alloc_coherent, Christoph Hellwig
- [PATCH 08/16] IB/qib: stop passing bogus gfp flags arguments to dma_alloc_coherent, Christoph Hellwig
- [PATCH 10/16] iwlwifi: stop passing bogus gfp flags arguments to dma_alloc_coherent, Christoph Hellwig
- [PATCH 13/16] mm: rename alloc_pages_exact_nid to alloc_pages_exact_node, Christoph Hellwig
- [PATCH 12/16] staging/comedi: mark as broken, Christoph Hellwig
- [PATCH 16/16] dma-mapping: use exact allocation in dma_alloc_contiguous, Christoph Hellwig
- [PATCH 15/16] dma-mapping: clear __GFP_COMP in dma_alloc_attrs, Christoph Hellwig
- [PATCH 14/16] mm: use alloc_pages_exact_node to implement alloc_pages_exact, Christoph Hellwig
- [PATCH 11/16] s390/ism: stop passing bogus gfp flags arguments to dma_alloc_coherent, Christoph Hellwig
- [PATCH 09/16] cnic: stop passing bogus gfp flags arguments to dma_alloc_coherent, Christoph Hellwig
- [PATCH 06/16] drm: don't pass __GFP_COMP to dma_alloc_coherent in drm_pci_alloc, Christoph Hellwig
- [PATCH 01/16] media: videobuf-dma-contig: use dma_mmap_coherent, Christoph Hellwig
- [PATCH 04/16] drm: move drm_pci_{alloc,free} to drm_legacy, Christoph Hellwig
- [PATCH 03/16] drm/i915: stop using drm_pci_alloc, Christoph Hellwig
- [PATCH 05/16] drm: don't mark pages returned from drm_pci_alloc reserved, Christoph Hellwig
- Re: use exact allocation for dma coherent memory, Dan Carpenter
- Re: use exact allocation for dma coherent memory, Christoph Hellwig
- 【A question about kernel verbs API】,
oulijun
- [PATCH] RDMA/odp: Do not leak dma maps when working with huge pages,
Jason Gunthorpe
- [PATCH v3 hmm 00/12] mm/hmm: Various revisions from a locking/code review,
Jason Gunthorpe
- [PATCH v3 hmm 01/12] mm/hmm: fix use after free with struct hmm in the mmu notifiers, Jason Gunthorpe
- [PATCH v3 hmm 03/12] mm/hmm: Hold a mmgrab from hmm to mm, Jason Gunthorpe
- [PATCH v3 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register, Jason Gunthorpe
- [PATCH v3 hmm 06/12] mm/hmm: Hold on to the mmget for the lifetime of the range, Jason Gunthorpe
- [PATCH v3 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable, Jason Gunthorpe
- [PATCH v3 hmm 05/12] mm/hmm: Remove duplicate condition test before wait_event_timeout, Jason Gunthorpe
- [PATCH v3 hmm 08/12] mm/hmm: Remove racy protection against double-unregistration, Jason Gunthorpe
- [PATCH v3 hmm 07/12] mm/hmm: Use lockdep instead of comments, Jason Gunthorpe
- [PATCH v3 hmm 09/12] mm/hmm: Poison hmm_range during unregister, Jason Gunthorpe
- [PATCH v3 hmm 10/12] mm/hmm: Do not use list*_rcu() for hmm->ranges, Jason Gunthorpe
- [PATCH v3 hmm 12/12] mm/hmm: Fix error flows in hmm_invalidate_range_start, Jason Gunthorpe
- [PATCH v3 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release, Jason Gunthorpe
- [PATCH v2 0/3] Add RDMA_NLDEV_GET_CHARDEV,
Jason Gunthorpe
- [PATCH] RDMA/uverbs: Use offsetofend instead of opencoding,
Jason Gunthorpe
- [PATCH mlx5-next 01/12] net/mlx5: Fix mlx5_core_destroy_cq() error flow,
Leon Romanovsky
- [PATCH mlx5-next 02/12] net/mlx5: Use event mask based on device capabilities,
Leon Romanovsky
- [PATCH rdma-next 09/12] IB/mlx5: Register DEVX with mlx5_core to get async events,
Leon Romanovsky
- [PATCH rdma-next 08/12] IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_EVENT_FD,
Leon Romanovsky
- [PATCH mlx5-next 03/12] net/mlx5: Expose the API to register for ANY event,
Leon Romanovsky
- [PATCH mlx5-next 06/12] net/mlx5: Report EQE data upon CQ completion,
Leon Romanovsky
- [PATCH mlx5-next 04/12] net/mlx5: mlx5_core_create_cq() enhancements,
Leon Romanovsky
- [PATCH mlx5-next 05/12] net/mlx5: Report a CQ error event only when a handler was set,
Leon Romanovsky
- [PATCH rdma-next 10/12] IB/mlx5: Enable subscription for device events over DEVX,
Leon Romanovsky
- [PATCH mlx5-next 07/12] net/mlx5: Expose device definitions for object events,
Leon Romanovsky
- [PATCH rdma-next 12/12] IB/mlx5: Add DEVX support for CQ events,
Leon Romanovsky
- [PATCH rdma-next 11/12] IB/mlx5: Implement DEVX dispatching event,
Leon Romanovsky
- [PATCH v3 rdma-next 0/3] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA,
Michal Kalderon
- [PATCH for-next 0/3] EFA updates 2019-06-13,
Gal Pressman
- [PATCH v6 rdma-core] verbs: Introduce a new reg_mr API for virtual address space,
Yuval Shaia
- [RESEND PATCH v2 0/2] Completion rework,
Mike Marciniszyn
- [PATCH] linux-next: DOC: RDS: Fix a typo in rds.txt,
Masanari Iida
- [PATCH rdma-next] RDMA: Convert destroy_wq to be void,
Leon Romanovsky
- [PATCH rdma-next v1 0/4] Expose ENCAP mode to mlx5_ib,
Leon Romanovsky
- [PATCH v17 00/15] arm64: untag user pointers passed to the kernel,
Andrey Konovalov
- [PATCH v17 02/15] lib, arm64: untag user pointers in strn*_user, Andrey Konovalov
- [PATCH v17 06/15] mm, arm64: untag user pointers in get_vaddr_frames, Andrey Konovalov
- [PATCH v17 08/15] userfaultfd, arm64: untag user pointers, Andrey Konovalov
- [PATCH v17 13/15] tee/shm, arm64: untag user pointers in tee_shm_register, Andrey Konovalov
- [PATCH v17 14/15] vfio/type1, arm64: untag user pointers in vaddr_get_pfn, Andrey Konovalov
- [PATCH v17 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel, Andrey Konovalov
- [PATCH v17 12/15] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get, Andrey Konovalov
- [PATCH v17 11/15] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr, Andrey Konovalov
- [PATCH v17 10/15] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl, Andrey Konovalov
- [PATCH v17 09/15] drm/amdgpu, arm64: untag user pointers, Andrey Konovalov
- [PATCH v17 05/15] mm, arm64: untag user pointers in mm/gup.c, Andrey Konovalov
- [PATCH v17 07/15] fs, arm64: untag user pointers in copy_mount_options, Andrey Konovalov
- [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls, Andrey Konovalov
- [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI, Andrey Konovalov
- [PATCH v17 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr, Andrey Konovalov
- [PATCH 1/2] ipoib: correcly show a VF hardware address,
Denis Kirjanov
- [PATCH for-rc 0/2] EFA fixes 2019-06-12,
Gal Pressman
- Failed to enable unit: Unit file rdma.service does not exist,
Chris Elrod
- [rdma-core ibacm v3] ibacm: only open InfiniBand port,
Honggang Li
- [ANNOUNCE] OFED 4.17-1-rc2 release is available,
Vladimir Sokolovsky
- [PATCH] RDMA/odp: Fix missed unlock in non-blocking invalidate_start,
Jason Gunthorpe
- [PATCH 00/21 V6] Introduce new API for T10-PI offload,
Max Gurtovoy
- [PATCH 05/21] RDMA/core: Add signature attrs element for ib_mr structure, Max Gurtovoy
- [PATCH 02/21] RDMA/core: Save the MR type in the ib_mr structure, Max Gurtovoy
- [PATCH 01/21] RDMA/core: Introduce new header file for signature operations, Max Gurtovoy
- [PATCH 07/21] RDMA/mlx5: Add attr for max number page list length for PI operation, Max Gurtovoy
- [PATCH 06/21] RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrity, Max Gurtovoy
- [PATCH 04/21] RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl's, Max Gurtovoy
- [PATCH 08/21] RDMA/mlx5: Pass UMR segment flags instead of boolean, Max Gurtovoy
- [PATCH 03/21] RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity API, Max Gurtovoy
- [PATCH 09/21] RDMA/mlx5: Update set_sig_data_segment attribute for new signature API, Max Gurtovoy
- [PATCH 11/21] IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handover, Max Gurtovoy
- [PATCH 10/21] RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work request, Max Gurtovoy
- [PATCH 12/21] IB/iser: Unwind WR union at iser_tx_desc, Max Gurtovoy
- [PATCH 13/21] RDMA/core: Add an integrity MR pool support, Max Gurtovoy
- [PATCH 14/21] RDMA/core: Rename signature qp create flag and signature device capability, Max Gurtovoy
- [PATCH 15/21] RDMA/core: Validate integrity handover device cap, Max Gurtovoy
- [PATCH 16/21] RDMA/rw: Introduce rdma_rw_inv_key helper, Max Gurtovoy
- [PATCH 17/21] RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handover, Max Gurtovoy
- [PATCH 19/21] RDMA/mlx5: Improve PI handover performance, Max Gurtovoy
- [PATCH 18/21] RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR code, Max Gurtovoy
- [PATCH 21/21] RDMA/mlx5: Refactor MR descriptors allocation, Max Gurtovoy
- [PATCH 20/21] RDMA/mlx5: Use PA mapping for PI handover, Max Gurtovoy
- Re: [PATCH 00/21 V6] Introduce new API for T10-PI offload, Jason Gunthorpe
- Re: [PATCH 00/21 V6] Introduce new API for T10-PI offload, Jason Gunthorpe
- [PATCH v2 00/19] for-5.3 patches for review,
Chuck Lever
- [PATCH v2 01/19] xprtrdma: Fix a BUG when tracing is enabled with NFSv4.1 on RDMA, Chuck Lever
- [PATCH v2 02/19] xprtrdma: Fix use-after-free in rpcrdma_post_recvs, Chuck Lever
- [PATCH v2 03/19] xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_req, Chuck Lever
- [PATCH v2 04/19] xprtrdma: Fix occasional transport deadlock, Chuck Lever
- [PATCH v2 05/19] xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flag, Chuck Lever
- [PATCH v2 06/19] xprtrdma: Remove fr_state, Chuck Lever
- [PATCH v2 07/19] xprtrdma: Add mechanism to place MRs back on the free list, Chuck Lever
- [PATCH v2 08/19] xprtrdma: Reduce context switching due to Local Invalidation, Chuck Lever
- [PATCH v2 09/19] xprtrdma: Wake RPCs directly in rpcrdma_wc_send path, Chuck Lever
- [PATCH v2 10/19] xprtrdma: Simplify rpcrdma_rep_create, Chuck Lever
- [PATCH v2 11/19] xprtrdma: Streamline rpcrdma_post_recvs, Chuck Lever
- [PATCH v2 12/19] xprtrdma: Refactor chunk encoding, Chuck Lever
- [PATCH v2 13/19] xprtrdma: Remove rpcrdma_req::rl_buffer, Chuck Lever
- [PATCH v2 14/19] xprtrdma: Modernize ops->connect, Chuck Lever
- [PATCH v2 15/19] NFS4: Add a trace event to record invalid CB sequence IDs, Chuck Lever
- [PATCH v2 16/19] NFS: Fix show_nfs_errors macros again, Chuck Lever
- [PATCH v2 17/19] NFS: Display symbolic status code names in trace log, Chuck Lever
- [PATCH v2 18/19] NFS: Update symbolic flags displayed by trace events, Chuck Lever
- [PATCH v2 19/19] NFS: Record task, client ID, and XID in xdr_status trace points, Chuck Lever
- [PATCH v2] svcrdma: Ignore source port when computing DRC hash,
Chuck Lever
- receive side CRC computation in siw.,
Bernard Metzler
- [PATCH v5 rdma-core] verbs: Introduce a new reg_mr API for virtual address space,
Yuval Shaia
- [PATCH mlx5-next 00/16] Mellanox, mlx5 next updates 10-06-2019,
Saeed Mahameed
- [PATCH mlx5-next 01/16] net/mlx5: Increase wait time for fw initialization, Saeed Mahameed
- [PATCH mlx5-next 02/16] net/mlx5: E-Switch, Handle representors creation in handler context, Saeed Mahameed
- [PATCH mlx5-next 03/16] net/mlx5: E-Switch, Return raw output for query esw functions, Saeed Mahameed
- [PATCH mlx5-next 04/16] net/mlx5: Support querying max VFs from device, Saeed Mahameed
- [PATCH mlx5-next 05/16] net/mlx5: Introduce EQ polling budget, Saeed Mahameed
- [PATCH mlx5-next 06/16] net/mlx5: Change interrupt handler to call chain notifier, Saeed Mahameed
- [PATCH mlx5-next 07/16] net/mlx5: Separate IRQ request/free from EQ life cycle, Saeed Mahameed
- [PATCH mlx5-next 09/16] net/mlx5: Move IRQ rmap creation to IRQ allocation phase, Saeed Mahameed
- [PATCH mlx5-next 10/16] net/mlx5: Move IRQ affinity set to IRQ allocation phase, Saeed Mahameed
- [PATCH mlx5-next 11/16] net/mlx5: Separate IRQ table creation from EQ table creation, Saeed Mahameed
- [PATCH mlx5-next 12/16] net/mlx5: Generalize IRQ interface to work with irq_table, Saeed Mahameed
- [PATCH mlx5-next 13/16] net/mlx5: Move all IRQ logic to pci_irq.c, Saeed Mahameed
- [PATCH mlx5-next 14/16] net/mlx5: Rename mlx5_irq_info to mlx5_irq, Saeed Mahameed
- [PATCH mlx5-next 15/16] net/mlx5: Use a single IRQ for all async EQs, Saeed Mahameed
- [PATCH mlx5-next 16/16] net/mlx5: Add EQ enable/disable API, Saeed Mahameed
- [PATCH mlx5-next 08/16] net/mlx5: Separate IRQ data from EQ table data, Saeed Mahameed
- Re: [PATCH mlx5-next 00/16] Mellanox, mlx5 next updates 10-06-2019, Saeed Mahameed
- [PATCH] rdma: Remove nes,
Jason Gunthorpe
- [PATCH] rdma: Delete the ib_ucm module,
Jason Gunthorpe
- [rdma-core ibacm v2] ibacm: only open InfiniBand port,
Honggang Li
- [PATCH] [v4.14.y] infiniband: fix race condition between infiniband mlx4, mlx5 driver and core dumping,
Ajay Kaher
- [PATCH v3 13/33] docs: infiniband: convert docs to ReST and rename to *.rst,
Mauro Carvalho Chehab
- [PATCH] RDMA/hns: Fix an error code in hns_roce_set_user_sq_size(),
Dan Carpenter
- [PATCH] RDMA/hns: prevent undefined behavior in hns_roce_set_user_sq_size(),
Dan Carpenter
- [PATCH] IB/mlx4: prevent undefined shift in set_user_sq_size(),
Dan Carpenter
- [PATCH V5 for-next 0/3] Add mix multihop addressing for supporting 32K,
Lijun Ou
- [RFC] mm/hmm: pass mmu_notifier_range to sync_cpu_device_pagetables,
Ralph Campbell
- linux-rdma on lore.kernel.org, Jason Gunthorpe
- RFC: Remove nes,
Jason Gunthorpe
- [PATCH for-rc 0/3] IB/hfi1: Fixes for 5.2 RC cycle,
Dennis Dalessandro
- [PATCH trivial] net/mlx5e: Spelling s/configuraion/configuration/,
Geert Uytterhoeven
- [PATCH v2] iser: explicitly set shost max_segment_size if non virtual boundary devices,
Sagi Grimberg
- [PATCH v2 hmm 00/11] Various revisions from a locking/code review,
Jason Gunthorpe
- [PATCH v2 hmm 03/11] mm/hmm: Hold a mmgrab from hmm to mm, Jason Gunthorpe
- [PATCH v2 hmm 05/11] mm/hmm: Remove duplicate condition test before wait_event_timeout, Jason Gunthorpe
- [PATCH v2 hmm 01/11] mm/hmm: fix use after free with struct hmm in the mmu notifiers, Jason Gunthorpe
- [PATCH v2 hmm 02/11] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register, Jason Gunthorpe
- [PATCH v2 hmm 06/11] mm/hmm: Hold on to the mmget for the lifetime of the range, Jason Gunthorpe
- [PATCH v2 hmm 04/11] mm/hmm: Simplify hmm_get_or_create and make it reliable, Jason Gunthorpe
- [PATCH v2 hmm 07/11] mm/hmm: Use lockdep instead of comments, Jason Gunthorpe
- [PATCH v2 hmm 09/11] mm/hmm: Poison hmm_range during unregister, Jason Gunthorpe
- [PATCH v2 hmm 08/11] mm/hmm: Remove racy protection against double-unregistration, Jason Gunthorpe
- [PATCH v2 hmm 10/11] mm/hmm: Do not use list*_rcu() for hmm->ranges, Jason Gunthorpe
- [PATCH v2 hmm 11/11] mm/hmm: Remove confusing comment and logic from hmm_release, Jason Gunthorpe
- [PATCH v2 12/11] mm/hmm: Fix error flows in hmm_invalidate_range_start, Jason Gunthorpe
- Re: [PATCH v2 hmm 00/11] Various revisions from a locking/code review, Jason Gunthorpe
- Re: [PATCH RFC 00/10] RDMA/FS DAX truncate proposal,
Ira Weiny
- [PATCH rdma-next 0/3] Expose ENCAP mode to mlx5_ib,
Leon Romanovsky
- [PATCH rdma-next v3 00/17] Statistics counter support,
Leon Romanovsky
- [PATCH rdma-next v3 02/17] RDMA/restrack: Introduce statistic counter, Leon Romanovsky
- [PATCH rdma-next v3 03/17] RDMA/restrack: Add an API to attach a task to a resource, Leon Romanovsky
- [PATCH rdma-next v3 04/17] RDMA/restrack: Make is_visible_in_pid_ns() as an API, Leon Romanovsky
- [PATCH rdma-next v3 01/17] net/mlx5: Add rts2rts_qp_counters_set_id field in hca cap, Leon Romanovsky
- [PATCH rdma-next v3 06/17] RDMA/counter: Add "auto" configuration mode support, Leon Romanovsky
- [PATCH rdma-next v3 07/17] IB/mlx5: Support set qp counter, Leon Romanovsky
- [PATCH rdma-next v3 08/17] IB/mlx5: Add counter set id as a parameter for mlx5_ib_query_q_counters(), Leon Romanovsky
- [PATCH rdma-next v3 09/17] IB/mlx5: Support statistic q counter configuration, Leon Romanovsky
- [PATCH rdma-next v3 05/17] RDMA/counter: Add set/clear per-port auto mode support, Leon Romanovsky
- [PATCH rdma-next v3 11/17] RDMA/netlink: Implement counter dumpit calback, Leon Romanovsky
- [PATCH rdma-next v3 12/17] IB/mlx5: Add counter_alloc_stats() and counter_update_stats() support, Leon Romanovsky
- [PATCH rdma-next v3 13/17] RDMA/core: Get sum value of all counters when perform a sysfs stat read, Leon Romanovsky
- [PATCH rdma-next v3 10/17] RDMA/nldev: Allow counter auto mode configration through RDMA netlink, Leon Romanovsky
- [PATCH rdma-next v3 15/17] RDMA/nldev: Allow counter manual mode configration through RDMA netlink, Leon Romanovsky
- [PATCH rdma-next v3 16/17] RDMA/nldev: Allow get counter mode through RDMA netlink, Leon Romanovsky
- [PATCH rdma-next v3 14/17] RDMA/counter: Allow manual mode configuration support, Leon Romanovsky
- [PATCH rdma-next v3 17/17] RDMA/nldev: Allow get default counter statistics through RDMA netlink, Leon Romanovsky
- [PATCH v4 rdma-core] verbs: Introduce a new reg_mr API for virtual address space,
Yuval Shaia
- [PATCH 1/1] net: rds: fix memory leak in rds_ib_flush_mr_pool,
Zhu Yanjun
- [PATCH] IB/iser: explicitly set shost max_segment_size,
Sagi Grimberg
- [pull request][for-next 0/9] Generic DIM lib for netdev and RDMA,
Saeed Mahameed
[Index of Archives]
[Linux USB Development]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Info]