summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | RDMA/cm: Fix memory leak in cm_add/remove_oneJack Morgenstein2019-10-041-0/+3
* | RDMA/core: Fix an error handling path in 'res_get_common_doit()'Christophe JAILLET2019-10-041-1/+1
* | RDMA/iwcm: Fix a lock inversion issueBart Van Assche2019-10-011-1/+2
* | RDMA/core: Fix use after free and refcnt leak on ndev in_device in iwarp_quer...Michal Kalderon2019-10-011-4/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-1/+1
|\
| * ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-201-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-241-4/+1
|\ \
| * | mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-241-4/+1
* | | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-2/+4
|\ \ \ | |/ / |/| |
| * | PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-161-2/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-2120-125/+248
|\ \ \
| * | | RDMA: Fix double-free in srq creation error flowJack Morgenstein2019-09-161-1/+2
| * | | Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-134-17/+17
| |\ \ \ | | | |/ | | |/|
| * | | RDMA/odp: Add missing cast for 32 bitJason Gunthorpe2019-09-131-1/+1
| * | | RDMA/cma: Fix false error messageHÃ¥kon Bugge2019-09-131-1/+1
| * | | RDMA/iwpm: Delete unnecessary checks before the macro call "dev_kfree_skb"Markus Elfring2019-08-272-12/+6
| * | | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-219-290/+358
| |\ \ \
| * | | | RDMA: Delete DEBUG codeLeon Romanovsky2019-08-201-13/+0
| * | | | RDMA/core: Add common iWARP query portKamal Heib2019-08-121-16/+71
| * | | | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-10/+20
| * | | | rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-0/+28
| * | | | RDMA/core: fix spelling mistake "Nelink" -> "Netlink"Colin Ian King2019-07-311-1/+1
| * | | | Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford2019-07-291-4/+7
| |\ \ \ \
| * | | | | RDMA/core: Support netlink commands in non init_net net namespacesParav Pandit2019-07-258-65/+98
| * | | | | RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit2019-07-257-6/+21
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-215-312/+273
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | RDMA/odp: remove ib_ucontext from ib_umemJason Gunthorpe2019-08-212-10/+9
| * | | | RDMA/odp: use mmu_notifier_get/put for 'struct ib_ucontext_per_mm'Jason Gunthorpe2019-08-213-118/+54
| | |_|/ | |/| |
| * | | RDMA/core: Make invalidate_range a device operationMoni Shoua2019-08-213-7/+6
| * | | RDMA/odp: Use kvcalloc for the dma_list and page_listJason Gunthorpe2019-08-211-8/+8
| * | | RDMA/odp: Check for overflow when computing the umem_odp endJason Gunthorpe2019-08-211-6/+19
| * | | RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2019-08-212-16/+7
| * | | RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2019-08-212-43/+54