summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2023-06-21RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun
2023-06-21RDMA/rxe: Removed unused name from rxe_task structBob Pearson
2023-06-21RDMA/rxe: Remove the unused variable objZhu Yanjun
2023-01-18RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu
2022-10-26RDMA/rxe: Fix the error caused by qp->skZhu Yanjun
2022-10-26RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun
2022-08-25RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun
2022-06-14RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang
2022-01-27RDMA/rxe: Fix a typo in opcode nameChengguang Xu
2021-11-17RDMA/rxe: Fix wrong port_cap_flagsJunji Wei
2021-07-19RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang
2021-07-14RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson
2021-07-14RDMA/rxe: Fix failure during driver loadKamal Heib
2021-05-26RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky
2021-03-09RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha
2021-03-04RDMA/rxe: Correct skb on loopback pathBob Pearson
2021-03-04RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson
2021-03-04RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson
2020-12-30RDMA/rxe: Compute PSN windows correctlyBob Pearson
2020-11-24RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig
2020-10-29RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson
2020-10-29RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson
2020-10-01RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun
2020-10-01RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche
2020-09-17RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang
2020-09-17RDMA/rxe: Fix panic when calling kmem_cache_create()Kamal Heib
2020-09-17RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib
2020-09-17RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu
2020-08-19RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin
2020-08-19RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun
2020-05-20RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee
2020-02-24RDMA/rxe: Fix error type of mmap_offsetJiewei Ke
2020-02-19RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun
2020-01-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib
2019-07-08RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov
2019-07-07ibverbs/rxe: Remove variable self-initializationMaksym Planeta
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-03RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit
2019-05-03RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers