summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-091-3/+16
* RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson2020-10-091-5/+12
* RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson2020-10-094-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-243-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-071-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-131-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
* | RDMA: Group create AH arguments in structMaor Gottlieb2020-05-031-4/+5
* | RDMA/rxe: Set default vendor IDZhu Yanjun2020-04-142-0/+4
|/
* RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun2020-03-261-0/+2
* Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-041-4/+4
|\
| * RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun2020-02-131-4/+4
* | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* | RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-02-191-3/+4
|/
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-1/+1
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* | RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib2020-01-151-10/+8
* | Introduce maximum WQE size to check limitsRao Shoaib2020-01-151-1/+6
* | RDMA/rxe: Fix error type of mmap_offsetJiewei Ke2020-01-041-1/+1
|/