summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rtrs-srv: Do not pass a valid pointer to PTR_ERR()Jack Wang2021-02-161-13/+7
* RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodesNicolas Morey-Chaisemartin2021-02-161-65/+45
* Merge branch 'mlx5_timestamp' into rdma.git for-nextJason Gunthorpe2021-02-161-8/+96
|\
| * RDMA/mlx5: Fail QP creation if the device can not support the CQE TSAharon Landau2021-02-161-8/+96
* | RDMA/mlx5: Allow CQ creation without attached EQsTal Gilboa2021-02-161-1/+12
* | RDMA/rtrs-srv-sysfs: fix missing put_deviceGioh Kim2021-02-161-0/+2
* | RDMA/rtrs-srv: fix memory leak by missing kobject freeGioh Kim2021-02-162-3/+5
* | RDMA/rtrs: Only allow addition of path to an already established sessionMd Haris Iqbal2021-02-164-7/+26
* | RDMA/rtrs-srv: Fix stack-out-of-boundsJack Wang2021-02-161-31/+33
* | RDMA/rxe: Remove unused pkt->offsetBob Pearson2021-02-164-96/+90
* | RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon2021-02-161-29/+41
* | RDMA/core: Fix kernel doc warnings for ib_port_immutable_read()Leon Romanovsky2021-02-161-3/+3
* | RDMA/qedr: Use true and false for bool variableJiapeng Chong2021-02-161-4/+4
* | RDMA/hns: Adjust definition of FRMR fieldsYixing Liu2021-02-163-26/+34
* | RDMA/hns: Refactor process of posting CMDQLang Cheng2021-02-161-25/+17
* | RDMA/hns: Adjust fields and variables about CMDQ tail/headLang Cheng2021-02-163-23/+21
* | RDMA/hns: Remove redundant operations on CMDQLang Cheng2021-02-162-50/+5
* | RDMA/hns: Fixes missing error code of CMDQLang Cheng2021-02-161-4/+3
* | RDMA/hns: Remove unused member and variable of CMDQLang Cheng2021-02-162-7/+3
* | RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter2021-02-165-50/+1
* | RDMA/mlx5: Support 400Gbps IB rate in mlx5 driverPatrisious Haddad2021-02-091-0/+2
* | RDMA/qedr: Remove in_irq() usage from debug outputSebastian Andrzej Siewior2021-02-081-2/+2
* | RDMA/rxe: Cleanup init_send_wqeBob Pearson2021-02-081-23/+19
* | RDMA/rxe: Fix minor coding style issuesBob Pearson2021-02-082-7/+11
* | RDMA/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-086-175/+125
* | RDMA/hns: Delete redundant judgment when preparing descriptorsXinhao Liu2021-02-081-26/+14
* | RDMA/hns: Remove unnecessary wrap around for EQ's consumer indexYixian Liu2021-02-081-6/+0
* | RDMA/hns: Avoid unnecessary memset on WQEs in post_sendLang Cheng2021-02-081-2/+0
* | RDMA/hns: Remove some magic numbersXinhao Liu2021-02-081-5/+11
* | RDMA/hns: Move HIP06 related definitions into hns_roce_hw_v1.hLang Cheng2021-02-082-41/+43
* | RDMA/hns: Replace wmb&__raw_writeq with writeqLang Cheng2021-02-083-35/+2
* | RDMA/hns: Skip qp_flow_control_init() for HIP09Yixing Liu2021-02-081-0/+3
* | RDMA/hns: Disable RQ inline by defaultLijun Ou2021-02-081-1/+0
* | RDMA/hns: Add mapped page count checking for MTRXi Wang2021-02-082-25/+40
* | RDMA/hns: Fix type of sq_signal_bitsWeihang Li2021-02-081-1/+1
* | RDMA/hns: Avoid filling sgid index when modifying QP to RTRWeihang Li2021-02-083-27/+16
* | RDMA/hns: Add support of direct wqeYixing Liu2021-02-083-1/+62
* | RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib2021-02-081-1/+1
* | RDMA/hns: Add verification of QP type when post_recvWenpeng Liang2021-02-081-1/+13
* | RDMA/hns: Refactor hns_roce_v2_post_srq_recv()Wenpeng Liang2021-02-081-26/+43
* | RDMA/hns: Clear remaining unused sges when post_recvXi Wang2021-02-081-52/+47
* | RDMA/hns: Refactor post recv flowXi Wang2021-02-081-40/+41
* | RDMA/hns: Use new interfaces to write SRQCLang Cheng2021-02-082-111/+118
* | RDMA/hns: Refactor code about SRQ ContextWenpeng Liang2021-02-083-41/+42
* | RDMA/hns: Refactor hns_roce_create_srq()Wenpeng Liang2021-02-083-125/+161
* | RDMA/hns: Remove the reserved WQE of SRQWenpeng Liang2021-02-083-5/+8
* | RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang2021-02-081-2/+1
* | RDMA/hns: Force srq_limit to 0 when creating SRQWenpeng Liang2021-02-081-0/+1
* | RDMA/hns: Bugfix for checking whether the srq is full when post wrWenpeng Liang2021-02-083-9/+19
* | RDMA/hns: Allocate one more recv SGE for HIP08Lang Cheng2021-02-085-19/+93