summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
2022-06-14RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang1-1/+1
2022-01-27RDMA/rxe: Fix a typo in opcode nameChengguang Xu1-1/+1
2021-11-26RDMA/rxe: Fix wrong port_cap_flagsJunji Wei1-1/+1
2021-07-20RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-07-20RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-05-26RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky1-0/+7
2021-03-03RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2020-12-29RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-10-29IB/rdmavt: Fix sizeof mismatchColin Ian King1-3/+1
2020-10-01RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun1-0/+2
2020-10-01RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche1-3/+4
2020-09-23RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang1-1/+1
2020-09-23RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib1-3/+0
2020-09-23RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu1-0/+1
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+5
2020-02-28RDMA/rxe: Fix error type of mmap_offsetJiewei Ke1-1/+1
2020-01-27IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia1-12/+14
2020-01-27IB/rxe: replace kvfree with vfreeZhu Yanjun2-4/+5
2020-01-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise3-1/+14
2019-12-05IB/rxe: Make counters thread safeParav Pandit2-4/+4
2019-11-20IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2019-07-31RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2-1/+5
2019-06-25IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn1-0/+2
2019-06-25IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn1-1/+2
2019-05-02IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-01-26rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever1-0/+1
2019-01-13rxe: fix error completion wr_id and qp_numSagi Grimberg1-4/+9
2018-12-17RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2-2/+5
2018-11-13IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2-2/+8
2018-11-04IB/rxe: put the pool on allocation failureDoug Ledford1-7/+9
2018-09-26IB/rxe: Drop QP0 silentlyZhu Yanjun1-2/+7
2018-09-09RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche1-0/+1
2018-08-24IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel1-0/+3
2018-07-03IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez1-12/+19
2018-06-20IB/rxe: avoid double kfree_skbZhu Yanjun2-6/+1
2018-06-20IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang1-1/+1
2018-05-30IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin1-1/+1
2018-04-24RDMA/rxe: Fix an out-of-bounds readBart Van Assche1-3/+2
2018-04-12IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn1-3/+7
2018-03-21RDMAVT: Fix synchronization around percpu_refTejun Heo1-4/+6
2018-02-22RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche2-2/+13
2018-02-22RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche3-10/+2
2018-02-22RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche1-0/+2
2017-12-25IB/rxe: check for allocation failure on elemColin Ian King1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer1-1/+6
2017-08-29IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer1-6/+6
2017-08-29IB/rxe: Another fix for broken receive queue drainingAndrew Boyer1-1/+3
2017-08-29IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer1-1/+1
2017-08-29IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer1-7/+2