summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-293-6/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-096-21/+20
| |\
| * \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2021-04-093-6/+4
| |\ \
| | * | net/mlx5: E-Switch, Refactor send to vport to be more genericMark Bloch2021-03-121-2/+1
| | * | RDMA/mlx5: Use representor E-Switch when getting netdev and metadataMark Bloch2021-03-123-4/+3
* | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
| |/ /
* | | RDMA/qedr: Fix kernel panic when trying to access recv_cqKamal Heib2021-04-071-1/+2
* | | IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOSMike Marciniszyn2021-04-074-19/+16
* | | RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja2021-04-071-1/+2
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-03-253-4/+6
|\ \
| * | RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja2021-03-251-2/+2
| * | RDMA/hns: Fix bug during CMDQ initializationLang Cheng2021-03-221-1/+3
| * | RDMA/mlx5: Fix typo in destroy_mkey inboxMark Zhang2021-03-111-1/+1
| |/
* / RDMA/mlx5: Fix timestamp default modeMaor Gottlieb2021-03-101-4/+14
|/
* RDMA/mlx5: Set correct kernel-doc identifierLeon Romanovsky2021-03-031-1/+1
* IB/mlx5: Add missing error codeYueHaibing2021-03-011-1/+3
* Merge tag 'v5.11' into rdma.git for-nextJason Gunthorpe2021-02-187-16/+28
|\
| * RDMA/usnic: Fix misuse of sysfs_emit_atJoe Perches2021-01-191-4/+3
| * Revert "RDMA/mlx5: Fix devlink deadlock on net namespace deletion"Parav Pandit2021-01-191-4/+2
| * RDMA/hns: Use mutex instead of spinlock for ida allocationYangyang Li2021-01-192-6/+7
| * RDMA/vmw_pvrdma: Fix network_hdr_type reported in WCBryan Tan2021-01-192-1/+15
| * RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib2021-01-181-1/+1
* | 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/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/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/mlx5: Cleanup the synchronize_srcu() from the ODP flowYishai Hadas2021-02-085-175/+124
* | 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/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