aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe17-55/+42
2018-09-26RDMA: Fix dependencies for rdma_user_mmap_ioArnd Bergmann2-0/+2
2018-09-25RDMA/umem: Fix potential addition overflowDoug Ledford1-3/+5
2018-09-25RDMA/umem: Minor optimizationsDoug Ledford1-8/+7
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
2018-09-25IB/mlx5: Set uid as part of TIR commandsYishai Hadas3-9/+27
2018-09-25IB/mlx5: Set uid as part of MCG commandsYishai Hadas3-2/+43
2018-09-25IB/mlx5: Set uid as part of DCT commandsYishai Hadas1-0/+1
2018-09-25IB/mlx5: Set uid as part of SRQ commandsYishai Hadas1-0/+1
2018-09-25IB/mlx5: Set uid as part of SQ commandsYishai Hadas1-5/+7
2018-09-25IB/mlx5: Set uid as part of RQ commandsYishai Hadas1-6/+11
2018-09-25IB/mlx5: Set uid as part of QP creationYishai Hadas1-0/+1
2018-09-25IB/mlx5: Use uid as part of PD commandsYishai Hadas4-3/+24
2018-09-25Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe3-25/+90
2018-09-25net/mlx5: Set uid as part of DCT commandsYishai Hadas1-0/+4
2018-09-25net/mlx5: Set uid as part of SRQ commandsYishai Hadas1-3/+27
2018-09-25net/mlx5: Set uid as part of SQ commandsYishai Hadas1-2/+14
2018-09-25net/mlx5: Set uid as part of RQ commandsYishai Hadas1-2/+14
2018-09-25net/mlx5: Set uid as part of QP commandsYishai Hadas1-18/+27
2018-09-25net/mlx5: Set uid as part of CQ commandsYishai Hadas1-0/+4
2018-09-21Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford4-41/+134
2018-09-21RDMA/mlx5: Enable vport loopback when user context or QP mandateMark Bloch3-19/+59
2018-09-21RDMA/mlx5: Allow creating RAW ethernet QP with loopback supportMark Bloch2-14/+50
2018-09-21RDMA/mlx5: Refactor transport domain bookkeeping logicMark Bloch2-19/+36
2018-09-22net/mlx5: Rename incorrect naming in IFC fileMark Bloch2-3/+3
2018-09-21RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang2-4/+2
2018-09-21IB/mlx4: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21IB/nes: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2-5/+0
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe1-2/+8
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe1-13/+26
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe1-95/+18
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe4-148/+170
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe3-81/+98
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe5-23/+24
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe3-76/+65
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe5-95/+105
2018-09-20RDMA/usnic: Do not use ucontext->tgidJason Gunthorpe2-48/+46
2018-09-20RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe1-41/+36
2018-09-20RDMA/ucontext: Get rid of the old disassociate flowJason Gunthorpe1-41/+10
2018-09-20RDMA/hns: Use rdma_user_mmap_ioJason Gunthorpe2-88/+21