summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eq.c
AgeCommit message (Expand)Author
2020-05-22net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha
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
2019-06-13net/mlx5: Change interrupt handler to call chain notifierYuval Avnery
2019-06-13net/mlx5: Introduce EQ polling budgetYuval Avnery
2019-05-31net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham
2019-05-31net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-14net/mlx5: Set completion EQs as shared resourcesYishai Hadas
2019-05-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-04-29net/mlx5: Enable general events on all interfacesAya Levin
2019-04-05net/mlx5: A write memory barrier is sufficient in EQ ci updateTariq Toukan
2019-03-22net/mlx5: Fix compilation warning in eq.cSaeed Mahameed
2019-02-14net/mlx5: Relocate vport macros to the vport header fileBodong Wang
2019-02-14net/mlx5: Add host params change eventBodong Wang
2019-02-11mlx5: use RCU lock in mlx5_eq_cq_get()Cong Wang
2018-12-10net/mlx5: Add monitor commands layout and event dataEyal Davidovich
2018-11-26net/mlx5: Device events, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: CQ ERR, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: Resource tables, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: CmdIF, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: FWPage, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: E-Switch, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: Clock, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: FPGA, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: FWTrace, Use async events chainSaeed Mahameed
2018-11-26net/mlx5: EQ, Introduce atomic notifier chain subscription APISaeed Mahameed
2018-11-20net/mlx5: EQ, Make EQE access methods inlineSaeed Mahameed
2018-11-20{net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed
2018-11-20net/mlx5: EQ, Generic EQSaeed Mahameed
2018-11-20net/mlx5: EQ, Different EQ typesSaeed Mahameed
2018-11-20net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed