summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20hash.h: remove unused define directiveIsabella Basso
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe
2022-01-07RDMA/rxe: Use the standard method to produce udp source portZhu Yanjun
2022-01-05RDMA/rxe: Delete deprecated module parameters interfaceLeon Romanovsky
2022-01-05RDMA/rxe: Fix indentations and operators sytleLi Zhijian
2022-01-05RDMA/rxe: Fix a typo in opcode nameChengguang Xu
2022-01-05RDMA/rxe: Remove the unused xmit_errors memberZhu Yanjun
2022-01-05RDMA/rxe: Remove redundant err variableMinghao Chi
2022-01-04RDMA/rxe: Prevent double freeing rxe_map_set()Li Zhijian
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe
2021-12-07RDMA/rxe: Remove the unnecessary variableZhu Yanjun
2021-11-25RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin
2021-11-19RDMA/rxe: Remove some #defines from rxe_pool.hBob Pearson
2021-11-19RDMA/rxe: Remove #include "rxe_loc.h" from rxe_pool.cBob Pearson
2021-11-19RDMA/rxe: Save object pointer in pool elementBob Pearson
2021-11-19RDMA/rxe: Copy setup parameters into rxe_poolBob Pearson
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson
2021-10-28RDMA/rxe: Make rxe_type_info static constJoe Perches
2021-10-28RDMA/rxe: Use 'bitmap_zalloc()' when applicableChristophe JAILLET
2021-10-28RDMA/rxe: Save a few bytes from struct rxe_poolChristophe JAILLET
2021-10-12RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson
2021-10-12RDMA/rxe: Lookup kernel AH from ah index in UD WQEsBob Pearson
2021-10-12RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson
2021-10-12RDMA/rxe: Change AH objects to indexedBob Pearson
2021-10-12RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau
2021-10-06RDMA/rxe: Remove duplicate settingsXiao Yang
2021-10-06RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang
2021-10-06RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang
2021-10-06RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang
2021-10-04RDMA/rxe: Bump up default maximum values used via uverbsRao Shoaib
2021-09-28RDMA/rxe: Remove unused WR_READ_WRITE_OR_SEND_MASKXiao Yang
2021-09-28RDMA/rxe: Add MASK suffix for RXE_READ_OR_ATOMIC and RXE_WRITE_OR_SENDXiao Yang
2021-09-28RDMA/rxe: Add new RXE_READ_OR_WRITE_MASKXiao Yang
2021-09-24RDMA/rxe: Only allow invalidate for appropriate MRsBob Pearson
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson
2021-09-24RDMA/rxe: Cleanup MR status and type enumsBob Pearson
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson
2021-09-14RDMA/rxe: remove the unnecessary variableZhu Yanjun
2021-09-14RDMA/rxe: remove the redundant variableZhu Yanjun
2021-09-14RDMA/rxe: Fix wrong port_cap_flagsJunji Wei
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb
2021-08-20RDMA/rxe: Zero out index member of struct rxe_queueXiao Yang
2021-08-19RDMA/rxe: Fix memory allocation while in a spin lockBob Pearson