Age | Commit message (Expand) | Author | Files | Lines |
2021-03-05 | RDMA/rxe: Fix errant WARN_ONCE in rxe_completer() | Bob Pearson | 1 | -32/+23 |
2021-03-05 | RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt() | Bob Pearson | 1 | -24/+35 |
2021-03-05 | RDMA/rxe: Fix missed IB reference counting in loopback | Bob Pearson | 1 | -1/+9 |
2021-03-03 | RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc | Leon Romanovsky | 1 | -1/+1 |
2021-03-03 | RDMA/mlx5: Set correct kernel-doc identifier | Leon Romanovsky | 1 | -1/+1 |
2021-03-01 | IB/mlx5: Add missing error code | YueHaibing | 1 | -1/+3 |
2021-03-01 | RDMA/rxe: Fix missing kconfig dependency on CRYPTO | Julian Braha | 1 | -0/+1 |
2021-03-01 | RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep | Saeed Mahameed | 1 | -2/+3 |
2021-02-18 | Merge tag 'v5.11' into rdma.git for-next | Jason Gunthorpe | 9 | -16/+36 |
2021-02-17 | RDMA/rtrs-srv: Do not pass a valid pointer to PTR_ERR() | Jack Wang | 1 | -13/+7 |
2021-02-17 | RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes | Nicolas Morey-Chaisemartin | 1 | -65/+45 |
2021-02-16 | Merge branch 'mlx5_timestamp' into rdma.git for-next | Jason Gunthorpe | 1 | -8/+96 |
2021-02-16 | RDMA/mlx5: Fail QP creation if the device can not support the CQE TS | Aharon Landau | 1 | -8/+96 |
2021-02-16 | RDMA/mlx5: Allow CQ creation without attached EQs | Tal Gilboa | 1 | -1/+12 |
2021-02-16 | RDMA/rtrs-srv-sysfs: fix missing put_device | Gioh Kim | 1 | -0/+2 |
2021-02-16 | RDMA/rtrs-srv: fix memory leak by missing kobject free | Gioh Kim | 2 | -3/+5 |
2021-02-16 | RDMA/rtrs: Only allow addition of path to an already established session | Md Haris Iqbal | 4 | -7/+26 |
2021-02-16 | RDMA/rtrs-srv: Fix stack-out-of-bounds | Jack Wang | 1 | -31/+33 |
2021-02-16 | RDMA/rxe: Remove unused pkt->offset | Bob Pearson | 4 | -96/+90 |
2021-02-16 | RDMA/ucma: Fix use-after-free bug in ucma_create_uevent | Avihai Horon | 1 | -29/+41 |
2021-02-16 | RDMA/core: Fix kernel doc warnings for ib_port_immutable_read() | Leon Romanovsky | 1 | -3/+3 |
2021-02-16 | RDMA/qedr: Use true and false for bool variable | Jiapeng Chong | 1 | -4/+4 |
2021-02-16 | RDMA/hns: Adjust definition of FRMR fields | Yixing Liu | 3 | -26/+34 |
2021-02-16 | RDMA/hns: Refactor process of posting CMDQ | Lang Cheng | 1 | -25/+17 |
2021-02-16 | RDMA/hns: Adjust fields and variables about CMDQ tail/head | Lang Cheng | 3 | -23/+21 |
2021-02-16 | RDMA/hns: Remove redundant operations on CMDQ | Lang Cheng | 2 | -50/+5 |
2021-02-16 | RDMA/hns: Fixes missing error code of CMDQ | Lang Cheng | 1 | -4/+3 |
2021-02-16 | RDMA/hns: Remove unused member and variable of CMDQ | Lang Cheng | 2 | -7/+3 |
2021-02-16 | RDMA/ipoib: Remove racy Subnet Manager sendonly join checks | Christoph Lameter | 5 | -50/+1 |
2021-02-09 | RDMA/mlx5: Support 400Gbps IB rate in mlx5 driver | Patrisious Haddad | 1 | -0/+2 |
2021-02-09 | RDMA/qedr: Remove in_irq() usage from debug output | Sebastian Andrzej Siewior | 1 | -2/+2 |
2021-02-09 | RDMA/rxe: Cleanup init_send_wqe | Bob Pearson | 1 | -23/+19 |
2021-02-09 | RDMA/rxe: Fix minor coding style issues | Bob Pearson | 2 | -7/+11 |
2021-02-09 | RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flow | Yishai Hadas | 5 | -175/+124 |
2021-02-09 | RDMA/hns: Delete redundant judgment when preparing descriptors | Xinhao Liu | 1 | -26/+14 |
2021-02-09 | RDMA/hns: Remove unnecessary wrap around for EQ's consumer index | Yixian Liu | 1 | -6/+0 |
2021-02-09 | RDMA/hns: Avoid unnecessary memset on WQEs in post_send | Lang Cheng | 1 | -2/+0 |
2021-02-09 | RDMA/hns: Remove some magic numbers | Xinhao Liu | 1 | -5/+11 |
2021-02-09 | RDMA/hns: Move HIP06 related definitions into hns_roce_hw_v1.h | Lang Cheng | 2 | -41/+43 |
2021-02-09 | RDMA/hns: Replace wmb&__raw_writeq with writeq | Lang Cheng | 3 | -35/+2 |
2021-02-09 | RDMA/hns: Skip qp_flow_control_init() for HIP09 | Yixing Liu | 1 | -0/+3 |
2021-02-09 | RDMA/hns: Disable RQ inline by default | Lijun Ou | 1 | -1/+0 |
2021-02-09 | RDMA/hns: Add mapped page count checking for MTR | Xi Wang | 2 | -25/+40 |
2021-02-09 | RDMA/hns: Fix type of sq_signal_bits | Weihang Li | 1 | -1/+1 |
2021-02-09 | RDMA/hns: Avoid filling sgid index when modifying QP to RTR | Weihang Li | 3 | -27/+16 |
2021-02-09 | RDMA/hns: Add support of direct wqe | Yixing Liu | 3 | -1/+62 |
2021-02-09 | RDMA/siw: Fix calculation of tx_valid_cpus size | Kamal Heib | 1 | -1/+1 |
2021-02-09 | RDMA/hns: Add verification of QP type when post_recv | Wenpeng Liang | 1 | -1/+13 |
2021-02-09 | RDMA/hns: Refactor hns_roce_v2_post_srq_recv() | Wenpeng Liang | 1 | -26/+43 |
2021-02-09 | RDMA/hns: Clear remaining unused sges when post_recv | Xi Wang | 1 | -52/+47 |