summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+1
|\
| * hash.h: remove unused define directiveIsabella Basso2022-01-201-2/+1
* | Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe2022-01-131-9/+7
|\|
| * RDMA/rxe: Prevent double freeing rxe_map_set()Li Zhijian2022-01-041-9/+7
* | RDMA/rxe: Use the standard method to produce udp source portZhu Yanjun2022-01-081-0/+5
* | RDMA/rxe: Delete deprecated module parameters interfaceLeon Romanovsky2022-01-054-126/+0
* | RDMA/rxe: Fix indentations and operators sytleLi Zhijian2022-01-051-368/+369
* | RDMA/rxe: Fix a typo in opcode nameChengguang Xu2022-01-051-1/+1
* | RDMA/rxe: Remove the unused xmit_errors memberZhu Yanjun2022-01-052-3/+0
* | RDMA/rxe: Remove redundant err variableMinghao Chi2022-01-051-6/+2
* | Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe2021-12-151-0/+1
|\|
| * RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin2021-11-251-0/+1
* | RDMA/rxe: Remove the unnecessary variableZhu Yanjun2021-12-071-4/+1
* | RDMA/rxe: Remove some #defines from rxe_pool.hBob Pearson2021-11-192-3/+2
* | RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.cBob Pearson2021-11-191-1/+0
* | RDMA/rxe: Save object pointer in pool elementBob Pearson2021-11-192-13/+18
* | RDMA/rxe: Copy setup parameters into rxe_poolBob Pearson2021-11-192-33/+27
* | RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-1911-91/+89
* | RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-199-86/+59
|/
* RDMA/rxe: Make rxe_type_info static constJoe Perches2021-10-282-24/+18
* RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-281-6/+2
* RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET2021-10-282-2/+0
* RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson2021-10-121-6/+3
* RDMA/rxe: Lookup kernel AH from ah index in UD WQEsBob Pearson2021-10-122-4/+24
* RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson2021-10-121-1/+5
* RDMA/rxe: Create AH index and return to user spaceBob Pearson2021-10-122-1/+32
* RDMA/rxe: Change AH objects to indexedBob Pearson2021-10-122-2/+6
* RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson2021-10-122-2/+3
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-21/+21
* RDMA/rxe: Remove duplicate settingsXiao Yang2021-10-071-4/+0
* RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang2021-10-071-20/+25
* RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang2021-10-072-3/+2
* RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang2021-10-074-9/+0
* RDMA/rxe: Bump up default maximum values used via uverbsRao Shoaib2021-10-041-14/+16
* RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASKXiao Yang2021-09-281-1/+0
* RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SENDXiao Yang2021-09-283-6/+6
* RDMA/rxe: Add new RXE_READ_OR_WRITE_MASKXiao Yang2021-09-282-2/+3
* RDMA/rxe: Only allow invalidate for appropriate MRsBob Pearson2021-09-241-0/+6
* RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson2021-09-245-102/+161
* RDMA/rxe: Separate HW and SW l/rkeysBob Pearson2021-09-245-51/+81
* RDMA/rxe: Cleanup MR status and type enumsBob Pearson2021-09-242-16/+13
* RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2021-09-249-314/+189
* RDMA/rxe: remove the unnecessary variableZhu Yanjun2021-09-142-3/+0
* RDMA/rxe: remove the redundant variableZhu Yanjun2021-09-141-4/+1
* RDMA/rxe: Fix wrong port_cap_flagsJunji Wei2021-09-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-0212-201/+226
|\
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-303-12/+20
| |\
| | * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-251-1/+1
| * | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-29/+23
| * | RDMA/rxe: Fix types in rxe_icrc.cBob Pearson2021-07-161-14/+14