summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-4/+3
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-2/+2
|\
| * compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-2/+2
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-302-263/+41
|\ \
| * | RDMA/odp: Use mmu_interval_notifier_insert()Jason Gunthorpe2019-11-232-263/+41
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-2724-369/+671
|\ \ \
| * \ \ Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-252-0/+11
| |\ \ \
| | * | | IB/core: Add interfaces to get VF node and port GUIDsDanit Goldberg2019-11-222-0/+11
| | | |/ | | |/|
| * | | RDMA/cm: Use refcount_t type for refcount variableDanit Goldberg2019-11-191-12/+12
| * | | RDMA/cma: Use ACK timeout for RoCE packetLifeTimeDag Moxnes2019-11-171-2/+13
| * | | IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-2/+1
| * | | dma-mapping: remove the DMA_ATTR_WRITE_BARRIER flagChristoph Hellwig2019-11-141-7/+2
| * | | RDMA: Change MAD processing function to remove extra casting and parameterLeon Romanovsky2019-11-122-10/+8
| * | | RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky2019-11-061-2/+2
| * | | RDMA/mad: Delete never implemented functionsLeon Romanovsky2019-11-061-19/+0
| * | | RDMA/core: Fix return code when modify_port isn't supportedKamal Heib2019-11-061-1/+5
| * | | RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon2019-11-063-13/+49
| * | | RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon2019-11-064-0/+240
| * | | RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon2019-11-054-72/+86
| * | | Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe2019-10-281-19/+19
| |\ \ \ | | | |/ | | |/|
| | * | RDMA/odp: Remove broken debugging call to invalidate_rangeJason Gunthorpe2019-10-281-19/+19
| * | | Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-286-14/+19
| |\| |
| * | | RDMA/core: Set DMA parameters correctlyBart Van Assche2019-10-281-2/+14
| * | | RDMA/cm: Update copyright together with SPDX tagLeon Romanovsky2019-10-283-85/+6
| * | | RDMA/cm: Use specific keyword to check defineLeon Romanovsky2019-10-281-1/+1
| * | | RDMA/cm: Delete unused cm_is_active_peer functionLeon Romanovsky2019-10-281-8/+0
| * | | RDMA/core: Check that process is still alive before sending it to the usersLeon Romanovsky2019-10-232-9/+33
| * | | RDMA/restrack: Remove PID namespace supportLeon Romanovsky2019-10-234-46/+2
| * | | IB/core: Do not notify GID change event of an unregistered deviceParav Pandit2019-10-221-7/+1
| * | | RDMA/uverbs: Add a check for uverbs_attr_get to uverbs_copy_to_struct_or_zeroChuhong Yuan2019-10-221-0/+3
| * | | IB/cma: Honor traffic class from lower netdevice for RoCEParav Pandit2019-10-221-9/+52
| * | | RDMA/nldev: Provide MR statisticsErez Alfasi2019-10-222-6/+40
| * | | RDMA/mlx5: Return ODP type per MRErez Alfasi2019-10-221-0/+13
| * | | RDMA/nldev: Allow different fill function per resourceErez Alfasi2019-10-221-21/+23
| * | | infiniband: fix core/ kernel-doc notationrd.dunlab@gmail.com2019-10-222-13/+12
| * | | infiniband: fix core/verbs.c kernel-doc notationrd.dunlab@gmail.com2019-10-221-0/+2
| * | | infiniband: fix core/ipwm_util.h kernel-doc warningsrd.dunlab@gmail.com2019-10-221-1/+4
| * | | Merge branch 'mlx5-rd-sgl' into rdma.git for-nextJason Gunthorpe2019-10-221-10/+15
| |\ \ \
| | * | | RDMA/rw: Support threshold for registration vs scattering to local pagesYamin Friedman2019-10-221-10/+15
| | | |/ | | |/|
| * | | IB/cm: Use container_of() instead of typecastParav Pandit2019-10-041-2/+2
| * | | RDMA/core: Fix return code when modify_device isn't supportedKamal Heib2019-10-012-2/+2
| * | | RDMA/counter: Prevent QP counter manual binding in auto modeMark Zhang2019-10-011-1/+11
| |/ /
* | | IB/core: Avoid deadlock during netlink message handlingParav Pandit2019-10-243-54/+56
* | | RDMA/nldev: Skip counter if port doesn't matchMark Zhang2019-10-241-1/+1
* | | RDMA/uverbs: Prevent potential underflowDan Carpenter2019-10-221-1/+1
* | | IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fieldsParav Pandit2019-10-181-4/+5
* | | RDMA/iwcm: move iw_rem_ref() calls out of spinlockKrishnamraju Eraparaju2019-10-181-23/+29
| |/ |/|
* | RDMA/odp: Lift umem_mutex out of ib_umem_odp_unmap_dma_pages()Jason Gunthorpe2019-10-041-2/+4
* | IB/core: Fix wrong iterating on portsMohamad Heib2019-10-041-1/+1
* | RDMA/nldev: Reshuffle the code to avoid need to rebind QP in error pathLeon Romanovsky2019-10-041-6/+4