Age | Commit message (Expand) | Author | Files | Lines |
2021-09-14 | RDMA/rxe: remove the redundant variable | Zhu Yanjun | 1 | -4/+1 |
2021-09-14 | RDMA/rxe: Fix wrong port_cap_flags | Junji Wei | 1 | -1/+1 |
2021-09-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 46 | -1596/+391 |
2021-08-30 | Merge branch 'sg_nents' into rdma.git for-next | Jason Gunthorpe | 4 | -13/+21 |
2021-08-25 | IB/rdmavt: Convert to SPDX identifier | Cai Huoqing | 29 | -1277/+59 |
2021-08-25 | RDMA: Use the sg_table directly and remove the opencoded version from umem | Maor Gottlieb | 2 | -2/+2 |
2021-08-20 | RDMA/rxe: Zero out index member of struct rxe_queue | Xiao Yang | 1 | -1/+1 |
2021-08-20 | RDMA/rxe: Fix memory allocation while in a spin lock | Bob Pearson | 1 | -1/+1 |
2021-08-03 | RDMA: Globally allocate and release QP memory | Leon Romanovsky | 10 | -125/+94 |
2021-08-03 | RDMA/rdmavt: Decouple QP and SGE lists allocations | Leon Romanovsky | 1 | -5/+8 |
2021-08-02 | RDMA/rxe: Restore setting tot_len in the IPv4 header | Bob Pearson | 1 | -0/+1 |
2021-08-02 | RDMA/rxe: Use the correct size of wqe when processing SRQ | Bob Pearson | 1 | -1/+1 |
2021-07-16 | RDMA/rxe: Fix types in rxe_icrc.c | Bob Pearson | 1 | -14/+14 |
2021-07-16 | RDMA/rxe: Add kernel-doc comments to rxe_icrc.c | Bob Pearson | 1 | -3/+29 |
2021-07-16 | RDMA/rxe: Move crc32 init code to rxe_icrc.c | Bob Pearson | 4 | -9/+22 |
2021-07-16 | RDMA/rxe: Fixup rxe_icrc_hdr | Bob Pearson | 2 | -4/+3 |
2021-07-16 | RDMA/rxe: Move rxe_crc32 to a subroutine | Bob Pearson | 2 | -21/+21 |
2021-07-16 | RDMA/rxe: Move ICRC generation to a subroutine | Bob Pearson | 7 | -64/+37 |
2021-07-16 | RDMA/rxe: Fixup rxe_send and rxe_loopback | Bob Pearson | 2 | -16/+14 |
2021-07-16 | RDMA/rxe: Move rxe_xmit_packet to a subroutine | Bob Pearson | 2 | -43/+45 |
2021-07-16 | RDMA/rxe: Move ICRC checking to a subroutine | Bob Pearson | 3 | -21/+42 |
2021-07-15 | RDMA/rxe: Fix memory leak in error path code | Bob Pearson | 1 | -10/+17 |
2021-07-15 | RDMA/rxe: Remove the repeated 'mr->umem = umem' | Xiao Yang | 1 | -1/+0 |
2021-07-15 | RDMA/siw: Convert siw_tx_hdt() to kmap_local_page() | Ira Weiny | 1 | -11/+19 |
2021-07-15 | RDMA/siw: Remove kmap() | Ira Weiny | 1 | -6/+8 |
2021-07-03 | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 5 | -8/+8 |
2021-06-30 | treewide: Add missing semicolons to __assign_str uses | Joe Perches | 5 | -8/+8 |
2021-06-25 | RDMA/rxe: Missing unlock on error in get_srq_wqe() | Dan Carpenter | 1 | -0/+1 |
2021-06-22 | RDMA/rxe: Fix redundant skb_put_zero | Bob Pearson | 1 | -1/+1 |
2021-06-22 | RDMA/rxe: Fix extra copy in prepare_ack_packet | Bob Pearson | 1 | -10/+3 |
2021-06-22 | RDMA/rxe: Fix over copying in get_srq_wqe | Bob Pearson | 1 | -2/+8 |
2021-06-22 | RDMA/rxe: Fix extra copies in build_rdma_network_hdr | Bob Pearson | 1 | -17/+12 |
2021-06-22 | RDMA/rxe: Fix redundant call to ip_send_check | Bob Pearson | 1 | -2/+0 |
2021-06-22 | RDMA/rxe: Fix useless copy in send_atomic_ack | Bob Pearson | 1 | -4/+0 |
2021-06-22 | Merge tag 'v5.13-rc7' into rdma.git for-next | Jason Gunthorpe | 3 | -13/+21 |
2021-06-22 | RDMA/rxe: Don't overwrite errno from ib_umem_get() | Xiao Yang | 1 | -1/+1 |
2021-06-22 | RDMA: Fix kernel-doc warnings about wrong comment | Leon Romanovsky | 3 | -5/+6 |
2021-06-17 | RDMA: Remove rdma_set_device_sysfs_group() | Jason Gunthorpe | 1 | -1/+1 |
2021-06-17 | RDMA: Change ops->init_port to ops->port_groups | Jason Gunthorpe | 1 | -1/+1 |
2021-06-17 | RDMA: Split the alloc_hw_stats() ops to port and device variants | Jason Gunthorpe | 3 | -8/+5 |
2021-06-17 | RDMA/rxe: Disallow MR dereg and invalidate when bound | Bob Pearson | 3 | -11/+26 |
2021-06-17 | RDMA/rxe: Implement memory access through MWs | Bob Pearson | 4 | -15/+75 |
2021-06-17 | RDMA/rxe: Implement invalidate MW operations | Bob Pearson | 7 | -93/+199 |
2021-06-17 | RDMA/rxe: Add support for bind MW work requests | Bob Pearson | 6 | -5/+229 |
2021-06-17 | RDMA/rxe: Move local ops to subroutine | Bob Pearson | 1 | -40/+63 |
2021-06-17 | RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK | Bob Pearson | 4 | -6/+5 |
2021-06-17 | RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs | Bob Pearson | 7 | -11/+74 |
2021-06-17 | RDMA/rxe: Enable MW object pool | Bob Pearson | 3 | -8/+13 |
2021-06-17 | RDMA/rxe: Return errors for add index and key | Bob Pearson | 2 | -20/+32 |
2021-06-17 | RDMA/rxe: Fix qp reference counting for atomic ops | Bob Pearson | 2 | -3/+0 |