aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim1-0/+3
2022-03-10net/mlx5: Node-aware allocation for the EQsTariq Toukan1-2/+4
2022-03-10net/mlx5: Node-aware allocation for the EQ tableTariq Toukan1-1/+2
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-06net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory1-1/+10
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory1-33/+65
2022-01-06net/mlx5: Introduce control IRQ request APIShay Drory1-1/+4
2021-12-21net/mlx5: Let user configure event_eq_size paramShay Drory1-1/+15
2021-12-21net/mlx5: Let user configure io_eq_size paramShay Drory1-1/+17
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski1-3/+2
2021-10-25net/mlx5: Let user configure event_eq_size paramShay Drory1-1/+1
2021-10-25net/mlx5: Let user configure io_eq_size paramShay Drory1-1/+2
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory1-4/+5
2021-08-09net/mlx5: Synchronize correct IRQ when destroying CQShay Drory1-4/+16
2021-06-22net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()Nathan Chancellor1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory1-6/+8
2021-06-14net/mlx5: Allocating a pool of MSI-X vectors for SFsShay Drory1-8/+4
2021-06-14net/mlx5: Change IRQ storage logic from static to dynamicShay Drory1-3/+9
2021-06-14net/mlx5: Moving rmap logic to EQsShay Drory1-1/+66
2021-06-14net/mlx5: Clean license text in eq.[c|h] filesLeon Romanovsky1-29/+2
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky1-7/+20
2021-06-14net/mlx5: Introduce API for request and release IRQsShay Drory1-9/+13
2021-06-09Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory1-2/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+12
2021-03-31net/mlx5: Don't request more than supported EQsDaniel Jurgens1-1/+12
2021-03-12net/mlx5: Use order-0 allocations for EQsTariq Toukan1-11/+16
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit1-1/+1
2021-01-22net/mlx5: Introduce vhca state event notifierParav Pandit1-0/+3
2020-12-08net/mlx5: Arm only EQs with EQEsShay Drory1-4/+2
2020-11-05net: mlx5: Replace in_irq() usageSebastian Andrzej Siewior1-7/+11
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+41
2020-10-02net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha1-1/+39
2020-10-02net/mlx5: Fix a race when moving command interface to polling modeEran Ben Elisha1-0/+2
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-05-22net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha1-0/+3
2020-04-23net/mlx5: Update eq.c to new cmd interfaceLeon Romanovsky1-3/+2
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky1-1/+0
2020-01-07net/mlx5: Use async EQ setup cleanup helpers for multiple EQsParav Pandit1-65/+49
2020-01-07net/mlx5: Reduce No CQ found log level from warn to debugParav Pandit1-1/+2
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-9/+13
2019-08-20net/mlx5: Improve functions documentationSaeed Mahameed1-9/+13
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-07-29net/mlx5: fix -Wtype-limits compilation warningsQian Cai1-11/+1
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+1
2019-07-03net/mlx5: Report a CQ error event only when a handler was setYishai Hadas1-1/+2
2019-07-03net/mlx5: Expose the API to register for ANY eventYishai Hadas1-0/+2
2019-07-03net/mlx5: Use event mask based on device capabilitiesYishai Hadas1-8/+32
2019-07-03net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas1-9/+7