aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2-632/+3
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota13-114/+34
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty13-312/+46
2018-10-03RDMA/hns: Bugfix for atomic operationLijun Ou1-10/+21
2018-10-03RDMA/hns: Add vlan enable bit for hip08Lijun Ou2-0/+13
2018-10-03RDMA/hns: Support local invalidate for hip08 in kernel spaceLijun Ou1-1/+5
2018-10-03RDMA/hns: Update some fields of qp contextLijun Ou2-66/+45
2018-10-03RDMA/hns: Limit extend sq sge numLijun Ou1-1/+7
2018-10-03RDMA/hns: Update some attributes of the RoCE deviceLijun Ou4-3/+36
2018-10-03RDMA/hns: Configure ecn field of ip headerLijun Ou1-2/+9
2018-10-03RDMA/hns: Limit the size of extend sge of sqLijun Ou4-0/+22
2018-10-03RDMA/hns: Bugfix for CM testLijun Ou1-0/+1
2018-10-03RDMA/hns: Submit bad wr when post send wr exceptionLijun Ou1-0/+1
2018-10-03RDMA/hns: Bugfix for reserved qp numberLijun Ou4-2/+11
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib8-21/+11
2018-10-03IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun1-1/+2
2018-09-30IB/hfi1: Use VL15 for SM packetsKaike Wan1-2/+12
2018-09-30IB/hfi1: Add mtu check for operational data VLsAlex Estrin1-4/+22
2018-09-30IB/hfi1: Add static trace for iowaitKaike Wan3-1/+59
2018-09-30IB/hfi1: Prepare resource waits for dual legDennis Dalessandro15-164/+364
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan4-7/+12
2018-09-30RDMA/hns: remove set but not used variable 'dseg'YueHaibing1-7/+0
2018-09-30RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor1-2/+2
2018-09-30IB/hfi1: Error path MAD response size is incorrectMichael J. Ruhl1-2/+2
2018-09-27IB/mlx5: Enable DEVX on IBYishai Hadas1-6/+0
2018-09-27IB/mlx5: Enable DEVX white list commandsYishai Hadas1-15/+60
2018-09-27IB/mlx5: Manage device uid for DEVX white list commandsYishai Hadas3-18/+23
2018-09-27IB/mlx5: Expose RAW QP device handles to user spaceYishai Hadas1-2/+36
2018-09-27RDMA/hns: fix spelling mistake "reseved" -> "reserved"Colin Ian King1-2/+2
2018-09-26IB/hfi1: Move UnsupportedVL bits definitions to the correct headerMichael J. Ruhl2-8/+4
2018-09-26IB/mthca: remove redundant inner check of mdev->mthca_flagsColin Ian King1-2/+1
2018-09-26RDMA/hns: Add MW support for hip08Yixian Liu5-0/+205
2018-09-26RDMA/hns: Add enable judgement for UD vlanLijun Ou4-1/+11
2018-09-26RDMA/hns: Add CM of vlan device supportLijun Ou2-1/+13
2018-09-26RDMA/hns: Add atomic supportLijun Ou4-3/+45
2018-09-26RDMA/hns: Refactor the codes for setting transport opodeLijun Ou1-48/+18
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe7-30/+35
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe4-16/+19
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe13-33/+19
2018-09-26RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann2-0/+2
2018-09-25iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor2-4/+5
2018-09-25RDMA/mlx5: Remove superfluous version printMark Bloch1-2/+0
2018-09-25IB/usnic: fix spelling mistake "unvalid" -> "invalid"Colin Ian King1-1/+1
2018-09-25IB/mlx5: Set valid umem bit on DEVXYishai Hadas1-0/+95
2018-09-25IB/mlx5: Set uid as part of TD commandsYishai Hadas3-15/+52
2018-09-25IB/mlx5: Set uid as part of XRCD commandsYishai Hadas4-2/+34
2018-09-25IB/mlx5: Set uid as part of CQ creationYishai Hadas1-0/+1
2018-09-25IB/mlx5: Set uid upon PD allocationYishai Hadas1-0/+1
2018-09-25IB/mlx5: Set uid as part of RQT commandsYishai Hadas4-2/+18
2018-09-25IB/mlx5: Set uid as part of TIS commandsYishai Hadas3-10/+29