summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel1-6/+4
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
2021-05-18mlxsw: Remove Mellanox SwitchX-2 ASIC supportAmit Cohen1-5/+0
2021-03-15mlxsw: pci: Set extra metadata in skb control blockIdo Schimmel1-0/+53
2021-03-15mlxsw: Create dedicated field for Rx metadata in skb control blockIdo Schimmel1-1/+1
2021-01-15mlxsw: pci: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-31/+25
2020-12-15mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko1-0/+6
2020-12-15mlxsw: pci: Obtain info about ports used by eXtended mezanineJiri Pirko1-1/+26
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-07-15mlxsw: pci: Retrieve mirror reason from CQE during receiveIdo Schimmel1-1/+5
2020-07-11mlxsw: pci: Fix use-after-free in case of failed devlink reloadIdo Schimmel1-16/+38
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+39
2020-03-20mlxsw: pci: Only issue reset when system is readyIdo Schimmel1-11/+39
2020-02-25mlxsw: pci: Extract cookie index for ACL discard trap packetsJiri Pirko1-0/+9
2019-10-04mlxsw: Propagate extack down to register_fib_notifier()Jiri Pirko1-1/+1
2019-10-03mlxsw: PCI: Send EMAD traffic on a separate queuePetr Machata1-2/+14
2019-07-15ethernet: remove redundant memsetFuqian Huang1-1/+0
2019-07-02mlxsw: pci: PTP: Hook into packet transmit pathPetr Machata1-1/+16
2019-06-14mlxsw: pci: Query free running clock PCI BAR and offsetsShalom Toledo1-0/+32
2019-03-04mlxsw: core: Move resource query API to common locationVadim Pasternak1-37/+1
2019-01-19mlxsw: pci: Return error on PCI reset timeoutNir Dotan1-2/+2
2019-01-19mlxsw: pci: Ring CQ's doorbell before RDQ'sIdo Schimmel1-5/+7
2018-12-04mlxsw: core: Reset firmware after flash during driver initializationShalom Toledo1-10/+1
2018-10-04mlxsw: pci: Derive event type from event queue numberNir Dotan1-4/+7