summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-1/+1
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-162-22/+34
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-07-131-6/+12
| |\
| | * RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error pathKamal Heib2018-07-111-6/+12
| * | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-281-1/+1
| |\ \ | | |/ | |/|
| | * IB/mlx5: Avoid dealing with vport representors if not being e-switch managerOr Gerlitz2018-06-261-1/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-15/+21
| |\ \ | | |/ | |/|
| | * IB/mlx5: Fix return value check in flow_counters_set_data()weiyongjun (A)2018-06-111-2/+2
| | * IB/mlx5: Fix memory leak in mlx5_ib_create_flowGustavo A. R. Silva2018-06-111-13/+19
* | | IB/mlx5: Fix leaking stack memory to userspaceJason Gunthorpe2018-08-141-1/+1
* | | IB/uverbs: Use uverbs_alloc for allocationsJason Gunthorpe2018-08-131-53/+30
* | | IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-102-29/+17
* | | RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wqLeon Romanovsky2018-08-081-1/+3
* | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-021-10/+0
* | | IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-012-27/+24
* | | RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2018-07-311-1/+1
* | | IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe2018-07-302-15/+17
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-305-27/+28
* | | IB/mlx5, ib_post_send(), IB_WR_REG_SIG_MR: Do not modify the 'wr' argumentBart Van Assche2018-07-301-12/+18
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-302-16/+17
* | | IB/mlx5: avoid excessive warning msgs when creating VFs on 2nd portQing Huang2018-07-261-2/+2
* | | IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-251-5/+15
* | | IB/mlx5: Use the ucontext from the uobj, not the fileJason Gunthorpe2018-07-251-16/+16
* | | IB/mlx5: Enable driver uapi commands for flow steeringYishai Hadas2018-07-243-7/+19
* | | IB/mlx5: Add support for a flow table destination for driver flow steeringYishai Hadas2018-07-241-5/+8
* | | IB/mlx5: Support adding flow steering rule by raw descriptionYishai Hadas2018-07-242-17/+201
* | | IB/mlx5: Introduce driver create and destroy flow methodsYishai Hadas2018-07-244-0/+156
* | | IB/mlx5: Introduce flow steering matcher uapi objectYishai Hadas2018-07-243-0/+146
* | | Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe2018-07-241-1/+1
|\ \ \
| * | | net/mlx5: Fix tristate and description for MLX5 moduleEran Ben Elisha2018-07-181-1/+1
* | | | RDMA/mlx5: Remove set but not used variablesKamal Heib2018-07-232-5/+1
* | | | RDMA/mlx5: Check that supplied blue flame index doesn't overflowLeon Romanovsky2018-07-132-8/+9
* | | | RDMA/mlx5: Melt consecutive calls to alloc_bfreg() in one callLeon Romanovsky2018-07-132-41/+12
* | | | IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas2018-07-101-16/+2
* | | | RDMA: Validate grh_required when handling AVsArtemy Kovalyov2018-07-101-7/+16
* | | | RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-2/+2
* | | | IB/mlx5: Honor cnt_set_id_valid flag instead of set_idParav Pandit2018-07-091-1/+1
* | | | RDMA/mlx5: Remove unused port number parameterLeon Romanovsky2018-07-091-20/+11
* | | | IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn2018-07-092-32/+9
* | | | RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformlyJason Gunthorpe2018-07-041-12/+4
* | | | RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe2018-07-042-37/+37
* | | | RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2018-07-042-122/+150
* | | | RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe2018-07-041-4/+4
* | | | RDMA/uverbs: Simplify method definition macrosJason Gunthorpe2018-07-041-9/+9
* | | | RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe2018-07-041-36/+36
* | | | RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe2018-07-041-3/+3
* | | | Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-nextJason Gunthorpe2018-07-043-0/+32
|\ \ \ \
| * | | | IB/mlx5: Expose dump and fill memory keyYonatan Cohen2018-07-041-0/+16
| |/ / /
| * / / net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen2018-07-042-0/+16
| |/ /
* | | IB/mlx5: Fix GRE flow specificationMaor Gottlieb2018-07-031-1/+1