summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Add workqueue support for rxe tasksBob Pearson2023-05-171-1/+8
* RDMA/rxe: Extend dbg log messages to err and infoBob Pearson2023-03-241-3/+5
* RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson2023-03-241-1/+1
* RDMA/rxe: Replace exists by rxe in rxe.cBob Pearson2023-03-241-6/+6
* RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe.cBob Pearson2022-11-101-2/+2
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-0/+1
* RDMA/rxe: Replace red-black trees by xarraysBob Pearson2022-03-161-68/+12
* RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson2022-03-161-16/+8
* RDMA/rxe: Warn if mcast memory is not freedBob Pearson2022-02-241-0/+2
* RDMA/rxe: Remove mcg from rxe poolsBob Pearson2022-02-161-8/+0
* RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson2022-02-161-0/+2
* RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson2022-02-161-8/+0
* RDMA/rxe: Move mcg_lock to rxeBob Pearson2022-02-161-0/+2
* RDMA/rxe: Delete deprecated module parameters interfaceLeon Romanovsky2022-01-051-4/+0
* RDMA/rxe: Enable MW object poolBob Pearson2021-06-171-0/+1
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-0/+4
|\
| * RDMA/rxe: Fix panic when calling kmem_cache_create()Kamal Heib2020-08-271-0/+4
* | RDMA/rxe: Address an issue with hardened user copyBob Pearson2020-08-311-8/+0
* | RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* | RDMA/rxe: prevent rxe creation on top of vlan interfaceMohammad Heib2020-08-241-0/+6
|/
* RDMA/rxe: Remove pkey tableKamal Heib2020-07-311-31/+3
* 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: Set default vendor IDZhu Yanjun2020-04-141-0/+1
* RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun2020-03-261-0/+2
* RDMA/rxe: Remove useless rxe_init_device_param assignmentsLeon Romanovsky2019-10-241-13/+0
* rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-201-2/+34
* RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-201-3/+0
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-201-31/+9
* IB/rxe: Remove unnecessary enum valuesNathan Chancellor2018-10-171-7/+6
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* IB/rxe: change rxe_set_mtu function type to voidZhu Yanjun2018-04-271-6/+2
* IB/rxe: avoid export symbolsZhu Yanjun2018-04-181-3/+0
* IB/rxe: change the function rxe_init_device_param typeZhu Yanjun2018-03-071-3/+1
* RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2018-01-021-6/+0
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-251-1/+3
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-211-0/+2
* IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-101-1/+1
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-28/+6
* rdma_rxe: Ensure rdma_rxe init occurs at correct timeStephen Bates2016-10-061-1/+1
* IB/rxe: Fix kernel panic in udp_setup_tunnelYonatan Cohen2016-09-161-3/+22
* Soft RoCE driverMoni Shoua2016-08-041-0/+386