summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
2021-11-18RDMA/rxe: Fix wrong port_cap_flagsJunji Wei1-1/+1
2021-07-19RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-07-14RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2-3/+0
2021-07-14RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-05-26RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky1-0/+7
2021-05-26RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-26RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-05-14RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-05-14RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson1-1/+1
2021-03-09RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha1-0/+1
2021-03-04RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-03-04RDMA/rxe: Correct skb on loopback pathBob Pearson1-0/+5
2021-03-04RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson1-6/+10
2021-03-04RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2021-03-04RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler5-146/+177
2021-01-09RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe3-31/+1
2021-01-09RDMA/core: remove use of dma_virt_opsChristoph Hellwig9-31/+2
2020-12-30RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig3-2/+4
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit3-5/+15
2020-10-27RDMA/rxe: Fix small problem in network_type patchBob Pearson2-5/+32
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds44-1050/+162
2020-10-16RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson1-0/+3
2020-10-16RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe1-4/+4
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe3-12/+11
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-09RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson1-3/+16
2020-10-09RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson1-5/+12
2020-10-09RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson4-22/+28
2020-10-08IB/rdmavt: Fix sizeof mismatchColin Ian King1-3/+1
2020-10-06percpu_ref: reduce memory footprint of percpu_ref in fast pathMing Lei1-1/+1
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe5-1/+13
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-1/+13
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky5-5/+8
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky5-5/+8
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky3-3/+5
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky5-5/+8
2020-09-03RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais3-8/+8
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe7-10/+8
2020-08-31RDMA/rxe: Address an issue with hardened user copyBob Pearson3-73/+2
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson32-896/+32
2020-08-27RDMA/rxe: Fix style warningsBob Pearson4-6/+4
2020-08-27RDMA/rxe: Fix panic when calling kmem_cache_create()Kamal Heib3-0/+11
2020-08-27RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu1-0/+1
2020-08-24RDMA/rxe: prevent rxe creation on top of vlan interfaceMohammad Heib2-0/+12
2020-08-24RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-10/+8
2020-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-182/+37
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-07-31RDMA/rxe: Remove pkey tableKamal Heib6-77/+13