- 02827b6 RDMA/rxe: Cleanup rxe_pool_entry by Bob Pearson · 3 years, 2 months ago
- 647bf13 RDMA/rxe: Create duplicate mapping tables for FMRs by Bob Pearson · 3 years, 4 months ago
- 0013453 RDMA/rxe: Separate HW and SW l/rkeys by Bob Pearson · 3 years, 4 months ago
- add2b3b RDMA/rxe: Move crc32 init code to rxe_icrc.c by Bob Pearson · 3 years, 6 months ago
- 6388751 RDMA/rxe: Fixup rxe_icrc_hdr by Bob Pearson · 3 years, 6 months ago
- 1117f26 RDMA/rxe: Move ICRC generation to a subroutine by Bob Pearson · 3 years, 6 months ago
- 13050a0 RDMA/rxe: Fixup rxe_send and rxe_loopback by Bob Pearson · 3 years, 6 months ago
- 36fbb03 RDMA/rxe: Move rxe_xmit_packet to a subroutine by Bob Pearson · 3 years, 6 months ago
- fe87fb1 RDMA/rxe: Move ICRC checking to a subroutine by Bob Pearson · 3 years, 6 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
- beec023 RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs by Bob Pearson · 3 years, 7 months ago
- cd5b010 RDMA/rxe: Remove unused parameter udata by Lang Cheng · 3 years, 8 months ago
- b1f27f6 RDMA/rxe: Remove rxe_dma_device declaration by Kamal Heib · 3 years, 10 months ago
- 364e282 RDMA/rxe: Split MEM into MR and MW by Bob Pearson · 3 years, 10 months ago
- 63fa15d RDMA/rxe: Add SPDX hdrs to rxe source files by Bob Pearson · 4 years, 5 months ago
- 420bd9e RDMA/rxe: Remove rxe_link_layer() by Kamal Heib · 4 years, 6 months ago
- 293d844 RDMA/rxe: Return void from rxe_mem_init_dma() by Kamal Heib · 4 years, 6 months ago
- f6b4c11 RDMA/rxe: Remove unused rxe_mem_map_pages by Kamal Heib · 4 years, 7 months ago
- ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
- c367074 RDMA/rxe: Use driver_unregister and new unregistration API by Jason Gunthorpe · 6 years ago
- fa40718 RDMA/rxe: Move rxe_init_av() to rxe_av.c by Kamal Heib · 6 years ago
- 9802c33 IB/rxe: Remove unnecessary rxe variable by Zhu Yanjun · 6 years ago
- e00b64f RDMA: Cleanup undesired pd->uobject usage by Shamir Rabinovitch · 6 years ago
- a854b1e IB/rxe: move the variable into the function that uses it by Zhu Yanjun · 6 years ago
- 0797e6f IB/rxe: Remove unnecessary enum values by Nathan Chancellor · 6 years ago
- 3db2bce IB/rxe: Simplify rxe_find_route() to avoid GID query for netdev by Parav Pandit · 6 years ago
- 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 7 years ago
- e12ee8c IB/rxe: remove unused function variable by Zhu Yanjun · 7 years ago
- 10c47d5 IB/rxe: Change rxe_rcv to return void by Yuval Shaia · 7 years ago
- 0c43ab3 RDMA/rxe: Use structs to describe the uABI instead of opencoding by Jason Gunthorpe · 7 years ago
- b92ec0f RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attr by Jason Gunthorpe · 7 years ago
- 31f1bd1 IB/rxe: remove unnecessary rxe in rxe_send by Zhu Yanjun · 7 years ago
- 316663c IB/rxe: remove redudant parameter in rxe_av_fill_ip_info by Zhu Yanjun · 7 years ago
- 45a290f IB/rxe: change the function rxe_av_fill_ip_info to void by Zhu Yanjun · 7 years ago
- a402dc4 IB/rxe: change the function to void from int by Zhu Yanjun · 7 years ago
- 9c96f3d IB/rxe: remove unnecessary parameter in rxe_av_to_attr by Zhu Yanjun · 7 years ago
- ca3d9fe IB/rxe: change the function to void from int by Zhu Yanjun · 7 years ago
- 1a241db IB/rxe: remove redudant parameter in function by Zhu Yanjun · 7 years ago
- 65567e4 RDMA/rxe: Fix a race condition in rxe_requester() by Bart Van Assche · 7 years ago
- 3bfbea7 IB/rxe: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- cffec53 IB/rxe: Remove dangling prototype by Andrew Boyer · 7 years ago
- bfc3ae0 IB/rxe: Disable completion upcalls when a CQ is destroyed by Andrew Boyer · 7 years ago
- c498e82 IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned' by Kamal Heib · 8 years ago
- 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
- 4d6f285 {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 function by Yuval Shaia · 8 years ago
- 0b1e5b9 IB/rxe: Add port protocol stats by Yonatan Cohen · 8 years ago
- 0bbb3b7 IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it by Bart Van Assche · 8 years ago
- 839f5ac IB/rxe: Remove a pointless indirection layer by Bart Van Assche · 8 years ago
- 18d3451 IB/rxe: Generate a completion for all failed work requests by Bart Van Assche · 8 years ago
- 32404fb IB/rxe: Let the compiler check the type of the cleanup functions by Bart Van Assche · 8 years ago
- d38eb80 IB/rxe: Unblock loopback by moving skb_out increment by Andrew Boyer · 8 years ago
- b6bbee0 IB/rxe: Properly honor max IRD value for rd/atomic. by Parav Pandit · 8 years ago
- 8700e3e Soft RoCE driver by Moni Shoua · 9 years ago