Linux RDMA and InfiniBand Development
[Prev Page][Next Page]
- [PATCH rdma-next 00/18] Refactor mlx5_ib_create_qp (Part I),
Leon Romanovsky
- [PATCH rdma-next 01/18] RDMA/mlx5: Organize QP types checks in one place, Leon Romanovsky
- [PATCH rdma-next 02/18] RDMA/mlx5: Delete impossible GSI port check, Leon Romanovsky
- [PATCH rdma-next 03/18] RDMA/mlx5: Perform check if QP creation flow is valid, Leon Romanovsky
- [PATCH rdma-next 04/18] RDMA/mlx5: Prepare QP allocation for future removal, Leon Romanovsky
- [PATCH rdma-next 05/18] RDMA/mlx5: Avoid setting redundant NULL for XRC QPs, Leon Romanovsky
- [PATCH rdma-next 06/18] RDMA/mlx5: Set QP subtype immediately when it is known, Leon Romanovsky
- [PATCH rdma-next 07/18] RDMA/mlx5: Separate create QP flows to be based on type, Leon Romanovsky
- [PATCH rdma-next 09/18] RDMA/mlx5: Update all DRIVER QP places to use QP subtype, Leon Romanovsky
- [PATCH rdma-next 12/18] RDMA/mlx5: Initial separation of RAW_PACKET QP from common flow, Leon Romanovsky
- [PATCH rdma-next 11/18] RDMA/mlx5: Remove second copy from user for non RSS RAW QPs, Leon Romanovsky
- [PATCH rdma-next 18/18] RDMA/mlx5: Process all vendor flags in one place, Leon Romanovsky
- [PATCH rdma-next 14/18] RDMA/mlx5: Process create QP flags in one place, Leon Romanovsky
- [PATCH rdma-next 17/18] RDMA/mlx5: Return all configured create flags through query QP, Leon Romanovsky
- [PATCH rdma-next 16/18] RDMA/mlx5: Change scatter CQE flag to be set like other vendor flags, Leon Romanovsky
- [PATCH rdma-next 15/18] RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signature, Leon Romanovsky
- [PATCH rdma-next 10/18] RDMA/mlx5: Move DRIVER QP flags check into separate function, Leon Romanovsky
- [PATCH rdma-next 13/18] RDMA/mlx5: Delete create QP flags obfuscation, Leon Romanovsky
- [PATCH rdma-next 08/18] RDMA/mlx5: Split scatter CQE configuration for DCT QP, Leon Romanovsky
- Re: [PATCH rdma-next 00/18] Refactor mlx5_ib_create_qp (Part I), Jason Gunthorpe
- [PATCH rdma-core 00/12] Add Enhanced Connection Established (ECE) APIs,
Leon Romanovsky
- [PATCH rdma-core 02/12] libibverbs: Add interfaces to configure and use ECE, Leon Romanovsky
- [PATCH rdma-core 03/12] libibverbs: Document ECE API, Leon Romanovsky
- [PATCH rdma-core 04/12] debian: Install all available librdmacm man pages, Leon Romanovsky
- [PATCH rdma-core 05/12] librdmacm: Provide interface to use ECE for external QPs, Leon Romanovsky
- [PATCH rdma-core 01/12] Update kernel headers, Leon Romanovsky
- [PATCH rdma-core 07/12] librdmacm: Return ECE results through rdma_accept, Leon Romanovsky
- [PATCH rdma-core 08/12] librdmacm: Add an option to reject ECE request, Leon Romanovsky
- [PATCH rdma-core 09/12] librdmacm: Implement ECE handshake logic, Leon Romanovsky
- [PATCH rdma-core 10/12] librdmacm: Document ECE API, Leon Romanovsky
- [PATCH rdma-core 06/12] librdmacm: Connect rdma_connect to the ECE, Leon Romanovsky
- [PATCH rdma-core 12/12] tests: Add test for rdmacm ECE mechanism, Leon Romanovsky
- [PATCH rdma-core 11/12] pyverbs: Add support for ECE, Leon Romanovsky
- [PATCH mlx5-next 00/24] Mass conversion to light mlx5 command interface,
Leon Romanovsky
- [PATCH mlx5-next 01/24] net/mlx5: Update vport.c to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 02/24] net/mlx5: Update cq.c to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 04/24] net/mlx5: Update ecpf.c to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 05/24] net/mlx5: Update eq.c to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 06/24] net/mlx5: Update statistics to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 07/24] net/mlx5: Update eswitch to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 08/24] net/mlx5: Update FPGA to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 03/24] net/mlx5: Update debugfs.c to new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 10/24] net/mlx5: Update fw.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 11/24] net/mlx5: Update lag.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 12/24] net/mlx5: Update gid.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 13/24] net/mlx5: Update mpfs.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 09/24] net/mlx5: Update fs_core new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 15/24] net/mlx5: Update main.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 17/24] net/mlx5: Update mr.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 16/24] net/mlx5: Update mcg.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 18/24] net/mlx5: Update pagealloc.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 19/24] net/mlx5: Update pd.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 14/24] net/mlx5: Update vxlan.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 21/24] net/mlx5: Update rl.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 22/24] net/mlx5: Update port.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 23/24] net/mlx5: Update SW steering new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 20/24] net/mlx5: Update uar.c new cmd interface, Leon Romanovsky
- [PATCH mlx5-next 24/24] net/mlx5: Update transobj.c new cmd interface, Leon Romanovsky
- Re: [PATCH mlx5-next 00/24] Mass conversion to light mlx5 command interface, Leon Romanovsky
- [PATCH V2 mlx5-next 00/10] Add support to get xmit slave,
Maor Gottlieb
- [PATCH V2 mlx5-next 01/10] net/core: Introduce master_xmit_slave_get, Maor Gottlieb
- [PATCH V2 mlx5-next 04/10] bonding: Implement ndo_xmit_slave_get, Maor Gottlieb
- [PATCH V2 mlx5-next 05/10] RDMA/core: Add LAG functionality, Maor Gottlieb
- [PATCH V2 mlx5-next 06/10] RDMA/core: Get xmit slave for LAG, Maor Gottlieb
- [PATCH V2 mlx5-next 02/10] bonding: Rename slave_arr to usable_slaves, Maor Gottlieb
- [PATCH V2 mlx5-next 08/10] net/mlx5: Add support to get lag physical port, Maor Gottlieb
- [PATCH V2 mlx5-next 10/10] RDMA/mlx5: Set lag tx affinity according to slave, Maor Gottlieb
- [PATCH V2 mlx5-next 03/10] bonding: Add helpers to get xmit slave, Maor Gottlieb
- [PATCH V2 mlx5-next 09/10] RDMA/mlx5: Refactor affinity related code, Maor Gottlieb
- [PATCH V2 mlx5-next 07/10] net/mlx5: Change lag mutex lock to spin lock, Maor Gottlieb
- [PATCH for-next 0/3] EFA statistics minor updates,
Gal Pressman
- [PATCH v1 0/3] NFS/RDMA client patches for v5.7-rc,
Chuck Lever
- [PATCH mlx5-next 00/10] Add support to get xmit slave,
Maor Gottlieb
- [PATCH mlx5-next 8/9] RDMA/mlx5: Refactor affinity related code, Maor Gottlieb
- [PATCH mlx5-next 3/9] bonding: Implement ndo_xmit_slave_get, Maor Gottlieb
- [PATCH mlx5-next 6/9] net/mlx5: Change lag mutex lock to spin lock, Maor Gottlieb
- [PATCH mlx5-next 1/9] bonding: Rename slave_arr to usable_slaves, Maor Gottlieb
- [PATCH mlx5-next 2/9] bonding: Add helpers to get xmit slave, Maor Gottlieb
- [PATCH mlx5-next 4/9] RDMA/core: Add LAG functionality, Maor Gottlieb
- [PATCH mlx5-next 5/9] RDMA/core: Get xmit slave for LAG, Maor Gottlieb
- [PATCH mlx5-next 7/9] net/mlx5: Add support to get lag physical port, Maor Gottlieb
- [PATCH mlx5-next 9/9] RDMA/mlx5: Set lag tx affinity according to slave, Maor Gottlieb
- Re: [PATCH mlx5-next 00/10] Add support to get xmit slave, David Ahern
- [PATCH rdma-next] RDMA/bnxt: Delete 'nq_ptr' variable which is not used,
Leon Romanovsky
- [PATCH v9 0/3] mm/hmm/test: add self tests for HMM,
Ralph Campbell
- [RFC PATCH v2 1/3] Kconfig: Introduce "uses" keyword,
Saeed Mahameed
- [RFC PATCH v5 00/16] Add Intel Ethernet Protocol Driver for RDMA (irdma),
Jeff Kirsher
- [RFC PATCH v5 04/16] RDMA/irdma: Add HMC backing store setup functions, Jeff Kirsher
- [RFC PATCH v5 06/16] RDMA/irdma: Add QoS definitions, Jeff Kirsher
- [RFC PATCH v5 08/16] RDMA/irdma: Add PBLE resource manager, Jeff Kirsher
- [RFC PATCH v5 05/16] RDMA/irdma: Add privileged UDA queue implementation, Jeff Kirsher
- [RFC PATCH v5 10/16] RDMA/irdma: Add RoCEv2 UD OP support, Jeff Kirsher
- [RFC PATCH v5 07/16] RDMA/irdma: Add connection manager, Jeff Kirsher
- [RFC PATCH v5 12/16] RDMA/irdma: Add miscellaneous utility definitions, Jeff Kirsher
- [RFC PATCH v5 13/16] RDMA/irdma: Add dynamic tracing for CM, Jeff Kirsher
- [RFC PATCH v5 14/16] RDMA/irdma: Add ABI definitions, Jeff Kirsher
- [RFC PATCH v5 16/16] RDMA/irdma: Update MAINTAINERS file, Jeff Kirsher
- [RFC PATCH v5 09/16] RDMA/irdma: Implement device supported verb APIs, Jeff Kirsher
- [RFC PATCH v5 01/16] RDMA/irdma: Add driver framework definitions, Jeff Kirsher
- [RFC PATCH v5 02/16] RDMA/irdma: Implement device initialization definitions, Jeff Kirsher
- [RFC PATCH v5 03/16] RDMA/irdma: Implement HW Admin Queue OPs, Jeff Kirsher
- [RFC PATCH v5 11/16] RDMA/irdma: Add user/kernel shared libraries, Jeff Kirsher
- [RFC PATCH v5 15/16] RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw, Jeff Kirsher
- [net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-04-17,
Jeff Kirsher
- [RFC PATCH 1/2] Kconfig: Introduce "uses" keyword,
Saeed Mahameed
- [RFC PATCH 0/3] RDMA: Add dma-buf support,
Jianxin Xiong
- [PATCH] RDMA/irdma: fix semicolon.cocci warnings, Julia Lawall
- [PATCH] RDMA/irdma: fix boolconv.cocci warnings, Julia Lawall
- [PATCH AUTOSEL 5.6 007/129] net/mlx5e: Enforce setting of a single FEC mode, Sasha Levin
- [PATCH AUTOSEL 5.5 006/106] net/mlx5e: Enforce setting of a single FEC mode, Sasha Levin
- [PATCH AUTOSEL 5.4 04/84] net/mlx5e: Enforce setting of a single FEC mode, Sasha Levin
- [PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device,
Danil Kipnis
- [PATCH v12 01/25] sysfs: export sysfs_remove_file_self(), Danil Kipnis
- [PATCH v12 02/25] RDMA/rtrs: public interface header to establish RDMA connections, Danil Kipnis
- [PATCH v12 03/25] RDMA/rtrs: private headers with rtrs protocol structs and helpers, Danil Kipnis
- [PATCH v12 04/25] RDMA/rtrs: core: lib functions shared between client and server modules, Danil Kipnis
- [PATCH v12 07/25] RDMA/rtrs: client: statistics functions, Danil Kipnis
- [PATCH v12 19/25] block/rnbd: server: private header with server structs and functions, Danil Kipnis
- [PATCH v12 25/25] MAINTAINERS: Add maintainers for RNBD/RTRS modules, Danil Kipnis
- [PATCH v12 24/25] block/rnbd: a bit of documentation, Danil Kipnis
- [PATCH v12 22/25] block/rnbd: server: sysfs interface functions, Danil Kipnis
- [PATCH v12 23/25] block/rnbd: include client and server modules into kernel compilation, Danil Kipnis
- [PATCH v12 21/25] block/rnbd: server: functionality for IO submission to block dev, Danil Kipnis
- [PATCH v12 20/25] block/rnbd: server: main functionality, Danil Kipnis
- [PATCH v12 18/25] block/rnbd: client: sysfs interface functions, Danil Kipnis
- [PATCH v12 17/25] block/rnbd: client: main functionality, Danil Kipnis
- [PATCH v12 16/25] block/rnbd: client: private header with client structs and functions, Danil Kipnis
- [PATCH v12 15/25] block/rnbd: private headers with rnbd protocol structs and helpers, Danil Kipnis
- [PATCH v12 14/25] RDMA/rtrs: a bit of documentation, Danil Kipnis
- [PATCH v12 13/25] RDMA/rtrs: include client and server modules into kernel compilation, Danil Kipnis
- [PATCH v12 12/25] RDMA/rtrs: server: sysfs interface functions, Danil Kipnis
- [PATCH v12 06/25] RDMA/rtrs: client: main functionality, Danil Kipnis
- [PATCH v12 11/25] RDMA/rtrs: server: statistics functions, Danil Kipnis
- [PATCH v12 10/25] RDMA/rtrs: server: main functionality, Danil Kipnis
- [PATCH v12 09/25] RDMA/rtrs: server: private header with server structs and functions, Danil Kipnis
- [PATCH v12 05/25] RDMA/rtrs: client: private header with client structs and functions, Danil Kipnis
- [PATCH v12 08/25] RDMA/rtrs: client: sysfs interface functions, Danil Kipnis
- Re: [PATCH v12 00/25] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device, Jinpu Wang
- [PATCH] RDMA/siw: Fix potential siw_mem refcnt leak in nr_add_node,
Xiyu Yang
- [PATCH v2 for-next 0/6] RDMA/hns: Codes optimization,
Weihang Li
- [PATCH] net/rds: Use ERR_PTR for rds_message_alloc_sgs(),
Jason Gunthorpe
- [PATCH v2 00/33] Documentation fixes for Kernel 5.8,
Mauro Carvalho Chehab
- [RFC PATCH] RDMA/siw: Experimental e2e negotiation of GSO usage.,
Bernard Metzler
- [PATCH for-rc] RDMA/cm: Do not send REJ when remote_id is unknown,
Håkon Bugge
- [PATCH mlx5-next 00/13] Move QP code to be under mlx5_ib responsibility,
Leon Romanovsky
- [PATCH mlx5-next 01/13] net/mlx5: Provide simplified command interfaces, Leon Romanovsky
- [PATCH mlx5-next 02/13] net/mlx5: Open-code create and destroy QP calls, Leon Romanovsky
- [PATCH mlx5-next 03/13] net/mlx5: Remove empty QP and CQ events handlers, Leon Romanovsky
- [PATCH mlx5-next 07/13] net/mlx5: Remove extra indirection while storing QPN, Leon Romanovsky
- [PATCH mlx5-next 04/13] net/mlx5: Open-code modify QP in steering module, Leon Romanovsky
- [PATCH mlx5-next 09/13] net/mlx5: Remove Q counter low level helper APIs, Leon Romanovsky
- [PATCH mlx5-next 11/13] net/mlx5: Delete not-used cmd header, Leon Romanovsky
- [PATCH mlx5-next 13/13] net/mlx5: Move QP logic to mlx5_ib, Leon Romanovsky
- [PATCH mlx5-next 06/13] net/mlx5: Open-code modify QP in the IPoIB module, Leon Romanovsky
- [PATCH mlx5-next 08/13] net/mlx5: Replace hand written QP context struct with automatic getters, Leon Romanovsky
- [PATCH mlx5-next 05/13] net/mlx5: Open-code modify QP in the FPGA module, Leon Romanovsky
- [PATCH rdma-next 12/13] RDMA/mlx5: Alphabetically sort build artifacts, Leon Romanovsky
- [PATCH rdma-next 10/13] RDMA/mlx5: Delete Q counter allocations command, Leon Romanovsky
- Re: [PATCH mlx5-next 00/13] Move QP code to be under mlx5_ib responsibility, Leon Romanovsky
- [PATCH rdma-next v2 0/7] Add Enhanced Connection Established (ECE),
Leon Romanovsky
- [PATCH rdma-next] RDMA/mlx5: Add support for drop action in DV steering,
Leon Romanovsky
- [PATCH rdma-next 0/4] Add steering support for default miss,
Leon Romanovsky
- [PATCH rdma-next] RDMA/rw: use DIV_ROUND_UP to calculate nr_ops,
Leon Romanovsky
- [PATCH rdma-next v2 0/6] Set flow_label and RoCEv2 UDP source port for datagram QP,
Leon Romanovsky
- [PATCH rdma-rc] RDMA/mad: Remove snoop interface,
Leon Romanovsky
- [PATCH rdma-rc] RDMA/cma: Limit the scope of rdma_is_consumer_reject function,
Leon Romanovsky
- [PATCH rdma-rc] RDMA/mlx4: Initialize ib_spec on the stack,
Leon Romanovsky
- [PATCH rdma-rc] RDMA/uverbs: Fix a race with disassociate and exit_mmap(),
Leon Romanovsky
- [PATCH rdma-rc] RDMA/mlx5: Set GRH fields in query QP on RoCE,
Leon Romanovsky
- [PATCH for-next 0/6] RDMA/hns: Support 0 hop addressing,
Weihang Li
- [PATCH for-next 0/6] RDMA/hns: Codes optimization,
Weihang Li
- [PATCH -next] IB/qib: remove unused variable ret,
Zou Wei
- [PATCH AUTOSEL 5.6 006/149] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices, Sasha Levin
- [PATCH AUTOSEL 5.6 019/149] RDMA/bnxt_re: Fix lifetimes in bnxt_re_task, Sasha Levin
- [PATCH AUTOSEL 5.6 020/149] RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id(), Sasha Levin
- [PATCH AUTOSEL 5.6 024/149] net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy mode, Sasha Levin
- [PATCH AUTOSEL 5.6 035/149] net/mlx5e: Init ethtool steering for representors, Sasha Levin
- [PATCH AUTOSEL 5.6 040/149] IB/mlx5: Fix missing congestion control debugfs on rep rdma device, Sasha Levin
- [PATCH AUTOSEL 5.6 051/149] RDMA/rxe: Fix configuration of atomic queue pair attributes, Sasha Levin
- [PATCH AUTOSEL 5.6 083/149] RDMA/hns: Delayed flush cqe process with workqueue, Sasha Levin
- [PATCH AUTOSEL 5.6 094/149] RDMA/siw: Fix passive connection establishment, Sasha Levin
- [PATCH AUTOSEL 5.6 103/149] RDMA/cm: Remove a race freeing timewait_info, Sasha Levin
- [PATCH AUTOSEL 5.6 116/149] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow, Sasha Levin
- [PATCH AUTOSEL 5.5 005/121] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices, Sasha Levin
- [PATCH AUTOSEL 5.5 016/121] RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id(), Sasha Levin
- [PATCH AUTOSEL 5.5 017/121] RDMA/cm: Add missing locking around id.state in cm_dup_req_handler, Sasha Levin
- [PATCH AUTOSEL 5.5 015/121] RDMA/bnxt_re: Fix lifetimes in bnxt_re_task, Sasha Levin
- [PATCH AUTOSEL 5.5 019/121] net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy mode, Sasha Levin
- [PATCH AUTOSEL 5.5 029/121] net/mlx5e: Init ethtool steering for representors, Sasha Levin
- [PATCH AUTOSEL 5.5 034/121] IB/mlx5: Fix missing congestion control debugfs on rep rdma device, Sasha Levin
- [PATCH AUTOSEL 5.5 041/121] RDMA/rxe: Fix configuration of atomic queue pair attributes, Sasha Levin
- [PATCH AUTOSEL 5.5 054/121] RDMA/siw: Fix setting active_mtu attribute, Sasha Levin
- [PATCH AUTOSEL 5.5 067/121] RDMA/hns: Add the workqueue framework for flush cqe handler, Sasha Levin
- [PATCH AUTOSEL 5.5 072/121] RDMA/ucma: Put a lock around every call to the rdma_cm layer, Sasha Levin
- [PATCH AUTOSEL 5.5 075/121] RDMA/siw: Fix passive connection establishment, Sasha Levin
- [PATCH AUTOSEL 5.5 082/121] RDMA/cm: Remove a race freeing timewait_info, Sasha Levin
- [PATCH AUTOSEL 5.4 005/108] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices, Sasha Levin
- [PATCH AUTOSEL 5.4 013/108] RDMA/bnxt_re: Fix lifetimes in bnxt_re_task, Sasha Levin
- [PATCH AUTOSEL 5.4 014/108] RDMA/cm: Add missing locking around id.state in cm_dup_req_handler, Sasha Levin
- [PATCH AUTOSEL 5.4 025/108] net/mlx5e: Init ethtool steering for representors, Sasha Levin
- [PATCH AUTOSEL 5.4 035/108] RDMA/rxe: Fix configuration of atomic queue pair attributes, Sasha Levin
- [PATCH AUTOSEL 5.4 030/108] IB/mlx5: Fix missing congestion control debugfs on rep rdma device, Sasha Levin
- [PATCH AUTOSEL 5.4 046/108] RDMA/siw: Fix setting active_mtu attribute, Sasha Levin
- [PATCH AUTOSEL 5.4 059/108] RDMA/hns: Add the workqueue framework for flush cqe handler, Sasha Levin
- [PATCH AUTOSEL 5.4 064/108] RDMA/ucma: Put a lock around every call to the rdma_cm layer, Sasha Levin
- [PATCH AUTOSEL 5.4 070/108] RDMA/cm: Remove a race freeing timewait_info, Sasha Levin
- [PATCH AUTOSEL 4.19 03/66] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices, Sasha Levin
- [PATCH AUTOSEL 4.19 07/66] RDMA/bnxt_re: Fix lifetimes in bnxt_re_task, Sasha Levin
- [PATCH AUTOSEL 4.19 16/66] net/mlx5e: Init ethtool steering for representors, Sasha Levin
- [PATCH AUTOSEL 4.19 40/66] RDMA/ucma: Put a lock around every call to the rdma_cm layer, Sasha Levin
- [PATCH AUTOSEL 4.19 51/66] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow, Sasha Levin
- [PATCH AUTOSEL 4.19 45/66] RDMA/cm: Remove a race freeing timewait_info, Sasha Levin
- [PATCH AUTOSEL 4.19 24/66] RDMA/rxe: Fix configuration of atomic queue pair attributes, Sasha Levin
- [PATCH AUTOSEL 4.19 21/66] IB/mlx5: Fix missing congestion control debugfs on rep rdma device, Sasha Levin
- [PATCH AUTOSEL 4.14 03/37] RDMA/rxe: Set sys_image_guid to be aligned with HW IB devices, Sasha Levin
- [PATCH AUTOSEL 4.14 07/37] RDMA/cm: Add missing locking around id.state in cm_dup_req_handler, Sasha Levin
- [PATCH AUTOSEL 4.14 13/37] net/mlx5e: Init ethtool steering for representors, Sasha Levin
- [PATCH AUTOSEL 4.14 17/37] RDMA/rxe: Fix configuration of atomic queue pair attributes, Sasha Levin
- [PATCH AUTOSEL 4.14 30/37] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow, Sasha Levin
- [PATCH AUTOSEL 4.9 09/26] net/mlx5e: Init ethtool steering for representors, Sasha Levin
- [PATCH AUTOSEL 4.9 05/26] RDMA/cm: Add missing locking around id.state in cm_dup_req_handler, Sasha Levin
- [PATCH AUTOSEL 4.9 21/26] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow, Sasha Levin
- [PATCH AUTOSEL 4.4 15/16] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow, Sasha Levin
- [PATCH AUTOSEL 4.4 03/16] RDMA/cm: Add missing locking around id.state in cm_dup_req_handler, Sasha Levin
- [PATCH AUTOSEL 4.9 12/26] RDMA/rxe: Fix configuration of atomic queue pair attributes, Sasha Levin
- [PATCH AUTOSEL 4.19 08/66] RDMA/cm: Add missing locking around id.state in cm_dup_req_handler, Sasha Levin
- [PATCH AUTOSEL 5.4 082/108] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow, Sasha Levin
- [PATCH AUTOSEL 5.5 094/121] RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow, Sasha Levin
- [PATCH AUTOSEL 5.6 091/149] RDMA/ucma: Put a lock around every call to the rdma_cm layer, Sasha Levin
- [PATCH AUTOSEL 5.6 082/149] RDMA/hns: Add the workqueue framework for flush cqe handler, Sasha Levin
- [PATCH AUTOSEL 5.6 066/149] RDMA/siw: Fix setting active_mtu attribute, Sasha Levin
- [PATCH AUTOSEL 5.6 021/149] RDMA/cm: Add missing locking around id.state in cm_dup_req_handler, Sasha Levin
- [RFC 0/6] Regressions for "imply" behavior change,
Arnd Bergmann
- [PATCH 00/35] Documentation fixes for Kernel 5.8,
Mauro Carvalho Chehab
- [PATCH] RDMA: Remove a few extra calls to ib_get_client_data(),
Jason Gunthorpe
- [PATCH v1 0/3] NFS/RDMA server fixes for 5.7-rc,
Chuck Lever
- Can't build rdma-core's azp image,
Gal Pressman
- [PATCH] RDMA/uverbs: Make the event_queue fds return POLLERR when disassociated,
Jason Gunthorpe
- [PATCH AUTOSEL 5.5 05/35] net/mlx5e: kTLS, Fix wrong value in record tracker enum, Sasha Levin
- [PATCH AUTOSEL 5.5 26/35] IB/hfi1: Ensure pq is not left on waitlist, Sasha Levin
- [PATCH AUTOSEL 5.4 05/32] net/mlx5e: kTLS, Fix wrong value in record tracker enum, Sasha Levin
- [PATCH AUTOSEL 5.4 23/32] IB/hfi1: Ensure pq is not left on waitlist, Sasha Levin
- [PATCH rdma-rc] RDMA/mlx5: Fix udata response upon SRQ creation,
Leon Romanovsky
- [PATCH rdma-next] RDMA/rxe: Set default vendor ID,
Leon Romanovsky
- [PATCH rdma-rc] RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ message,
Leon Romanovsky
- Re: WARNING in ib_umad_kill_port,
Leon Romanovsky
- [PATCH] RDMA/cm: Fix an error check in cm_alloc_id_priv(),
Dan Carpenter
- [PATCH for-rc] RDMA/cma: fix race between addr_handler and resolve_route,
Håkon Bugge
- [GIT PULL] Please pull NFS server updates for 5.7,
Chuck Lever
- [v2] net/mlx5: add the missing space character, Hu Haowen
- [PATCH v2] net/mlx5: add the missing space character,
Hu Haowen
- [PATCH net] net/mlx5e: limit log messages due to (ovs) probing to _once,
Marcelo Ricardo Leitner
- [PATCH for-next 0/4] Further improvements to bnxt_re driver,
Devesh Sharma
- [PATCH][next] i40iw: fix null pointer dereference on a null wqe pointer,
Colin King
- [PATCH] net/mlx5: improve some comments,
Hu Haowen
- updates needed to Documentation/librdmacm.md,
Rehm, Kevan Flint
[Index of Archives]
[Linux USB Development]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Info]