summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-161-0/+3
* IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-161-0/+3
* RDMA/core: Set right entry state before releasing referenceParav Pandit2018-09-251-34/+34
* IB/uverbs: Free uapi on destroyMark Bloch2018-09-251-0/+1
* RDMA/uverbs: Fix validity check for modify QPMajd Dibbiny2018-09-201-23/+45
* ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang2018-09-131-0/+2
* RDMA/uverbs: Atomically flush and mark closed the comp event queueSteve Wise2018-09-121-0/+1
* RDMA/cma: Protect cma dev list with lockParav Pandit2018-09-061-5/+7
* RDMA/uverbs: Fix error cleanup path of ib_uverbs_add_one()Parav Pandit2018-09-051-3/+2
* IB/core: Release object lock if destroy failedArtemy Kovalyov2018-09-041-0/+2
* RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn2018-09-041-0/+6
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-7/+26
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-1/+1
| |\
| | * Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-11/+17
| | |\
| | * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* | | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-162-21/+79
|\| | |
| * | | RDMA/uverbs: Expand primary and alt AV port checksJack Morgenstein2018-07-241-5/+54
| | |/ | |/|
| * | RDMA/uverbs: Don't fail in creation of multiple flowsLeon Romanovsky2018-07-031-1/+1
| * | RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flowLeon Romanovsky2018-06-251-11/+12
| * | RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky2018-06-251-0/+5
| |/
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-212-10/+18
| |\
| | * RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-181-6/+8
| | * IB/uverbs: Fix ordering of ucontext check in ib_uverbs_writeJason Gunthorpe2018-06-121-4/+10
* | | IB/core: Change filter function return type from int to boolParav Pandit2018-08-152-31/+43
* | | IB/core: Update GID entries for netdevice whose mac address changesParav Pandit2018-08-151-6/+7
* | | IB/core: Add default GIDs of the bond master netdevParav Pandit2018-08-151-29/+59
* | | IB/core: Consider adding default GIDs of bond deviceParav Pandit2018-08-151-1/+23
* | | IB/core: Delete lower netdevice default GID entries in bonding scenarioParav Pandit2018-08-151-9/+62
* | | IB/core: Avoid confusing del_netdev_default_ipsParav Pandit2018-08-141-13/+10
* | | IB/core: Add comment for change upper netevent handlingParav Pandit2018-08-141-16/+39
* | | IB/ucm: Fix compiling ucm.cJason Gunthorpe2018-08-131-5/+5
* | | IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe2018-08-131-28/+13
* | | IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-136-742/+2
* | | IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-133-269/+210
* | | IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-131-12/+8
* | | IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe2018-08-131-20/+89
* | | IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2018-08-102-35/+64
* | | IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe2018-08-101-55/+57
* | | IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe2018-08-103-51/+57
* | | IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe2018-08-105-3/+408
* | | IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-103-20/+33
* | | IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe2018-08-091-1/+1
* | | IB/ucm: Initialize sgid request GID attribute pointerParav Pandit2018-08-071-4/+1
* | | IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe2018-08-013-14/+62
* | | IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2018-08-012-12/+11
* | | IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-017-63/+51
* | | IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe2018-08-013-83/+80
* | | IB/uverbs: Lower the test for ongoing disassociationJason Gunthorpe2018-08-011-0/+11
* | | IB/uverbs: Allow uobject allocation to work concurrently with disassociateJason Gunthorpe2018-08-011-11/+26