summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2020-05-25RDMA/hns: Change variables representing quantity to unsignedWeihang Li
2020-05-25RDMA/hns: Change all page_shift to unsignedWeihang Li
2020-05-25RDMA/hns: Rename QP buffer related functionXi Wang
2020-05-25RDMA/hns: Remove unused code about assertYangyang Li
2020-05-25RDMA/hns: Optimize post and poll processLang Cheng
2020-05-25RDMA/hns: Add CQ flag instead of independent enable flagLang Cheng
2020-05-25RDMA/hns: Let software PI/CI grow naturallyLang Cheng
2020-05-22RDMA/rtrs: Get rid of the do_next_path while_next_path macrosDanil Kipnis
2020-05-22RDMA/rtrs: server: Use already dereferenced rtrs_sess structureMd Haris Iqbal
2020-05-22IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb
2020-05-21RDMA/mlx5: Fix NULL pointer dereference in destroy_prefetch_workMaor Gottlieb
2020-05-21IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Extend CQ to get its own asynchronous event FDYishai Hadas
2020-05-21IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-21IB/hfi1: Enable the transmit side of the datagram ipoib netdevPiotr Stankiewicz
2020-05-21IB/ipoib: Add capability to switch between datagram and connected modeGary Leshner
2020-05-21IB/hfi1: Add packet histogram trace eventGrzegorz Andrejczuk
2020-05-21IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu sizeGary Leshner
2020-05-21IB/hfi1: Activate the dummy netdevGrzegorz Andrejczuk
2020-05-21IB/hfi1: Add rx functions for dummy netdevGrzegorz Andrejczuk
2020-05-21IB/hfi1: Add interrupt handler functions for accelerated ipoibGrzegorz Andrejczuk
2020-05-21IB/hfi1: Add functions to receive accelerated ipoib packetsKaike Wan
2020-05-21IB/hfi1: Rename num_vnic_contexts as num_netdev_contextsGrzegorz Andrejczuk
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan
2020-05-21IB/hfi1: RSM rules for AIPGrzegorz Andrejczuk
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner
2020-05-21IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner
2020-05-21IB/hfi1: Add the transmit side of a datagram ipoib RDMA netdevGary Leshner
2020-05-21IB/hfi1: Add functions to transmit datagram ipoib packetsGary Leshner
2020-05-21IB/hfi1: Add accelerated IP capability bitKaike Wan
2020-05-21RDMA/efa: Report host information to the deviceGal Pressman
2020-05-21RDMA/efa: Fix setting of wrong bit in get/set_feature commandsGal Pressman
2020-05-19RDMA/mlx5: Add init2init as a modify commandAharon Landau
2020-05-19IB/qib: Call kobject_put() when kobject_init_and_add() failsKaike Wan
2020-05-19RDMA/hns: Reserve one sge in order to avoid local length errorLijun Ou
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang
2020-05-19RDMA/hns: Remove redundant memcpy()Weihang Li
2020-05-19RDMA/hns: Store mr len information into mr objLang Cheng
2020-05-19RDMA/hns: Fix error with to_hr_hem_entries_count()Weihang Li
2020-05-19RDMA/hns: Fix wrong assignment of SRQ's max_wrWeihang Li
2020-05-19RDMA/hns: Fix assignment to ba_pg_sz of eqeWenpeng Liang
2020-05-19RDMA/hns: Fix cmdq parameter of querying pf timer resourceLang Cheng
2020-05-19RDMA/hns: Bugfix for querying qkeyLijun Ou
2020-05-19RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva
2020-05-19rnbd/rtrs: Pass max segment size from blk user to the rdma libraryDanil Kipnis
2020-05-19RDMA/rtrs: server: Fix some error return codeWei Yongjun