summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang2021-07-191-1/+1
* RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2021-07-142-3/+0
* RDMA/rxe: Fix failure during driver loadKamal Heib2021-07-141-3/+7
* RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky2021-05-261-0/+7
* RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson2021-05-141-1/+1
* RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha2021-03-091-0/+1
* RDMA/rxe: Correct skb on loopback pathBob Pearson2021-03-041-0/+5
* RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson2021-03-041-6/+10
* RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson2021-03-041-3/+8
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2021-01-092-13/+0
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2021-01-093-9/+0
* RDMA/rxe: Compute PSN windows correctlyBob Pearson2020-12-301-1/+2
* RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig2020-11-121-1/+1
* RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-021-1/+5
* RDMA/rxe: Fix small problem in network_type patchBob Pearson2020-10-262-5/+32
* RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson2020-10-161-0/+3
* RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe2020-10-161-4/+4
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-6/+3
* RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson2020-10-081-3/+16
* RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson2020-10-081-5/+12
* RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson2020-10-084-22/+28
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-185-1/+13
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-115-1/+13
| |\
| | * RDMA/rxe: Fix panic when calling kmem_cache_create()Kamal Heib2020-08-273-0/+11
| | * RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu2020-08-271-0/+1
| | * RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang2020-08-241-1/+1
* | | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-1/+2
* | | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* | | RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-033-8/+8
* | | Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-313-3/+3
|\| |
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-3/+3
| |/
* | RDMA/rxe: Address an issue with hardened user copyBob Pearson2020-08-313-73/+2
* | RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-3132-896/+32
* | RDMA/rxe: Fix style warningsBob Pearson2020-08-274-6/+4
* | RDMA/rxe: prevent rxe creation on top of vlan interfaceMohammad Heib2020-08-242-0/+12
|/
* RDMA/rxe: Remove pkey tableKamal Heib2020-07-316-77/+13
* RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin2020-07-161-1/+4
* RDMA/rxe: Remove rxe_link_layer()Kamal Heib2020-07-163-9/+1
* RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib2020-07-163-23/+7
* RDMA/rxe: Return void from rxe_init_port_param()Kamal Heib2020-07-161-3/+1
* RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib2020-07-161-3/+0
* RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun2020-07-071-1/+5
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
* RDMA/rxe: Remove unused rxe_mem_map_pagesKamal Heib2020-06-222-47/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-212-5/+8
|\
| * RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2020-05-122-5/+8