summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-5/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-062-2/+4
|\
| * IB/core: Avoid a potential OOPs for an unused optional parameterMichael J. Ruhl2018-02-011-1/+1
| * RDMA/nldev: missing error code in nldev_res_get_doit()Dan Carpenter2018-02-011-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-3128-661/+1327
|\|
| * RDMA/nldev: Provide detailed QP informationLeon Romanovsky2018-01-301-0/+227
| * RDMA/nldev: Provide global resource utilizationLeon Romanovsky2018-01-301-0/+147
| * RDMA/core: Add resource tracking for create and destroy PDsLeon Romanovsky2018-01-302-0/+7
| * RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky2018-01-304-0/+14
| * RDMA/core: Add resource tracking for create and destroy QPsLeon Romanovsky2018-01-303-5/+30
| * RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky2018-01-304-1/+170
| * RDMA/core: Save kernel caller name when creating PD and CQ objectsLeon Romanovsky2018-01-292-6/+8
| * RDMA/cm: Fix access to uninitialized variableLeon Romanovsky2018-01-281-2/+0Star
| * RDMA/cma: Use existing netif_is_bond_master functionParav Pandit2018-01-281-1/+1
| * IB/core: Avoid SGID attributes query while converting GID from OPA to IBParav Pandit2018-01-281-3/+1Star
| * IB/umad: Fix use of unprotected device pointerJack Morgenstein2018-01-281-1/+1
| * RDMA/uverbs: Use an unambiguous errno for method not supportedJason Gunthorpe2018-01-251-6/+13
| * RDMA/cma: Update RoCE multicast routines to use net namespaceParav Pandit2018-01-221-3/+3
| * RDMA/cma: Update cma_validate_port to honor net namespaceParav Pandit2018-01-221-1/+1
| * RDMA/cma: Refactor to access multiple fields of rdma_dev_addrParav Pandit2018-01-221-7/+8
| * RDMA/cma: Check existence of netdevice during port validationParav Pandit2018-01-221-3/+5
| * RDMA/ucma: Use rdma cm API to query GIDParav Pandit2018-01-191-4/+4
| * RDMA/cma: Introduce API to read GIDs for multiple transportsParav Pandit2018-01-191-0/+27
| * IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_directSagi Grimberg2018-01-181-10/+13
| * IB/core: postpone WR initialization during queue drainMax Gurtovoy2018-01-181-8/+8
| * IB/cma: use strlcpy() instead of strncpy()Xiongfeng Wang2018-01-151-1/+1
| * RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-151-1/+1
| * IB/core: Limit DMAC resolution to RoCE Connected QPsParav Pandit2018-01-151-1/+10
| * IB/core: Attempt DMAC resolution for only RoCEParav Pandit2018-01-151-4/+2Star
| * IB/core: Limit DMAC resolution to userspace QPsParav Pandit2018-01-151-19/+29
| * IB/core: Perform modify QP on real oneParav Pandit2018-01-151-2/+3
| * infiniband: fix core/fmr_pool.c kernel-doc notationRandy Dunlap2018-01-111-7/+5Star
| * infiniband: fix core/verbs.c kernel-doc notationRandy Dunlap2018-01-111-2/+2
| * RDMA/cma: Fix rdma_cm path querying for RoCEParav Pandit2018-01-111-3/+4
| * RDMA/cma: Fix rdma_cm raw IB path setting for RoCEParav Pandit2018-01-111-0/+14
| * RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit2018-01-112-7/+7
| * RDMA/cma: Provide a function to set RoCE path record L2 parametersParav Pandit2018-01-111-35/+53
| * RDMA/cma: Use the right net namespace for the rdma_cm_idParav Pandit2018-01-111-2/+3
| * IB/core: Increase number of char device minorsHuy Nguyen2018-01-114-156/+113Star
| * IB/core: Remove the locking for character device bitmapsHuy Nguyen2018-01-112-10/+0Star
| * Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford2018-01-083-20/+54
| |\
| * | {net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens2018-01-083-5/+9
| * | IB/core: Change roce_rescan_device to return voidDaniel Jurgens2018-01-083-10/+3Star
| * | RDMA/core: Add encode/decode FDR/EDR ratesHans Westgaard Ry2018-01-051-20/+36
| * | IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche2018-01-042-7/+14
| * | RDMA/cma: Mark end of CMA ID messagesLeon Romanovsky2018-01-021-0/+1
| * | RDMA/nldev: Refactor setting the nldev handle to a common functionLeon Romanovsky2018-01-021-6/+14
| * | RDMA/core: Replace open-coded variant of put_deviceLeon Romanovsky2018-01-021-1/+1
| * | RDMA/netlink: Simplify code of autoload modulesLeon Romanovsky2018-01-021-5/+3Star
| * | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-287-14/+70
| |\ \