- 991c427 RDMA/hfi1: Fix typo in comments by Cai Huoqing · 3 years, 6 months ago
- bbafcbc RDMA/iwpm: Rely on the rdma_nl_[un]register() to ensure that requests are valid by Leon Romanovsky · 3 years, 6 months ago
- bdb0e4e RDMA/iwpm: Remove not-needed reference counting by Leon Romanovsky · 3 years, 6 months ago
- e677b72 RDMA/iwcm: Release resources if iw_cm module initialization fails by Leon Romanovsky · 3 years, 6 months ago
- a0293eb RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcount by Xiyu Yang · 3 years, 6 months ago
- 6200487 IB/hfi1: Adjust pkey entry in index 0 by Mike Marciniszyn · 3 years, 6 months ago
- e990104 IB/hfi1: Indicate DMA wait when txq is queued for wakeup by Mike Marciniszyn · 3 years, 6 months ago
- 07d0f31 Merge branch 'mlx5_dcs' into rdma.git for-next by Jason Gunthorpe · 3 years, 6 months ago
- 11656f5 RDMA/mlx5: Add DCS offload support by Lior Nahmanson · 3 years, 7 months ago
- 2013b4d RDMA/mlx5: Separate DCI QP creation logic by Lior Nahmanson · 3 years, 7 months ago
- 923232b RDMA/rxe: Fix types in rxe_icrc.c by Bob Pearson · 3 years, 7 months ago
- e4f5c82f RDMA/rxe: Add kernel-doc comments to rxe_icrc.c by Bob Pearson · 3 years, 7 months ago
- add2b3b RDMA/rxe: Move crc32 init code to rxe_icrc.c by Bob Pearson · 3 years, 7 months ago
- 6388751 RDMA/rxe: Fixup rxe_icrc_hdr by Bob Pearson · 3 years, 7 months ago
- b6c6cc4 RDMA/rxe: Move rxe_crc32 to a subroutine by Bob Pearson · 3 years, 7 months ago
- 1117f26 RDMA/rxe: Move ICRC generation to a subroutine by Bob Pearson · 3 years, 7 months ago
- 13050a0 RDMA/rxe: Fixup rxe_send and rxe_loopback by Bob Pearson · 3 years, 7 months ago
- 36fbb03 RDMA/rxe: Move rxe_xmit_packet to a subroutine by Bob Pearson · 3 years, 7 months ago
- fe87fb1 RDMA/rxe: Move ICRC checking to a subroutine by Bob Pearson · 3 years, 7 months ago
- 21bfee9 IB/core: Read subnet_prefix in ib_query_port via cache. by Anand Khoje · 3 years, 6 months ago
- 36721a6 IB/core: Shifting initialization of device->cache_lock by Anand Khoje · 3 years, 6 months ago
- 0bc0602a IB/core: Updating cache for subnet_prefix in config_non_roce_gid_cache() by Anand Khoje · 3 years, 6 months ago
- 8c1b4316c RDMA/efa: Split hardware stats to device and port stats by Gal Pressman · 3 years, 6 months ago
- cdbdb77 RDMA/rxe: Remove the repeated 'mr->umem = umem' by Xiao Yang · 3 years, 7 months ago
- 9d649d5 RDMA/siw: Convert siw_tx_hdt() to kmap_local_page() by Ira Weiny · 3 years, 7 months ago
- 1ec50dd RDMA/siw: Remove kmap() by Ira Weiny · 3 years, 7 months ago
- cfcdbd9 RDMA/rtrs: Move sq_wr_avail to rtrs_con by Jack Wang · 3 years, 6 months ago
- 99fac8b RDMA/rtrs: Remove unused flags parameter by Jack Wang · 3 years, 6 months ago
- 6ea9b77 RDMA/rtrs: Make rtrs_post_rdma_write_imm_empty static by Jack Wang · 3 years, 6 months ago
- e2d9850 RDMA/rtrs: Enable the same selective signal for heartbeat and IO by Jack Wang · 3 years, 6 months ago
- a10431e RDMA/rtrs: move wr_cnt from rtrs_srv_con to rtrs_con by Jack Wang · 3 years, 6 months ago
- 350ec9b RDMA/rtrs: Add error messages for failed operations. by Jack Wang · 3 years, 6 months ago
- 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 7 months ago
- bd31b9e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 7 months ago
- e04360a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 7 months ago
- e058a84 Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 7 months ago
- 78c14b3 treewide: Add missing semicolons to __assign_str uses by Joe Perches · 3 years, 7 months ago
- 3d82875 RDMA/core: Always release restrack object by Leon Romanovsky · 3 years, 7 months ago
- 4a754d7 RDMA/mlx5: Don't access NULL-cleared mpi pointer by Leon Romanovsky · 3 years, 7 months ago
- 1f70075 RDMA/irdma: Fix potential overflow expression in irdma_prm_get_pbles by Shiraz Saleem · 3 years, 7 months ago
- 4630896 RDMA/irdma: Check contents of user-space irdma_mem_reg_req object by Shiraz Saleem · 3 years, 7 months ago
- 36941df RDMA/rxe: Missing unlock on error in get_srq_wqe() by Dan Carpenter · 3 years, 7 months ago
- 74f160e RDMA/cma: Fix rdma_resolve_route() memory leak by Gerd Rausch · 3 years, 7 months ago
- efcbea3 RDMA/core/sa_query: Remove unused argument by Håkon Bugge · 3 years, 7 months ago
- e84045e RDMA/cma: Fix incorrect Packet Lifetime calculation by Håkon Bugge · 3 years, 7 months ago
- ca0c448 RDMA/cma: Protect RMW with qp_mutex by Håkon Bugge · 3 years, 7 months ago
- dc70f7c RDMA/cma: Remove unnecessary INIT->INIT transition by Håkon Bugge · 3 years, 7 months ago
- 7ae61c5 RDMA/hns: Add window selection field of congestion control by Yixing Liu · 3 years, 7 months ago
- 36f5625 RDMA/hfi1: Remove use of kmap() by Ira Weiny · 3 years, 7 months ago
- 7364e74 RDMA/irdma: Remove use of kmap() by Ira Weiny · 3 years, 7 months ago
- 6becfe9 RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1 by Colin Ian King · 3 years, 7 months ago
- 109d19a IB/isert: Align target max I/O size to initiator size by Max Gurtovoy · 3 years, 8 months ago
- e7c07d5 RDMA/hns: Fix incorrect vlan enable bit in QPC by Weihang Li · 3 years, 7 months ago
- f45fbbb Backmerge tag 'v5.13-rc7' into drm-next by Dave Airlie · 3 years, 7 months ago
- feda49a RDMA/irdma: Use the queried port attributes by Kamal Heib · 3 years, 7 months ago
- 2d3b2e4 RDMA/rxe: Fix redundant skb_put_zero by Bob Pearson · 3 years, 7 months ago
- 3896bde RDMA/rxe: Fix extra copy in prepare_ack_packet by Bob Pearson · 3 years, 7 months ago
- ec0fa24 RDMA/rxe: Fix over copying in get_srq_wqe by Bob Pearson · 3 years, 7 months ago
- 1993cbe RDMA/rxe: Fix extra copies in build_rdma_network_hdr by Bob Pearson · 3 years, 7 months ago
- 230bb83 RDMA/rxe: Fix redundant call to ip_send_check by Bob Pearson · 3 years, 7 months ago
- fceb24a RDMA/rxe: Fix useless copy in send_atomic_ack by Bob Pearson · 3 years, 7 months ago
- d5d182e RDMA/hns: Add vendor_err info to error WC by Lang Cheng · 3 years, 7 months ago
- c4eb44f RDMA/irdma: Check return value from ib_umem_find_best_pgsz by Shiraz Saleem · 3 years, 7 months ago
- f176199 RDMA/hns: Fix spelling mistakes of original by Lang Cheng · 3 years, 7 months ago
- cf7d00b RDMA/hns: Simplify the judgment in hns_roce_v2_post_send() by Yixing Liu · 3 years, 7 months ago
- c462a02 RDMA/hns: Encapsulate flushing CQE as a function by Wenpeng Liang · 3 years, 7 months ago
- a33958c RDMA/hns: Modify function return value type by Yangyang Li · 3 years, 7 months ago
- c2614b9 RDMA/hns: Clean definitions of EQC structure by Xi Wang · 3 years, 7 months ago
- 58bc7aca RDMA/hns: Delete unnecessary branch of hns_roce_v2_query_qp by Yangyang Li · 3 years, 7 months ago
- cc925ece RDMA/hns: Add member assignments for qp_init_attr by Yangyang Li · 3 years, 7 months ago
- 125073e RDMA/hns: Fix some print issues by Yixing Liu · 3 years, 7 months ago
- 2a38c0f RDMA/hns: Fix uninitialized variable by Yixing Liu · 3 years, 7 months ago
- e130265 RDMA/hns: Force rewrite inline flag of WQE by Lang Cheng · 3 years, 7 months ago
- 2833c97 Merge branch 'mlx5_realtime_ts' into rdma.git for-next by Jason Gunthorpe · 3 years, 7 months ago
- fdcebbc Merge tag 'v5.13-rc7' into rdma.git for-next by Jason Gunthorpe · 3 years, 7 months ago
- 3365295 RDMA/mlx5: Support real-time timestamp directly from the device by Aharon Landau · 3 years, 7 months ago
- 9a1ac95 RDMA/mlx5: Refactor get_ts_format functions to simplify code by Aharon Landau · 3 years, 7 months ago
- 20ec0a6d RDMA/rxe: Don't overwrite errno from ib_umem_get() by Xiao Yang · 3 years, 7 months ago
- 4bf5cc6 IB/mlx4: Avoid field-overflowing memcpy() by Kees Cook · 3 years, 7 months ago
- 7404bdd rnbd/rtrs-clt: Query and use max_segments from rtrs-clt. by Jack Wang · 3 years, 7 months ago
- 6fc4559 RDMA/rtrs-clt: Raise MAX_SEGMENTS by Jack Wang · 3 years, 7 months ago
- df1885a RDMA/rtrs_clt: Alloc less memory with write path fast memory registration by Jack Wang · 3 years, 7 months ago
- 2ece9ec RDMA/rtrs-clt: Write path fast memory registration by Jack Wang · 3 years, 7 months ago
- 630e438 RDMA/rtrs: Introduce head/tail wr by Jack Wang · 3 years, 7 months ago
- 8797405 RDMA/bnxt_re: Update ABI to pass wqe-mode to user space by Devesh Sharma · 3 years, 7 months ago
- c5f8f2c IB/core: Removed port validity check from ib_get_cached_subnet_prefix by Anand Khoje · 3 years, 7 months ago
- bf19499 RDMA: Fix kernel-doc warnings about wrong comment by Leon Romanovsky · 3 years, 7 months ago
- da43b7b RDMA/hns: Use IDA interface to manage xrcd index by Yangyang Li · 3 years, 7 months ago
- 645f059 RDMA/hns: Use IDA interface to manage pd index by Yangyang Li · 3 years, 7 months ago
- d38936f RDMA/hns: Use IDA interface to manage mtpt index by Yangyang Li · 3 years, 7 months ago
- 38e375b RDMA/hns: Remove unused RR mechanism by Yangyang Li · 3 years, 7 months ago
- 1bc530c RDMA/hns: Remove the unused hns_roce_bitmap_free_range function by Yangyang Li · 3 years, 7 months ago
- 24977ed RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range function by Yangyang Li · 3 years, 7 months ago
- 3cea7b4a RDMA/core: Fix incorrect print format specifier by Wenpeng Liang · 3 years, 7 months ago
- 57dba89 RDMA/hns: Clean SRQC structure definition by Xi Wang · 3 years, 7 months ago
- 2b035e7 RDMA/hns: Use new interface to write DB related fields by Yixing Liu · 3 years, 7 months ago
- fd9e367 RDMA/hns: Use new interface to write FRMR fields by Yixing Liu · 3 years, 7 months ago
- f778bf1 RDMA/hns: Use new interface to get CQE fields by Lang Cheng · 3 years, 7 months ago
- f0cb411 RDMA/hns: Use new interface to modify QP context by Lang Cheng · 3 years, 7 months ago
- f6fcd28 RDMA/hns: Use new interface to write CQ context. by Yixing Liu · 3 years, 7 months ago