summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* rxe: correctly calculate iCRC for unaligned payloadsSteve Wise2019-12-093-1/+14
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-3/+5
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche2019-10-282-0/+4
* RDMA/rxe: Remove useless rxe_init_device_param assignmentsLeon Romanovsky2019-10-242-26/+0
* RDMA/rxe: Verify modify_device maskKamal Heib2019-10-011-0/+4
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-123-8/+4
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-082-1/+5
* ibverbs/rxe: Remove variable self-initializationMaksym Planeta2019-07-071-1/+1
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-21/+12
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-2/+1
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0913-146/+119
|\
| * RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-3/+12
| * RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2019-05-031-1/+2
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-21/+14