summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1
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 Kicinski5-66/+86
2024-04-25mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel1-1/+5
2024-04-25mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel1-0/+7
2024-04-25mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel1-3/+17
2024-04-25mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel1-0/+4
2024-04-25mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel1-1/+1
2024-04-25mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel1-0/+1
2024-04-25mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel1-2/+8
2024-04-25mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel1-2/+2
2024-04-25mlxsw: spectrum_acl_tcam: Fix race in region ID allocationIdo Schimmel2-36/+30
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-1/+2
2024-04-20mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel1-6/+4
2024-04-20mlxsw: core_env: Fix driver initialization with old firmwareIdo Schimmel1-14/+6
2024-04-20mlxsw: core: Unregister EMAD trap using FORWARD actionIdo Schimmel1-1/+1
2024-04-19mlxsw: spectrum_flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-04-11mlxsw: spectrum_ethtool: Add support for 100Gb/s per lane link modesIdo Schimmel2-0/+63
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 Cohen2-40/+16
2024-04-04mlxsw: pci: Rename MLXSW_PCI_EQS_COUNTAmit Cohen2-3/+3
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
2024-04-01ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2-12/+20
2024-04-01ip_tunnel: use a separate struct to store tunnel params in the kernelAlexander Lobakin3-16/+20
2024-03-13Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2024-03-12mlxsw: spectrum_router: Share nexthop counters in resilient groupsPetr Machata1-2/+68
2024-03-12mlxsw: spectrum_router: Support nexthop group hardware statisticsPetr Machata1-6/+142
2024-03-12mlxsw: spectrum_router: Track NH ID's of group membersPetr Machata1-0/+2
2024-03-12mlxsw: spectrum_router: Add helpers for nexthop countersPetr Machata1-15/+50
2024-03-12mlxsw: spectrum_router: Avoid allocating NH counters twicePetr Machata1-0/+3
2024-03-12mlxsw: spectrum: Allow fetch-and-clear of flow countersPetr Machata5-9/+11
2024-03-12mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return intPetr Machata3-12/+36
2024-03-12mlxsw: spectrum_router: Rename two functionsPetr Machata3-19/+19
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki1-3/+0