summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/eq.c
AgeCommit message (Expand)Author
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski
2021-10-25net/mlx5: Let user configure event_eq_size paramShay Drory
2021-10-25net/mlx5: Let user configure io_eq_size paramShay Drory
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory
2021-08-09net/mlx5: Synchronize correct IRQ when destroying CQShay Drory
2021-06-22net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()Nathan Chancellor
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory
2021-06-14net/mlx5: Allocating a pool of MSI-X vectors for SFsShay Drory
2021-06-14net/mlx5: Change IRQ storage logic from static to dynamicShay Drory
2021-06-14net/mlx5: Moving rmap logic to EQsShay Drory
2021-06-14net/mlx5: Clean license text in eq.[c|h] filesLeon Romanovsky
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky
2021-06-14net/mlx5: Introduce API for request and release IRQsShay Drory
2021-06-09Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-03-31net/mlx5: Don't request more than supported EQsDaniel Jurgens
2021-03-12net/mlx5: Use order-0 allocations for EQsTariq Toukan
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit
2021-01-22net/mlx5: Introduce vhca state event notifierParav Pandit
2020-12-08net/mlx5: Arm only EQs with EQEsShay Drory
2020-11-05net: mlx5: Replace in_irq() usageSebastian Andrzej Siewior
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha
2020-10-02net/mlx5: Fix a race when moving command interface to polling modeEran Ben Elisha
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha
2020-04-23net/mlx5: Update eq.c to new cmd interfaceLeon Romanovsky
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky
2020-01-07net/mlx5: Use async EQ setup cleanup helpers for multiple EQsParav Pandit
2020-01-07net/mlx5: Reduce No CQ found log level from warn to debugParav Pandit
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-08-20net/mlx5: Improve functions documentationSaeed Mahameed
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-29net/mlx5: fix -Wtype-limits compilation warningsQian Cai
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas
2019-07-03net/mlx5: Report a CQ error event only when a handler was setYishai Hadas
2019-07-03net/mlx5: Expose the API to register for ANY eventYishai Hadas
2019-07-03net/mlx5: Use event mask based on device capabilitiesYishai Hadas
2019-07-03net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas
2019-06-13net/mlx5: Add EQ enable/disable APIYuval Avnery
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich
2019-06-13net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery
2019-06-13net/mlx5: Generalize IRQ interface to work with irq_tableYuval Avnery
2019-06-13net/mlx5: Separate IRQ table creation from EQ table creationYuval Avnery
2019-06-13net/mlx5: Move IRQ affinity set to IRQ allocation phaseYuval Avnery
2019-06-13net/mlx5: Move IRQ rmap creation to IRQ allocation phaseYuval Avnery
2019-06-13net/mlx5: Separate IRQ data from EQ table dataYuval Avnery
2019-06-13net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery