summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2019-11-08RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng
2019-11-08RDMA/hns: Delete unnecessary variable max_postYixian Liu
2019-11-06RDMA/mlx5: Rewrite MAD processing logic to be readableLeon Romanovsky
2019-11-06RDMA/ocrdma: Simplify process_mad functionLeon Romanovsky
2019-11-06RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky
2019-11-06RDMA/ocrdma: Make ocrdma_pma_counters() return voidLeon Romanovsky
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky
2019-11-06RDMA/qib: Delete empty check_cc_key functionLeon Romanovsky
2019-11-06RDMA/qib: Delete extra lineLeon Romanovsky
2019-11-06RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang
2019-11-06RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib
2019-11-06RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib
2019-11-06RDMA/hns: Remove unsupported modify_port callbackKamal Heib
2019-11-06IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERRKaike Wan
2019-11-06IB/hfi1: Calculate flow weight based on QP MTU for TID RDMAKaike Wan
2019-11-06IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packetKaike Wan
2019-11-06IB/hfi1: Ensure full Gen3 speed in a Gen4 systemJames Erwin
2019-11-06RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon
2019-11-06RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon
2019-11-06RDMA/efa: Use the common mmap_xa helpersMichal Kalderon
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon
2019-11-04IB: mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-11-01IB/mlx5: Introduce and use mlx5_core_is_vf()Parav Pandit
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik
2019-10-31RDMA/mlx5: Return proper error valueLeon Romanovsky
2019-10-29RDMA/hns: Fix build error againArnd Bergmann
2019-10-28Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe
2019-10-28RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe
2019-10-28RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe
2019-10-28RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe
2019-10-28RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe
2019-10-28RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe
2019-10-28RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe
2019-10-28RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe
2019-10-28RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the treeJason Gunthorpe
2019-10-28RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call itJason Gunthorpe
2019-10-28RDMA/mlx5: Rework implicit_mr_get_dataJason Gunthorpe
2019-10-28RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe
2019-10-28RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe
2019-10-28RDMA/mlx5: Split sig_err MR data into its own xarrayJason Gunthorpe
2019-10-28RDMA/mlx5: Use SRCU properly in ODP prefetchJason Gunthorpe
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe
2019-10-28RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan
2019-10-28RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou
2019-10-28RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja
2019-10-28RDMA/iw_cxgb4: Report correct port speed/widthPotnuri Bharat Teja
2019-10-28RDMA/mlx5: Use irq xarray locking for mkey_tableJason Gunthorpe
2019-10-28RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon