summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-1/+1
* 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-255-66/+86
|\
| * mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel2024-04-241-1/+5
| * mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel2024-04-241-0/+7
| * mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel2024-04-241-3/+17
| * mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel2024-04-241-0/+4
| * mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel2024-04-241-1/+1
| * mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel2024-04-241-0/+1
| * mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel2024-04-241-2/+8
| * mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel2024-04-241-2/+2
| * mlxsw: spectrum_acl_tcam: Fix race in region ID allocationIdo Schimmel2024-04-242-36/+30
| * mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel2024-04-191-6/+4
| * mlxsw: core_env: Fix driver initialization with old firmwareIdo Schimmel2024-04-191-14/+6
| * mlxsw: core: Unregister EMAD trap using FORWARD actionIdo Schimmel2024-04-191-1/+1
* | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-1/+2
* | mlxsw: spectrum_flower: validate control flagsAsbjørn Sloth Tønnesen2024-04-181-0/+4
* | mlxsw: spectrum_ethtool: Add support for 100Gb/s per lane link modesIdo Schimmel2024-04-102-0/+63
* | mlxsw: pci: Store DQ pointer as part of CQ structureAmit Cohen2024-04-031-13/+28
* | mlxsw: pci: Remove mlxsw_pci_cq_count()Amit Cohen2024-04-031-15/+3
* | mlxsw: pci: Remove mlxsw_pci_sdq_count()Amit Cohen2024-04-031-12/+7
* | mlxsw: pci: Break mlxsw_pci_cq_tasklet() into tasklets per queue typeAmit Cohen2024-04-031-12/+74
* | mlxsw: pci: Make style change in mlxsw_pci_cq_tasklet()Amit Cohen2024-04-031-2/+2
* | mlxsw: pci: Remove unused wait queueAmit Cohen2024-04-031-8/+4
* | mlxsw: pci: Use only one event queueAmit Cohen2024-04-032-40/+16
* | mlxsw: pci: Rename MLXSW_PCI_EQS_COUNTAmit Cohen2024-04-032-3/+3
* | mlxsw: pci: Poll command interface for each cmd_exec()Amit Cohen2024-04-031-31/+17
* | mlxsw: pci: Make style changes in mlxsw_pci_eq_tasklet()Amit Cohen2024-04-031-9/+12
* | mlxsw: pci: Remove unused countersAmit Cohen2024-04-031-31/+18
* | mlxsw: pci: Arm CQ doorbell regardless of number of completionsAmit Cohen2024-04-031-2/+2
* | mlxsw: pci: Do not setup tasklet from operationAmit Cohen2024-04-031-6/+2
* | mlxsw: pci: Move mlxsw_pci_cq_{init, fini}()Amit Cohen2024-04-031-43/+43
* | mlxsw: pci: Move mlxsw_pci_eq_{init, fini}()Amit Cohen2024-04-031-36/+36
* | ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-012-12/+20
* | ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin2024-04-013-16/+20
|/
* Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-6/+6
|\
| * thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-3/+0
| * mlxsw: core_thermal: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-6/+9
* | mlxsw: spectrum_router: Share nexthop counters in resilient groupsPetr Machata2024-03-111-2/+68
* | mlxsw: spectrum_router: Support nexthop group hardware statisticsPetr Machata2024-03-111-6/+142
* | mlxsw: spectrum_router: Track NH ID's of group membersPetr Machata2024-03-111-0/+2
* | mlxsw: spectrum_router: Add helpers for nexthop countersPetr Machata2024-03-111-15/+50
* | mlxsw: spectrum_router: Avoid allocating NH counters twicePetr Machata2024-03-111-0/+3
* | mlxsw: spectrum: Allow fetch-and-clear of flow countersPetr Machata2024-03-115-9/+11
* | mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return intPetr Machata2024-03-113-12/+36