summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB: directly cast the sockaddr union to aockaddrGreg Kroah-Hartman2019-08-091-5/+4Star
* RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-07-031-5/+5
* RDMA/cma: Consider scope_id while binding to ipv6 ll addressParav Pandit2019-05-311-6/+19
* IB/core: Destroy QP if XRC QP failsYuval Avnery2019-05-081-17/+24
* IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens2019-05-081-2/+6
* IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens2019-05-081-1/+2
* RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung2019-03-271-1/+12
* RDMA/nldev: Don't expose unsafe global rkey to regular userLeon Romanovsky2019-01-221-4/+0Star
* IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang2019-01-131-0/+3
* RDMA/core: Add GIDs while changing MAC addr only for registered ndevParav Pandit2018-12-171-2/+4
* RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky2018-11-131-2/+5
* RDMA/core: Do not expose unsupported countersParav Pandit2018-11-131-7/+12
* 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-211-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-061-3/+2Star
* 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-151-13/+10Star
* | | IB/core: Add comment for change upper netevent handlingParav Pandit2018-08-151-16/+39
* | | IB/ucm: Fix compiling ucm.cJason Gunthorpe2018-08-141-5/+5
* | | IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe2018-08-131-28/+13Star
* | | IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-136-742/+2Star
* | | IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe2018-08-133-269/+210Star
* | | IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-131-12/+8Star
* | | 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-112-35/+64