summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-267-24/+30
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-268-31/+36
* RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-2610-17/+16
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-266-19/+22
* RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-266-50/+55
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-2619-59/+53
* RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann2018-09-262-0/+2
* RDMA/umem: Fix potential addition overflowDoug Ledford2018-09-251-3/+5
* RDMA/umem: Minor optimizationsDoug Ledford2018-09-251-8/+7
* iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor2018-09-252-4/+5
* RDMA/mlx5: Remove superfluous version printMark Bloch2018-09-251-2/+0
* IB/usnic: fix spelling mistake "unvalid" -> "invalid"Colin Ian King2018-09-251-1/+1
* IB/mlx5: Set valid umem bit on DEVXYishai Hadas2018-09-251-0/+95
* IB/mlx5: Set uid as part of TD commandsYishai Hadas2018-09-253-15/+52
* IB/mlx5: Set uid as part of XRCD commandsYishai Hadas2018-09-254-2/+34
* IB/mlx5: Set uid as part of CQ creationYishai Hadas2018-09-251-0/+1
* IB/mlx5: Set uid upon PD allocationYishai Hadas2018-09-251-0/+1
* IB/mlx5: Set uid as part of RQT commandsYishai Hadas2018-09-254-2/+18
* IB/mlx5: Set uid as part of TIS commandsYishai Hadas2018-09-253-10/+29
* IB/mlx5: Set uid as part of TIR commandsYishai Hadas2018-09-253-9/+27
* IB/mlx5: Set uid as part of MCG commandsYishai Hadas2018-09-253-2/+43
* IB/mlx5: Set uid as part of DCT commandsYishai Hadas2018-09-251-0/+1
* IB/mlx5: Set uid as part of SRQ commandsYishai Hadas2018-09-251-0/+1
* IB/mlx5: Set uid as part of SQ commandsYishai Hadas2018-09-251-5/+7
* IB/mlx5: Set uid as part of RQ commandsYishai Hadas2018-09-251-6/+11
* IB/mlx5: Set uid as part of QP creationYishai Hadas2018-09-251-0/+1
* IB/mlx5: Use uid as part of PD commandsYishai Hadas2018-09-254-3/+24
* Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe2018-09-258-83/+171
|\
| * net/mlx5: Update mlx5_ifc with DEVX UID bitsLeon Romanovsky2018-09-251-24/+43
| * net/mlx5: Set uid as part of DCT commandsYishai Hadas2018-09-252-3/+7
| * net/mlx5: Set uid as part of SRQ commandsYishai Hadas2018-09-254-14/+40
| * net/mlx5: Set uid as part of SQ commandsYishai Hadas2018-09-252-5/+17
| * net/mlx5: Set uid as part of RQ commandsYishai Hadas2018-09-252-5/+17
| * net/mlx5: Set uid as part of QP commandsYishai Hadas2018-09-253-29/+39
| * net/mlx5: Set uid as part of CQ commandsYishai Hadas2018-09-253-3/+8
* | Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford2018-09-226-43/+138
|\ \
| * | RDMA/mlx5: Enable vport loopback when user context or QP mandateMark Bloch2018-09-223-19/+59
| * | RDMA/mlx5: Allow creating RAW ethernet QP with loopback supportMark Bloch2018-09-223-14/+52
| * | RDMA/mlx5: Refactor transport domain bookkeeping logicMark Bloch2018-09-222-19/+36
| |/
| * net/mlx5: Rename incorrect naming in IFC fileMark Bloch2018-09-213-5/+5
* | RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-212-4/+2
* | IB/mlx4: Remove unnecessary parenthesesNathan Chancellor2018-09-211-1/+1
* | IB/nes: Remove unnecessary parenthesesNathan Chancellor2018-09-211-1/+1
* | RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2018-09-213-6/+0
* | RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe2018-09-212-2/+9
* | RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe2018-09-212-13/+27
* | RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe2018-09-212-110/+18
* | RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-216-169/+191
* | RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-215-93/+120
* | RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-216-26/+27