summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21mlxsw: pci: Fix driver initialization with Spectrum-4Ido Schimmel1-3/+15
2024-04-29mlxsw: pci: Use NAPI for event processingAmit Cohen1-19/+77
2024-04-29mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen1-38/+38
2024-04-29mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen1-0/+41
2024-04-29mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen1-7/+3
2024-04-29mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen1-2/+3
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2024-04-20mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel1-6/+4
2024-04-04mlxsw: pci: Store DQ pointer as part of CQ structureAmit Cohen1-13/+28
2024-04-04mlxsw: pci: Remove mlxsw_pci_cq_count()Amit Cohen1-15/+3
2024-04-04mlxsw: pci: Remove mlxsw_pci_sdq_count()Amit Cohen1-12/+7
2024-04-04mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue typeAmit Cohen1-12/+74
2024-04-04mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet()Amit Cohen1-2/+2
2024-04-04mlxsw: pci: Remove unused wait queueAmit Cohen1-8/+4
2024-04-04mlxsw: pci: Use only one event queueAmit Cohen1-39/+15
2024-04-04mlxsw: pci: Rename MLXSW_PCI_EQS_COUNTAmit Cohen1-2/+2
2024-04-04mlxsw: pci: Poll command interface for each cmd_exec()Amit Cohen1-31/+17
2024-04-04mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet()Amit Cohen1-9/+12
2024-04-04mlxsw: pci: Remove unused countersAmit Cohen1-31/+18
2024-04-04mlxsw: pci: Arm CQ doorbell regardless of number of completionsAmit Cohen1-2/+2
2024-04-04mlxsw: pci: Do not setup tasklet from operationAmit Cohen1-6/+2
2024-04-04mlxsw: pci: Move mlxsw_pci_cq_{init, fini}()Amit Cohen1-43/+43
2024-04-04mlxsw: pci: Move mlxsw_pci_eq_{init, fini}()Amit Cohen1-36/+36
2023-11-25mlxsw: pci: Fix missing error checkingIdo Schimmel1-0/+2
2023-11-22mlxsw: pci: Permit enabling CFF modePetr Machata1-1/+8
2023-11-22mlxsw: core, pci: Add plumbing related to CFF modePetr Machata1-0/+18
2023-11-18mlxsw: pci: Implement PCI reset handlersIdo Schimmel1-0/+28
2023-11-18mlxsw: pci: Add support for new reset flowIdo Schimmel1-1/+43
2023-11-18mlxsw: pci: Move software reset code to a separate functionAmit Cohen1-3/+9
2023-11-18mlxsw: pci: Rename mlxsw_pci_sw_reset()Amit Cohen1-5/+5
2023-11-18mlxsw: Extend MRSR pack() function to support new commandsAmit Cohen1-1/+1
2023-10-20mlxsw: pci: Permit toggling LAG modePetr Machata1-4/+12
2023-10-20mlxsw: core, pci: Add plumbing related to LAG modePetr Machata1-0/+14
2023-10-14mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel1-4/+5
2023-08-19mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson1-2/+6
2022-08-31mlxsw: Support configuring 'max_lag' via CONFIG_PROFILEAmit Cohen1-0/+5
2022-07-29mlxsw: spectrum: Support time stamping on Spectrum-2Danielle Ratson1-1/+21
2022-07-29mlxsw: Query UTC sec and nsec PCI offsets and valuesDanielle Ratson1-0/+38
2022-07-29mlxsw: Support CQEv2 for SDQ in Spectrum-2 and newer ASICsDanielle Ratson1-2/+2
2022-07-25mlxsw: pci: Simplify FRC clock readingAmit Cohen1-6/+12
2022-07-25mlxsw: Rename 'read_frc_capable' bit to 'read_clock_capable'Danielle Ratson1-1/+1
2022-07-25mlxsw: Set time stamp type as part of config profileDanielle Ratson1-0/+7
2022-07-04mlxsw: Add ubridge to config profileAmit Cohen1-0/+5
2022-06-22mlxsw: pci: Query resources before and after issuing 'CONFIG_PROFILE' commandAmit Cohen1-0/+9
2022-06-15mlxsw: Revert "Introduce initial XM router support"Petr Machata1-32/+1
2022-01-05mlxsw: pci: Avoid flow control for EMAD packetsDanielle Ratson1-1/+5
2021-11-23mlxsw: pci: Add shutdown method in PCI driverDanielle Ratson1-0/+1
2021-11-07Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-26mlxsw: pci: Recycle received packet upon allocation failureIdo Schimmel1-13/+12
2021-10-13mlxsw: pci: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1