- d7407d1 RDMA: Change ops->init_port to ops->port_groups by Jason Gunthorpe · 3 years, 7 months ago
- 8f1708f RDMA/hfi1: Use attributes for the port sysfs by Jason Gunthorpe · 3 years, 7 months ago
- 4a7aaf8 RDMA/qib: Use attributes for the port sysfs by Jason Gunthorpe · 3 years, 7 months ago
- 526a12c RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's by Jason Gunthorpe · 3 years, 7 months ago
- 054239f RDMA/core: Expose the ib port sysfs attribute machinery by Jason Gunthorpe · 3 years, 7 months ago
- d89eb50 RDMA/core: Remove the kobject_uevent() NOP by Jason Gunthorpe · 3 years, 7 months ago
- b7066b3 RDMA/core: Create the device hw_counters through the normal groups mechanism by Jason Gunthorpe · 3 years, 7 months ago
- 2ca1cca RDMA/core: Simplify how the port sysfs is created by Jason Gunthorpe · 3 years, 7 months ago
- a467638 RDMA/core: Simplify how the gid_attrs sysfs is created by Jason Gunthorpe · 3 years, 7 months ago
- a32f433 RDMA/core: Split gid_attrs related sysfs from add_port() by Jason Gunthorpe · 3 years, 7 months ago
- 467f432 RDMA/core: Split port and device counter sysfs attributes by Jason Gunthorpe · 3 years, 7 months ago
- d8a5883 RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer by Jason Gunthorpe · 3 years, 7 months ago
- 4b5f4d3 RDMA: Split the alloc_hw_stats() ops to port and device variants by Jason Gunthorpe · 3 years, 7 months ago
- 570d2b9 RDMA/rxe: Disallow MR dereg and invalidate when bound by Bob Pearson · 3 years, 7 months ago
- cdd0b85 RDMA/rxe: Implement memory access through MWs by Bob Pearson · 3 years, 7 months ago
- 3902b42 RDMA/rxe: Implement invalidate MW operations by Bob Pearson · 3 years, 7 months ago
- 32a577b RDMA/rxe: Add support for bind MW work requests by Bob Pearson · 3 years, 7 months ago
- c1a4112 RDMA/rxe: Move local ops to subroutine by Bob Pearson · 3 years, 7 months ago
- 886441f RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK by Bob Pearson · 3 years, 7 months ago
- beec023 RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs by Bob Pearson · 3 years, 7 months ago
- af732ad RDMA/rxe: Enable MW object pool by Bob Pearson · 3 years, 7 months ago
- 0822401 RDMA/rxe: Return errors for add index and key by Bob Pearson · 3 years, 7 months ago
- 15ae137 RDMA/rxe: Fix qp reference counting for atomic ops by Bob Pearson · 3 years, 7 months ago
- 61b460d RDMA/hns: Support getting max QP number from firmware by Xi Wang · 3 years, 7 months ago
- 7ce6095e RDMA/mlx5: Don't add slave port to unaffiliated list by Leon Romanovsky · 3 years, 7 months ago
- 2db7b2e RDMA/irdma: Store PBL info address a pointer type by Shiraz Saleem · 3 years, 7 months ago
- bf0480a IB/cm: Remove dgid from the cm_id_priv av by Jason Gunthorpe · 3 years, 7 months ago
- 6246f1c RDMA/irdma: Use list_last_entry/list_first_entry by Shiraz Saleem · 3 years, 7 months ago
- ac477ef RDMA/irdma: Use list_move instead of list_del/list_add by Baokun Li · 3 years, 7 months ago
- ec9bf37 RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_device by Weihang Li · 3 years, 7 months ago
- a5e27fb RDMA/ipoib: Use refcount_t instead of atomic_t for reference counting by Weihang Li · 3 years, 7 months ago
- 7183451 RDMA/cxgb4: Use refcount_t instead of atomic_t for reference counting by Weihang Li · 3 years, 7 months ago
- 8f9513d RDMA/hns: Use refcount_t instead of atomic_t for QP reference counting by Weihang Li · 3 years, 7 months ago
- 33649cd RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference counting by Weihang Li · 3 years, 7 months ago
- cc9e5a8 RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting by Weihang Li · 3 years, 7 months ago
- 58d33b4 RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_port by Weihang Li · 3 years, 7 months ago
- cd74db6 RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_member by Weihang Li · 3 years, 7 months ago
- 6448508 RDMA/core: Remove refcount from struct ib_mad_snoop_private by Jason Gunthorpe · 3 years, 7 months ago
- fcc57a7 RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_data by Weihang Li · 3 years, 7 months ago
- 60dff56 RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private by Weihang Li · 3 years, 7 months ago
- 61c7d82 RDMA/irdma: Fix return error sign from irdma_modify_qp by Kamal Heib · 3 years, 7 months ago
- 205be5d RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate" by Colin Ian King · 3 years, 7 months ago
- cd16b32 RDMA/irdma: remove redundant initialization of variable val by Colin Ian King · 3 years, 7 months ago
- 1b01a42 RDMA/irdma: remove extraneous indentation on a statement by Colin Ian King · 3 years, 7 months ago
- 7fde2db RDMA/irdma: Fix issues with u8 left shift operation by Colin Ian King · 3 years, 7 months ago
- aeb27bb RDMA/cxgb4: Fix missing error code in create_qp() by Jiapeng Chong · 3 years, 7 months ago
- 35f5ace RDMA/bnxt_re: Enable global atomic ops if platform supports by Devesh Sharma · 3 years, 7 months ago
- 32a25f2 RDMA/rxe: Fix failure during driver load by Kamal Heib · 3 years, 7 months ago
- 5bcf5a5 RDMA/rxe: Protext kernel index from user space by Bob Pearson · 3 years, 7 months ago
- 0a67c46d2 RDMA/rxe: Protect user space index loads/stores by Bob Pearson · 3 years, 7 months ago
- 59daff4 RDMA/rxe: Add a type flag to rxe_queue structs by Bob Pearson · 3 years, 7 months ago
- 50971e3 Merge branch 'irdma' into rdma.git for-next by Jason Gunthorpe · 3 years, 7 months ago
- fa0cf56 RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw by Shiraz Saleem · 3 years, 7 months ago
- ddae5d6 RDMA/irdma: Add dynamic tracing for CM by Michael J. Ruhl · 3 years, 7 months ago
- 915cc7a RDMA/irdma: Add miscellaneous utility definitions by Mustafa Ismail · 3 years, 7 months ago
- 551c46e RDMA/irdma: Add user/kernel shared libraries by Mustafa Ismail · 3 years, 7 months ago
- dd90451 RDMA/irdma: Add RoCEv2 UD OP support by Mustafa Ismail · 3 years, 7 months ago
- b48c24c RDMA/irdma: Implement device supported verb APIs by Mustafa Ismail · 3 years, 7 months ago
- e8c4dbc RDMA/irdma: Add PBLE resource manager by Mustafa Ismail · 3 years, 7 months ago
- 146b975 RDMA/irdma: Add connection manager by Mustafa Ismail · 3 years, 7 months ago
- 3ae331c RDMA/irdma: Add QoS definitions by Mustafa Ismail · 3 years, 7 months ago
- a3a06db5 RDMA/irdma: Add privileged UDA queue implementation by Mustafa Ismail · 3 years, 7 months ago
- d1850c0 RDMA/irdma: Add HMC backing store setup functions by Mustafa Ismail · 3 years, 7 months ago
- 3f49d68 RDMA/irdma: Implement HW Admin Queue OPs by Mustafa Ismail · 3 years, 7 months ago
- 44d9e52 RDMA/irdma: Implement device initialization definitions by Mustafa Ismail · 3 years, 7 months ago
- 8498a30 RDMA/irdma: Register auxiliary driver and implement private channel OPs by Mustafa Ismail · 3 years, 7 months ago
- 76039ac IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lock by Mark Zhang · 3 years, 7 months ago
- 7345201 IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path by Mark Zhang · 3 years, 7 months ago
- 70076a4 IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls by Mark Zhang · 3 years, 7 months ago
- 3595c39 Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered" by Mark Zhang · 3 years, 7 months ago
- efafae6 IB/cm: Tidy remaining cm_msg free paths by Jason Gunthorpe · 3 years, 7 months ago
- c1cf6d9 IB/cm: Call the correct message free functions in cm_send_handler() by Jason Gunthorpe · 3 years, 7 months ago
- 4b4e586 IB/cm: Split cm_alloc_msg() by Jason Gunthorpe · 3 years, 7 months ago
- 96376a4 IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg() by Jason Gunthorpe · 3 years, 7 months ago
- f974428 RDMA/core: Sanitize WQ state received from the userspace by Leon Romanovsky · 3 years, 8 months ago
- 0e85584 RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare by Jack Wang · 3 years, 7 months ago
- f4370a8 i40e: Register auxiliary devices to provide RDMA by Shiraz Saleem · 3 years, 8 months ago
- f9f5301 ice: Register auxiliary device to provide RDMA by Dave Ertman · 3 years, 8 months ago
- 348048e ice: Implement iidc operations by Dave Ertman · 3 years, 8 months ago
- d25a0fc ice: Initialize RDMA support by Dave Ertman · 3 years, 8 months ago
- 7ecd7e2 RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats by Gioh Kim · 3 years, 7 months ago
- 5b73b79 RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection by Md Haris Iqbal · 3 years, 7 months ago
- 6bb97a2 RDMA/rtrs-srv: Fix memory leak when having multiple sessions by Jack Wang · 3 years, 7 months ago
- 2371c40 RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object by Gioh Kim · 3 years, 7 months ago
- 07c1402 RDMA/rtrs-srv: Duplicated session name is not allowed by Gioh Kim · 3 years, 7 months ago
- 64bce1e RDMA/rtrs: Do not reset hb_missed_max after re-connection by Gioh Kim · 3 years, 7 months ago
- 78df092 RDMA/rtrs-srv: convert scnprintf to sysfs_emit by Jack Wang · 3 years, 7 months ago
- 0cdfb3b RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight by Md Haris Iqbal · 3 years, 7 months ago
- 41db63a RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats by Md Haris Iqbal · 3 years, 7 months ago
- 7a2e088 RDMA/rtrs-clt: Remove redundant 'break' by Guoqing Jiang · 3 years, 7 months ago
- 0aedfb6 RDMA/rtrs-srv: Kill __rtrs_srv_change_state by Guoqing Jiang · 3 years, 7 months ago
- b0c633c RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs by Guoqing Jiang · 3 years, 7 months ago
- 5e82ac7 RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb by Guoqing Jiang · 3 years, 7 months ago
- 2d612f0 RDMA/rtrs: Use strscpy instead of strlcpy by Dima Stepanov · 3 years, 7 months ago
- 3f3d0ea RDMA/rtrs: Define MIN_CHUNK_SIZE by Gioh Kim · 3 years, 7 months ago
- 3a98ea7 RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH by Gioh Kim · 3 years, 7 months ago
- 485f2fb RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state by Guoqing Jiang · 3 years, 7 months ago
- 6564b11 RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection by Md Haris Iqbal · 3 years, 7 months ago
- 21c6f56 RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info by Gioh Kim · 3 years, 7 months ago
- cfbeb0b RDMA/rtrs-srv: Kill reject_w_econnreset label by Guoqing Jiang · 3 years, 7 months ago