summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
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-29IB/rdmavt: Fix sizeof mismatchColin Ian King
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-08-05IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn
2020-07-16RDMA/siw: Fix reporting vendor_part_idKamal Heib
2020-06-30RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki
2020-06-30RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald
2020-05-20RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee
2020-05-06RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe
2020-05-06IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee
2020-04-13RDMA/siw: Fix passive connection establishmentBernard Metzler
2020-04-01IB/rdmavt: Free kernel completion queue when doneKaike Wan
2020-03-12RDMA/siw: Fix failure handling during device creationBernard Metzler
2020-03-05RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju
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-02-19IB/rdmavt: Reset all QPs when the device is shut downKaike Wan
2020-01-17RDMA/siw: Fix port number endianness in a debug messageBart Van Assche
2020-01-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise
2019-12-31RDMA/siw: Fix post_recv QP state lockingBernard Metzler
2019-12-31RDMA/siw: Fix SQ/RQ drain logicBernard Metzler
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-10-18RDMA/siw: free siw_base_qp in kref release routineKrishnamraju Eraparaju
2019-10-01RDMA/siw: Fix serialization issue in write_space()Krishnamraju Eraparaju
2019-09-24mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org
2019-09-13RDMA/siw: Relax from kmap_atomic() use in TX pathBernard Metzler
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe
2019-09-13RDMA/siw: Fix page address mapping in TX pathBernard Metzler
2019-08-28RDMA/siw: Fix IPv6 addr_list lockingBernard Metzler
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler
2019-08-22RDMA/siw: Fix SGL mapping issuesBernard Metzler
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe
2019-08-20RDMA/siw: Fix potential NULL de-refBernard Metzler
2019-08-13RDMA/siw: Change CQ flags from 64->32 bitsBernard Metzler
2019-08-12RDMA/siw: Fix a memory leak in siw_init_cpulist()Dan Carpenter
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib
2019-07-29Do not dereference 'siw_crypto_shash' before checkingBernard Metzler
2019-07-22RDMA/siw: Remove set but not used variables 'rv'Mao Wenan
2019-07-22RDMA/siw: Fix error return code in siw_init_module()Wei Yongjun
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-07-12RMDA/siw: Require a 64 bit archJason Gunthorpe
2019-07-11RDMA/siw: Mark expected switch fall-throughsGustavo A. R. Silva