aboutsummaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 13-146/+385
2018-10-17RDMA/core: Allow existing drivers to set one sysfs group per deviceGravatar Parav Pandit 1-2/+28
2018-10-16RDMA/core: Rename ports_parent to ports_kobjGravatar Parav Pandit 1-1/+1
2018-10-16RDMA/core: Annotate timeout as unsigned longGravatar Leon Romanovsky 4-7/+8
2018-10-16RDMA/core: Align multiple functions to kernel coding styleGravatar Leon Romanovsky 2-23/+16
2018-10-10RDMA/netdev: Fix netlink support in IPoIBGravatar Denis Drozdov 1-0/+7
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverGravatar Denis Drozdov 1-2/+21
2018-10-05RDMA/restrack: Consolidate task name updates in one placeGravatar Leon Romanovsky 1-2/+2
2018-10-05RDMA/restrack: Un-inline set task implementationGravatar Leon Romanovsky 1-8/+2
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtGravatar Venkata Sandeep Dhanalakota 1-0/+1
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtGravatar Venkata Sandeep Dhanalakota 2-0/+5
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtGravatar Brian Welty 2-0/+26
2018-10-03IB/mlx4: Avoid implicit enumerated type conversionGravatar Nathan Chancellor 1-1/+1
2018-10-03RDMA/netlink: Simplify netlink listener existence checkGravatar Leon Romanovsky 1-2/+2
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Gravatar Kamal Heib 1-3/+1
2018-09-30IB/hfi1: Prepare resource waits for dual legGravatar Dennis Dalessandro 1-2/+2
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeGravatar Kaike Wan 1-6/+7
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameGravatar Jason Gunthorpe 1-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceGravatar Jason Gunthorpe 2-4/+11
2018-09-21RDMA/uverbs: Get rid of ucontext->tgidGravatar Jason Gunthorpe 1-1/+0
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathGravatar Jason Gunthorpe 1-0/+1
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceGravatar Jason Gunthorpe 1-0/+1
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countGravatar Jason Gunthorpe 1-15/+0
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPGravatar Jason Gunthorpe 2-21/+21
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmGravatar Jason Gunthorpe 2-12/+22
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataGravatar Jason Gunthorpe 1-3/+3
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemGravatar Jason Gunthorpe 1-7/+4
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPGravatar Jason Gunthorpe 2-19/+24
2018-09-20RDMA/umem: Do not use current->tgid to track the mm_structGravatar Jason Gunthorpe 1-2/+1
2018-09-20RDMA/ucontext: Add a core API for mmaping driver IO memoryGravatar Jason Gunthorpe 1-0/+22
2018-09-17IB/rxe: Revise the ib_wr_opcode enumGravatar Jason Gunthorpe 1-14/+20
2018-09-13RDMA: Remove duplicated include from ib_addr.hGravatar YueHaibing 1-1/+0
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEGravatar Parav Pandit 1-0/+3
2018-09-12RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrGravatar Parav Pandit 1-4/+0
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingGravatar Michael J. Ruhl 1-2/+8
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowGravatar Mark Bloch 1-0/+6
2018-09-11RDMA/uverbs: Move flow resources initializationGravatar Mark Bloch 2-14/+33
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGravatar Guy Levi 1-1/+70
2018-09-11RDMA/core: Document QP @event_handler functionGravatar Chuck Lever 1-0/+2
2018-09-11RDMA/core: Document CM @event_handler functionGravatar Chuck Lever 1-1/+5
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockGravatar Parav Pandit 1-2/+3
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextGravatar Jason Gunthorpe 1-0/+3
2018-09-05RDMA/core: Depend on device_add() to add device attributesGravatar Parav Pandit 1-0/+3
2018-09-05RDMA/uverbs: Declare closing variable as booleanGravatar Leon Romanovsky 1-1/+1
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIGravatar Jack Morgenstein 1-3/+6
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectGravatar Mark Bloch 1-0/+12
2018-09-05RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageGravatar Mark Bloch 1-0/+40
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-24/+0
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersGravatar Michal Hocko 1-1/+2
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrGravatar Jason Gunthorpe 1-24/+0