aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-25net/mlx5: Update mlx5_ifc with DEVX UID bitsLeon Romanovsky1-24/+43
2018-09-25net/mlx5: Set uid as part of DCT commandsYishai Hadas2-3/+7
2018-09-25net/mlx5: Set uid as part of SRQ commandsYishai Hadas4-14/+40
2018-09-25net/mlx5: Set uid as part of SQ commandsYishai Hadas2-5/+17
2018-09-25net/mlx5: Set uid as part of RQ commandsYishai Hadas2-5/+17
2018-09-25net/mlx5: Set uid as part of QP commandsYishai Hadas3-29/+39
2018-09-25net/mlx5: Set uid as part of CQ commandsYishai Hadas3-3/+8
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 Bloch3-14/+52
2018-09-21RDMA/mlx5: Refactor transport domain bookkeeping logicMark Bloch2-19/+36
2018-09-22net/mlx5: Rename incorrect naming in IFC fileMark Bloch3-5/+5
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 Gunthorpe3-6/+0
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe2-2/+9
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe2-13/+27
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe2-110/+18
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe6-169/+191
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe5-93/+120
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe6-26/+27
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe4-83/+69
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe7-114/+129
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 Gunthorpe2-43/+37
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
2018-09-20RDMA/mlx5: Use rdma_user_mmap_ioJason Gunthorpe2-125/+7
2018-09-20RDMA/mlx4: Use rdma_user_mmap_ioJason Gunthorpe2-123/+24