summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI2024-08-191-3/+4
* RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun2023-06-211-4/+3
* RDMA/rxe: Removed unused name from rxe_task structBob Pearson2023-06-213-12/+5
* RDMA/rxe: Remove the unused variable objZhu Yanjun2023-06-213-7/+5
* RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova2023-05-171-2/+0
* RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu2023-01-181-3/+3
* RDMA/rxe: Fix the error caused by qp->skZhu Yanjun2022-10-261-2/+4
* RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun2022-10-261-1/+3
* RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun2022-08-251-4/+8
* RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang2022-06-141-1/+1
* RDMA/rxe: Fix a typo in opcode nameChengguang Xu2022-01-271-1/+1
* RDMA/rxe: Fix wrong port_cap_flagsJunji Wei2021-11-261-1/+1
* RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang2021-07-201-1/+1
* RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2021-07-202-3/+0
* RDMA/rxe: Fix failure during driver loadKamal Heib2021-07-201-3/+7
* RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky2021-05-261-0/+7
* RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha2021-03-111-0/+1
* RDMA/rxe: Correct skb on loopback pathBob Pearson2021-03-041-0/+5
* RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson2021-03-041-3/+8
* RDMA/rxe: Compute PSN windows correctlyBob Pearson2020-12-301-1/+2
* IB/rdmavt: Fix sizeof mismatchColin Ian King2020-10-301-3/+1
* RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun2020-10-011-0/+2
* RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-10-011-3/+4
* RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang2020-09-171-1/+1
* RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib2020-09-171-3/+0
* RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu2020-09-171-0/+1
* RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin2020-08-191-1/+4
* RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun2020-08-191-1/+5
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-291-3/+5
* RDMA/rxe: Fix error type of mmap_offsetJiewei Ke2020-02-241-1/+1
* RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun2020-02-191-4/+4
* IB/rdmavt: Reset all QPs when the device is shut downKaike Wan2020-02-191-33/+51
* RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2020-01-271-1/+2
* IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia2020-01-271-12/+14
* IB/rxe: replace kvfree with vfreeZhu Yanjun2020-01-272-4/+5
* rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2020-01-093-1/+14
* IB/rxe: Make counters thread safeParav Pandit2019-12-052-4/+4
* IB/rxe: avoid srq memory leakZhu Yanjun2019-11-241-2/+8
* IB/rxe: fixes for rdma read retryVijay Immanuel2019-11-202-11/+25
* IB/rxe: avoid back-to-back retriesVijay Immanuel2019-11-202-1/+18
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-312-1/+5
* IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-06-251-0/+2
* IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-06-251-1/+2
* IB/rdmavt: Fix frwr memory registrationJosh Collier2019-05-021-7/+10
* rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2019-01-261-0/+1
* rxe: fix error completion wr_id and qp_numSagi Grimberg2019-01-131-4/+9
* RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2018-12-172-2/+5
* IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2018-11-132-2/+8
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+4
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-1/+4
| |\