| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v5.15' into rdma.git for-next | Jason Gunthorpe | 2021-11-01 | 1 | -1/+1 |
|\ |
|
| * | RDMA/rdmavt: Fix error code in rvt_create_qp() | Dan Carpenter | 2021-10-13 | 1 | -1/+1 |
* | | RDMA/rxe: Make rxe_type_info static const | Joe Perches | 2021-10-28 | 2 | -24/+18 |
* | | RDMA/rxe: Use 'bitmap_zalloc()' when applicable | Christophe JAILLET | 2021-10-28 | 1 | -6/+2 |
* | | RDMA/rxe: Save a few bytes from struct rxe_pool | Christophe JAILLET | 2021-10-28 | 2 | -2/+0 |
* | | RDMA/rxe: Convert kernel UD post send to use ah_num | Bob Pearson | 2021-10-12 | 1 | -6/+3 |
* | | RDMA/rxe: Lookup kernel AH from ah index in UD WQEs | Bob Pearson | 2021-10-12 | 2 | -4/+24 |
* | | RDMA/rxe: Replace ah->pd by ah->ibah.pd | Bob Pearson | 2021-10-12 | 1 | -1/+5 |
* | | RDMA/rxe: Create AH index and return to user space | Bob Pearson | 2021-10-12 | 2 | -1/+32 |
* | | RDMA/rxe: Change AH objects to indexed | Bob Pearson | 2021-10-12 | 2 | -2/+6 |
* | | RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wr | Bob Pearson | 2021-10-12 | 2 | -2/+3 |
* | | RDMA: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 2021-10-12 | 1 | -3/+1 |
* | | RDMA/counter: Add a descriptor in struct rdma_hw_stats | Aharon Landau | 2021-10-12 | 1 | -21/+21 |
* | | RDMA/rxe: Remove duplicate settings | Xiao Yang | 2021-10-07 | 1 | -4/+0 |
* | | RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESS | Xiao Yang | 2021-10-07 | 1 | -20/+25 |
* | | RDMA/rxe: Change the is_user member of struct rxe_cq to bool | Xiao Yang | 2021-10-07 | 2 | -3/+2 |
* | | RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq | Xiao Yang | 2021-10-07 | 4 | -9/+0 |
* | | RDMA/rxe: Bump up default maximum values used via uverbs | Rao Shoaib | 2021-10-04 | 1 | -14/+16 |
* | | RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASK | Xiao Yang | 2021-09-28 | 1 | -1/+0 |
* | | RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SEND | Xiao Yang | 2021-09-28 | 3 | -6/+6 |
* | | RDMA/rxe: Add new RXE_READ_OR_WRITE_MASK | Xiao Yang | 2021-09-28 | 2 | -2/+3 |
* | | RDMA/rxe: Only allow invalidate for appropriate MRs | Bob Pearson | 2021-09-24 | 1 | -0/+6 |
* | | RDMA/rxe: Create duplicate mapping tables for FMRs | Bob Pearson | 2021-09-24 | 5 | -102/+161 |
* | | RDMA/rxe: Separate HW and SW l/rkeys | Bob Pearson | 2021-09-24 | 5 | -51/+81 |
* | | RDMA/rxe: Cleanup MR status and type enums | Bob Pearson | 2021-09-24 | 2 | -16/+13 |
* | | RDMA/rxe: Add memory barriers to kernel queues | Bob Pearson | 2021-09-24 | 9 | -314/+189 |
* | | RDMA/rxe: remove the unnecessary variable | Zhu Yanjun | 2021-09-14 | 2 | -3/+0 |
* | | RDMA/rxe: remove the redundant variable | Zhu Yanjun | 2021-09-14 | 1 | -4/+1 |
* | | RDMA/rxe: Fix wrong port_cap_flags | Junji Wei | 2021-09-14 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2021-09-02 | 46 | -1596/+391 |
|\ |
|
| * | Merge branch 'sg_nents' into rdma.git for-next | Jason Gunthorpe | 2021-08-30 | 4 | -13/+21 |
| |\ |
|
| | * | RDMA: Use the sg_table directly and remove the opencoded version from umem | Maor Gottlieb | 2021-08-25 | 2 | -2/+2 |
| * | | IB/rdmavt: Convert to SPDX identifier | Cai Huoqing | 2021-08-25 | 29 | -1277/+59 |
| * | | RDMA: Globally allocate and release QP memory | Leon Romanovsky | 2021-08-03 | 10 | -125/+94 |
| * | | RDMA/rdmavt: Decouple QP and SGE lists allocations | Leon Romanovsky | 2021-08-03 | 1 | -5/+8 |
| * | | RDMA/rxe: Fix types in rxe_icrc.c | Bob Pearson | 2021-07-16 | 1 | -14/+14 |
| * | | RDMA/rxe: Add kernel-doc comments to rxe_icrc.c | Bob Pearson | 2021-07-16 | 1 | -3/+29 |
| * | | RDMA/rxe: Move crc32 init code to rxe_icrc.c | Bob Pearson | 2021-07-16 | 4 | -9/+22 |
| * | | RDMA/rxe: Fixup rxe_icrc_hdr | Bob Pearson | 2021-07-16 | 2 | -4/+3 |
| * | | RDMA/rxe: Move rxe_crc32 to a subroutine | Bob Pearson | 2021-07-16 | 2 | -21/+21 |
| * | | RDMA/rxe: Move ICRC generation to a subroutine | Bob Pearson | 2021-07-16 | 7 | -64/+37 |
| * | | RDMA/rxe: Fixup rxe_send and rxe_loopback | Bob Pearson | 2021-07-16 | 2 | -16/+14 |
| * | | RDMA/rxe: Move rxe_xmit_packet to a subroutine | Bob Pearson | 2021-07-16 | 2 | -43/+45 |
| * | | RDMA/rxe: Move ICRC checking to a subroutine | Bob Pearson | 2021-07-16 | 3 | -21/+42 |
| * | | RDMA/rxe: Remove the repeated 'mr->umem = umem' | Xiao Yang | 2021-07-15 | 1 | -1/+0 |
| * | | RDMA/siw: Convert siw_tx_hdt() to kmap_local_page() | Ira Weiny | 2021-07-15 | 1 | -11/+19 |
| * | | RDMA/siw: Remove kmap() | Ira Weiny | 2021-07-15 | 1 | -6/+8 |
* | | | RDMA/rxe: Zero out index member of struct rxe_queue | Xiao Yang | 2021-08-20 | 1 | -1/+1 |
* | | | RDMA/rxe: Fix memory allocation while in a spin lock | Bob Pearson | 2021-08-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | RDMA/rxe: Restore setting tot_len in the IPv4 header | Bob Pearson | 2021-08-02 | 1 | -0/+1 |