summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Add support for flow tag to raw create flowMark Bloch2018-10-161-0/+1
* RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-051-2/+2
* RDMA/restrack: Un-inline set task implementationLeon Romanovsky2018-10-051-8/+2
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-031-0/+1
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-032-0/+5
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-032-0/+26
* IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor2018-10-031-1/+1
* RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-031-2/+2
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-3/+1
* IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-09-301-2/+2
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-301-6/+7
* RDMA/qedr: Remove enumerated type qed_roce_ll2_tx_destNathan Chancellor2018-09-301-10/+1
* IB/mlx5: Expose RAW QP device handles to user spaceYishai Hadas2018-09-271-0/+13
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-262-4/+11
* Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe2018-09-255-58/+81
|\
| * 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-251-3/+3
| * net/mlx5: Set uid as part of SRQ commandsYishai Hadas2018-09-253-11/+13
| * net/mlx5: Set uid as part of SQ commandsYishai Hadas2018-09-251-3/+3
| * net/mlx5: Set uid as part of RQ commandsYishai Hadas2018-09-251-3/+3
| * net/mlx5: Set uid as part of QP commandsYishai Hadas2018-09-252-11/+12
| * net/mlx5: Set uid as part of CQ commandsYishai Hadas2018-09-252-3/+4
* | Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford2018-09-212-2/+4
|\ \
| * | RDMA/mlx5: Allow creating RAW ethernet QP with loopback supportMark Bloch2018-09-211-0/+2
| |/
| * net/mlx5: Rename incorrect naming in IFC fileMark Bloch2018-09-221-2/+2
* | RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2018-09-211-1/+0
* | RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe2018-09-211-0/+1
* | RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe2018-09-211-0/+1
* | RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe2018-09-211-15/+0
* | RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-212-21/+21
* | RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-212-12/+22
* | RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-211-3/+3
* | RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-211-7/+4
* | RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-212-19/+24
* | RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe2018-09-201-2/+1
* | RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe2018-09-201-0/+22
* | IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe2018-09-172-15/+39
* | RDMA: Remove duplicated include from ib_addr.hYueHaibing2018-09-131-1/+0
* | RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit2018-09-121-0/+3
* | RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit2018-09-121-4/+0
* | IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-111-2/+8
* | RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch2018-09-111-0/+1
* | RDMA/mlx5: Add flow actions support to raw create flowMark Bloch2018-09-112-0/+7
* | RDMA/uverbs: Move flow resources initializationMark Bloch2018-09-112-14/+33
* | IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi2018-09-112-3/+75
* | RDMA/core: Document QP @event_handler functionChuck Lever2018-09-111-0/+2
* | RDMA/core: Document CM @event_handler functionChuck Lever2018-09-111-1/+5
* | RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit2018-09-061-2/+3
* | Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe2018-09-058-41/+77
|\ \