summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/cq.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Delete useless module.h includeLeon Romanovsky2022-03-101-1/+0
* net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed2022-02-231-3/+14
* net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()Valentine Fatiev2021-11-161-2/+3
* net/mlx5e: Fix memory leak in mlx5_core_destroy_cq() error pathValentine Fatiev2021-10-121-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-0/+1
|\
| * net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-091-0/+1
* | IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa2021-07-251-1/+2
|/
* net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-2/+2
* net/mlx5: Update cq.c to new cmd interfaceLeon Romanovsky2020-04-231-13/+9
* net/mlx5: Delete not-used cmd headerLeon Romanovsky2020-04-191-1/+0
* net/mlx5: Report EQE data upon CQ completionYishai Hadas2019-07-031-2/+3
* net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas2019-07-031-4/+3
* net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas2019-07-031-7/+2
* net/mlx5: EQ, Different EQ typesSaeed Mahameed2018-11-201-5/+5
* net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed2018-11-201-2/+3
* net/mlx5: Set uid as part of CQ commandsYishai Hadas2018-09-251-0/+4
* net/mlx5: Fix wrongly assigned CQ reference counterLeon Romanovsky2018-03-071-2/+1
* net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2018-02-151-45/+0
* net/mlx5: CQ hold/put APISaeed Mahameed2018-02-151-23/+19
* net/mlx5: EQ add/del CQ APISaeed Mahameed2018-02-151-45/+15
* net/mlx5: Add missing likely/unlikely hints to cq eventsSaeed Mahameed2018-02-151-3/+3
* net/mlx5: CQ Database per EQSaeed Mahameed2018-02-151-29/+40
* drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-8/+8
* IB/mlx5: Support 4k UAR for libmlx5Eli Cohen2017-01-091-0/+2
* net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-171-12/+4
* {net,IB}/mlx5: CQ commands via mlx5 ifcSaeed Mahameed2016-08-141-66/+47
* net/mlx5_core: Use tasklet for user-space CQ completion eventsMatan Barak2016-05-181-0/+59
* net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny2015-09-281-0/+1
* net/mlx5_core: Modify CQ moderation parametersRana Shahout2015-05-301-0/+18
* net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed2015-04-021-1/+1
* IB/mlx5: Add support for resize CQEli Cohen2014-01-221-2/+2
* IB/mlx5: Implement modify CQEli Cohen2014-01-221-2/+15
* mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-081-0/+224