summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-11RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-04RDMA/rxe: Improve loopback markingKamal Heib
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2018-12-20IB/rxe: Reuse code which sets port stateYuval Shaia
2018-12-20IB/rxe: Make counters thread safeParav Pandit
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-12-12RDMA/rxe: Initialize ib_device_ops structKamal Heib
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia
2018-12-11IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia
2018-12-06IB/rxe: Utilize generic function to validate port numberYuval Shaia
2018-12-06IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia
2018-11-29rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever
2018-11-08IB/rxe: make rxe_unregister_device voidZhu Yanjun
2018-11-08IB/rxe: move the variable into the function that uses itZhu Yanjun
2018-11-08RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer
2018-11-08RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer
2018-11-06rxe: fix error completion wr_id and qp_numSagi Grimberg
2018-11-06IB/rxe: clean skb queue directlyZhu Yanjun
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-10-17IB/rxe: Remove unnecessary enum valuesNathan Chancellor
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-10-03RDMA/rxe: Remove unused addr_same()Kamal Heib
2018-10-03IB/rxe: avoid srq memory leakZhu Yanjun
2018-09-30IB/rxe: replace kvfree with vfreeZhu Yanjun
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-08-30IB/rxe: fixes for rdma read retryVijay Immanuel
2018-08-30IB/rxe: avoid back-to-back retriesVijay Immanuel
2018-08-30IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel
2018-08-30IB/rxe: Refactor lookup memory functionParav Pandit
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit