summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: pci: Sync Rx buffers for deviceAmit Cohen2024-10-311-1/+2
* mlxsw: pci: Sync Rx buffers for CPUAmit Cohen2024-10-311-7/+15
* mlxsw: pci: Lock configuration space of upstream bridge during resetIdo Schimmel2024-07-101-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-271-3/+15
|\
| * mlxsw: pci: Fix driver initialization with Spectrum-4Ido Schimmel2024-06-211-3/+15
* | mlxsw: pci: Use fragmented buffersAmit Cohen2024-06-261-34/+129
* | mlxsw: pci: Store number of scatter/gather entries for maximum packet sizeAmit Cohen2024-06-261-0/+20
* | mlxsw: pci: Use napi_consume_skb() to free SKB as part of Tx completionAmit Cohen2024-06-201-3/+3
* | mlxsw: pci: Do not store SKB for RDQ elementsAmit Cohen2024-06-201-12/+7
* | mlxsw: pci: Optimize data buffer accessAmit Cohen2024-06-201-0/+1
* | mlxsw: pci: Use page pool for Rx buffers allocationAmit Cohen2024-06-201-39/+64
* | mlxsw: pci: Initialize page pool per CQAmit Cohen2024-06-201-1/+59
* | mlxsw: pci: Store CQ pointer as part of RDQ structureAmit Cohen2024-06-201-0/+5
* | mlxsw: pci: Split NAPI setup/teardown into two stepsAmit Cohen2024-06-201-3/+2
|/
* mlxsw: pci: Use NAPI for event processingAmit Cohen2024-04-291-19/+77
* mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen2024-04-291-38/+38
* mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen2024-04-291-0/+41
* mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen2024-04-291-7/+3
* mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen2024-04-291-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-6/+4
|\
| * mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel2024-04-201-6/+4
* | mlxsw: pci: Store DQ pointer as part of CQ structureAmit Cohen2024-04-041-13/+28
* | mlxsw: pci: Remove mlxsw_pci_cq_count()Amit Cohen2024-04-041-15/+3
* | mlxsw: pci: Remove mlxsw_pci_sdq_count()Amit Cohen2024-04-041-12/+7
* | mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue typeAmit Cohen2024-04-041-12/+74
* | mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet()Amit Cohen2024-04-041-2/+2
* | mlxsw: pci: Remove unused wait queueAmit Cohen2024-04-041-8/+4
* | mlxsw: pci: Use only one event queueAmit Cohen2024-04-041-39/+15
* | mlxsw: pci: Rename MLXSW_PCI_EQS_COUNTAmit Cohen2024-04-041-2/+2
* | mlxsw: pci: Poll command interface for each cmd_exec()Amit Cohen2024-04-041-31/+17
* | mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet()Amit Cohen2024-04-041-9/+12
* | mlxsw: pci: Remove unused countersAmit Cohen2024-04-041-31/+18
* | mlxsw: pci: Arm CQ doorbell regardless of number of completionsAmit Cohen2024-04-041-2/+2
* | mlxsw: pci: Do not setup tasklet from operationAmit Cohen2024-04-041-6/+2
* | mlxsw: pci: Move mlxsw_pci_cq_{init, fini}()Amit Cohen2024-04-041-43/+43
* | mlxsw: pci: Move mlxsw_pci_eq_{init, fini}()Amit Cohen2024-04-041-36/+36
|/
* mlxsw: pci: Fix missing error checkingIdo Schimmel2023-11-251-0/+2
* mlxsw: pci: Permit enabling CFF modePetr Machata2023-11-211-1/+8
* mlxsw: core, pci: Add plumbing related to CFF modePetr Machata2023-11-211-0/+18
* mlxsw: pci: Implement PCI reset handlersIdo Schimmel2023-11-181-0/+28
* mlxsw: pci: Add support for new reset flowIdo Schimmel2023-11-181-1/+43
* mlxsw: pci: Move software reset code to a separate functionAmit Cohen2023-11-181-3/+9
* mlxsw: pci: Rename mlxsw_pci_sw_reset()Amit Cohen2023-11-181-5/+5
* mlxsw: Extend MRSR pack() function to support new commandsAmit Cohen2023-11-181-1/+1
* mlxsw: pci: Permit toggling LAG modePetr Machata2023-10-201-4/+12
* mlxsw: core, pci: Add plumbing related to LAG modePetr Machata2023-10-201-0/+14
* mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel2023-10-141-4/+5
* mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson2023-08-191-2/+6
* mlxsw: Support configuring 'max_lag' via CONFIG_PROFILEAmit Cohen2022-08-311-0/+5
* mlxsw: spectrum: Support time stamping on Spectrum-2Danielle Ratson2022-07-291-1/+21