summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/pci.c
AgeCommit message (Expand)Author
2024-07-09mlxsw: pci: Lock configuration space of upstream bridge during resetIdo Schimmel
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-26mlxsw: pci: Use fragmented buffersAmit Cohen
2024-06-26mlxsw: pci: Store number of scatter/gather entries for maximum packet sizeAmit Cohen
2024-06-21mlxsw: pci: Fix driver initialization with Spectrum-4Ido Schimmel
2024-06-19mlxsw: pci: Use napi_consume_skb() to free SKB as part of Tx completionAmit Cohen
2024-06-19mlxsw: pci: Do not store SKB for RDQ elementsAmit Cohen
2024-06-19mlxsw: pci: Optimize data buffer accessAmit Cohen
2024-06-19mlxsw: pci: Use page pool for Rx buffers allocationAmit Cohen
2024-06-19mlxsw: pci: Initialize page pool per CQAmit Cohen
2024-06-19mlxsw: pci: Store CQ pointer as part of RDQ structureAmit Cohen
2024-06-19mlxsw: pci: Split NAPI setup/teardown into two stepsAmit Cohen
2024-04-29mlxsw: pci: Use NAPI for event processingAmit Cohen
2024-04-29mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen
2024-04-29mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen
2024-04-29mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen
2024-04-29mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-19mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel
2024-04-03mlxsw: pci: Store DQ pointer as part of CQ structureAmit Cohen
2024-04-03mlxsw: pci: Remove mlxsw_pci_cq_count()Amit Cohen
2024-04-03mlxsw: pci: Remove mlxsw_pci_sdq_count()Amit Cohen
2024-04-03mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue typeAmit Cohen
2024-04-03mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet()Amit Cohen
2024-04-03mlxsw: pci: Remove unused wait queueAmit Cohen
2024-04-03mlxsw: pci: Use only one event queueAmit Cohen
2024-04-03mlxsw: pci: Rename MLXSW_PCI_EQS_COUNTAmit Cohen
2024-04-03mlxsw: pci: Poll command interface for each cmd_exec()Amit Cohen
2024-04-03mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet()Amit Cohen
2024-04-03mlxsw: pci: Remove unused countersAmit Cohen
2024-04-03mlxsw: pci: Arm CQ doorbell regardless of number of completionsAmit Cohen
2024-04-03mlxsw: pci: Do not setup tasklet from operationAmit Cohen
2024-04-03mlxsw: pci: Move mlxsw_pci_cq_{init, fini}()Amit Cohen
2024-04-03mlxsw: pci: Move mlxsw_pci_eq_{init, fini}()Amit Cohen
2023-11-25mlxsw: pci: Fix missing error checkingIdo Schimmel
2023-11-21mlxsw: pci: Permit enabling CFF modePetr Machata
2023-11-21mlxsw: core, pci: Add plumbing related to CFF modePetr Machata
2023-11-18mlxsw: pci: Implement PCI reset handlersIdo Schimmel
2023-11-18mlxsw: pci: Add support for new reset flowIdo Schimmel
2023-11-18mlxsw: pci: Move software reset code to a separate functionAmit Cohen
2023-11-18mlxsw: pci: Rename mlxsw_pci_sw_reset()Amit Cohen
2023-11-18mlxsw: Extend MRSR pack() function to support new commandsAmit Cohen
2023-10-20mlxsw: pci: Permit toggling LAG modePetr Machata
2023-10-20mlxsw: core, pci: Add plumbing related to LAG modePetr Machata
2023-10-13mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel
2023-08-18mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson
2022-08-30mlxsw: Support configuring 'max_lag' via CONFIG_PROFILEAmit Cohen
2022-07-29mlxsw: spectrum: Support time stamping on Spectrum-2Danielle Ratson
2022-07-29mlxsw: Query UTC sec and nsec PCI offsets and valuesDanielle Ratson
2022-07-29mlxsw: Support CQEv2 for SDQ in Spectrum-2 and newer ASICsDanielle Ratson