summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
2024-10-30mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 addressIdo Schimmel1-2/+24
2024-10-30mlxsw: pci: Sync Rx buffers for deviceAmit Cohen1-1/+2
2024-10-30mlxsw: pci: Sync Rx buffers for CPUAmit Cohen1-7/+15
2024-10-30mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen1-0/+7
2024-10-22mlxsw: spectrum_router: fix xa_store() error checkingYuan Can1-6/+3
2024-09-16Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-84/+31
2024-09-06mlxsw: spectrum: Remove setting of RX software timestampGal Pressman2-20/+6
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-2/+3
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-1/+2
2024-08-22mlxsw: core_thermal: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-84/+31
2024-07-31mlxsw: core_thermal: Fix -Wformat-truncation warningIdo Schimmel1-1/+1
2024-07-31mlxsw: core_thermal: Remove unnecessary assignmentsIdo Schimmel1-2/+0
2024-07-31mlxsw: core_thermal: Remove unnecessary checksIdo Schimmel1-5/+3
2024-07-31mlxsw: core_thermal: Simplify rollbackIdo Schimmel1-1/+1
2024-07-31mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetricIdo Schimmel1-7/+6
2024-07-31mlxsw: core_thermal: Remove unused argumentsIdo Schimmel1-3/+2
2024-07-31mlxsw: core_thermal: Fold two loops into oneIdo Schimmel1-3/+1
2024-07-31mlxsw: core_thermal: Remove another unnecessary checkIdo Schimmel1-2/+0
2024-07-31mlxsw: core_thermal: Remove unnecessary checkIdo Schimmel1-3/+0
2024-07-31mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionallyIdo Schimmel1-8/+2
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski4-9/+9
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent4-9/+9
2024-07-09mlxsw: pci: Lock configuration space of upstream bridge during resetIdo Schimmel1-0/+6
2024-07-09mlxsw: core_thermal: Report valid current state during cooling device registr...Ido Schimmel1-26/+25
2024-07-09mlxsw: Warn about invalid accesses to array fieldsPetr Machata1-0/+4
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-07-04mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...Aleksandr Mishin1-0/+1
2024-06-28mlxsw: Implement ethtool operation to write to a transceiver module EEPROMIdo Schimmel4-0/+93
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+31
2024-06-26mlxsw: pci: Use fragmented buffersAmit Cohen1-34/+129
2024-06-26mlxsw: pci: Store number of scatter/gather entries for maximum packet sizeAmit Cohen1-0/+20
2024-06-26net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2024-06-21mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systemsIdo Schimmel1-6/+14
2024-06-21mlxsw: pci: Fix driver initialization with Spectrum-4Ido Schimmel2-3/+17
2024-06-19mlxsw: pci: Use napi_consume_skb() to free SKB as part of Tx completionAmit Cohen1-3/+3
2024-06-19mlxsw: pci: Do not store SKB for RDQ elementsAmit Cohen1-12/+7
2024-06-19mlxsw: pci: Optimize data buffer accessAmit Cohen1-0/+1
2024-06-19mlxsw: pci: Use page pool for Rx buffers allocationAmit Cohen1-39/+64
2024-06-19mlxsw: pci: Initialize page pool per CQAmit Cohen2-1/+60
2024-06-19mlxsw: pci: Store CQ pointer as part of RDQ structureAmit Cohen1-0/+5
2024-06-19mlxsw: pci: Split NAPI setup/teardown into two stepsAmit Cohen1-3/+2
2024-06-14mlxsw: Use the same maximum MTU value throughout the driverAmit Cohen3-26/+6
2024-06-14mlxsw: spectrum: Set more accurate values for netdevice min/max MTUAmit Cohen1-4/+2
2024-06-14mlxsw: Adjust MTU value to hardware checkAmit Cohen2-1/+2
2024-06-14mlxsw: port: Edit maximum MTU valueAmit Cohen1-1/+1
2024-06-12mlxsw: spectrum_router: Apply user-defined multipath hash seedPetr Machata1-1/+5
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel3-17/+12
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-13/+0
2024-06-10mlxsw: spectrum_acl_atcam: Fix wrong commentIdo Schimmel1-1/+1
2024-06-05mlxsw: spectrum_router: Constify struct devlink_dpipe_table_opsChristophe JAILLET1-4/+4