summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe2019-08-211-6/+74
| * | | RMDA/odp: Consolidate umem_odp initializationJason Gunthorpe2019-08-211-114/+86
| * | | RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2019-08-211-24/+30
| * | | RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe2019-08-211-19/+21
| * | | RDMA/odp: Use the common interval tree library instead of genericJason Gunthorpe2019-08-211-54/+18
* | | | RDMA/cma: fix null-ptr-deref Read in cma_cleanupzhengbin2019-08-201-1/+5
* | | | RDMA/restrack: Rewrite PID namespace check to be reliableLeon Romanovsky2019-08-202-10/+8
* | | | RDMA/counters: Properly implement PID checksLeon Romanovsky2019-08-201-5/+3
* | | | IB/core: Fix NULL pointer dereference when bind QP to counterIdo Kalir2019-08-201-1/+1
|/ / /
* | | RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe2019-08-201-6/+1
* | | RDMA/core: Fix error code in stat_get_doit_qp()Dan Carpenter2019-08-121-2/+6
* | | RDMA/counter: Prevent QP counter binding if counters unsupportedMark Zhang2019-08-071-0/+6
* | | IB/mlx5: Fix implicit MR release flowYishai Hadas2019-08-071-4/+0
* | | IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein2019-08-011-10/+10
* | | RDMA/restrack: Track driver QP types in resource trackerGal Pressman2019-08-011-1/+4
* | | RDMA/devices: Remove the lock around remove_client_contextJason Gunthorpe2019-08-011-21/+27
* | | RDMA/devices: Do not deadlock during client removalJason Gunthorpe2019-08-011-13/+41
* | | IB/core: Add mitigation for Spectre V1Luck, Tony2019-08-011-1/+5
| |/ |/|
* | IB/counters: Always initialize the port counter objectParav Pandit2019-07-251-4/+4
* | IB/core: Fix querying total rdma statsParav Pandit2019-07-251-0/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-1523-1749/+2117
|\