summaryrefslogtreecommitdiffstats
path: root/include/rdma (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky2018-10-162-23/+16
* RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-061-2/+2
* RDMA/restrack: Un-inline set task implementationLeon Romanovsky2018-10-061-8/+2
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-041-0/+1
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-042-0/+5
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-042-0/+26
* IB/mlx4: Avoid implicit enumerated type conversionNathan Chancellor2018-10-041-1/+1
* RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-041-2/+2
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-3/+1
* IB/hfi1: Prepare resource waits for dual legDennis Dalessandro2018-10-011-2/+2
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-10-011-6/+7
* 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
* 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-181-14/+20
* RDMA: Remove duplicated include from ib_addr.hYueHaibing2018-09-131-1/+0
* RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit2018-09-131-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: Add flow actions support to raw create flowMark Bloch2018-09-111-0/+6
* RDMA/uverbs: Move flow resources initializationMark Bloch2018-09-112-14/+33
* IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi2018-09-111-1/+70
* 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-061-0/+3
|\
| * RDMA/core: Depend on device_add() to add device attributesParav Pandit2018-09-061-0/+3
* | RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky2018-09-051-1/+1
* | IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein2018-09-051-3/+6
* | RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch2018-09-051-0/+12
* | RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch2018-09-051-0/+40
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-08-241-24/+0
|\
| * RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe2018-08-181-24/+0
* | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-1/+2
|/
* Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe2018-08-161-0/+1
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-5/+8
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-5/+8
| |\
| | * RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-181-5/+8
* | | IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-131-91/+0
* | | IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-131-29/+7