summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Fix double-free in srq creation error flowJack Morgenstein2019-10-051-1/+2
* ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-10-051-1/+1
* RDMA/cma: fix null-ptr-deref Read in cma_cleanupzhengbin2019-09-101-1/+5
* IB/mlx5: Fix implicit MR release flowYishai Hadas2019-09-061-4/+0
* IB/mad: Fix use-after-free in ib mad completion handlingJack Morgenstein2019-08-251-10/+10
* RDMA/restrack: Track driver QP types in resource trackerGal Pressman2019-08-251-1/+4
* IB/core: Add mitigation for Spectre V1Luck, Tony2019-08-251-1/+5
* RDMA/devices: Do not deadlock during client removalJason Gunthorpe2019-08-061-13/+41
* RDMA/core: Fix race when resolving IP addressDag Moxnes2019-07-311-1/+1
* RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason Gunthorpe2019-07-261-5/+9
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-084-36/+4
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-054-36/+4
* | RDMA/core: Fix panic when port_data isn't initializedKamal Heib2019-05-271-5/+9
* | RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman2019-05-272-5/+6
* | RDMA/core: Clear out the udata before error unwindJason Gunthorpe2019-05-273-6/+19
* | RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-9/+26
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-142-20/+23
|\
| * RDMA/core: Change system parameters callback from dumpit to doitParav Pandit2019-05-131-12/+15
| * RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-131-8/+8
* | mm/mmu_notifier: convert user range->blockable to helper functionJérôme Glisse2019-05-141-2/+3
* | mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0932-712/+1679
|\|
| * IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-072-2/+0
| * RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky2019-05-071-0/+9
| * RDMA: Add EFA related definitionsGal Pressman2019-05-062-0/+3
| * RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-062-28/+1
| * RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem2019-05-061-0/+34
| * RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2019-05-061-0/+51
| * RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-032-16/+70
| * RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-033-2/+12
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-0/+55
| * IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit2019-05-031-2/+3
| * RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-032-17/+26
| * RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-033-11/+10
| * IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov2019-05-033-2/+1
| * RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch2019-05-031-0/+2
| * RDMA/uverbs: Initialize udata struct on destroy flowsGal Pressman2019-05-021-0/+2
| * RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()Shiraz Saleem2019-05-021-6/+10
| * RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+60
| * uverbs: Convert idr to XArrayMatthew Wilcox2019-04-252-55/+25
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-242-53/+60
| |\
| | * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-51/+11
| * | RDMA/cma: Consider scope_id while binding to ipv6 ll addressParav Pandit2019-04-241-6/+19
| * | IB/core: Allow vlan link local address based RoCE GIDsParav Pandit2019-04-241-23/+4
| * | RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit2019-04-223-6/+65
| * | RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit2019-04-221-0/+77
| * | RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit2019-04-221-3/+4
| * | RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem2019-04-081-2/+2
| * | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-43/+48
| * | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-082-17/+25