summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
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-08-01mlxsw: core_thermal: Fix -Wformat-truncation warningIdo Schimmel1-1/+1
2024-08-01mlxsw: core_thermal: Remove unnecessary assignmentsIdo Schimmel1-2/+0
2024-08-01mlxsw: core_thermal: Remove unnecessary checksIdo Schimmel1-5/+3
2024-08-01mlxsw: core_thermal: Simplify rollbackIdo Schimmel1-1/+1
2024-08-01mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetricIdo Schimmel1-7/+6
2024-08-01mlxsw: core_thermal: Remove unused argumentsIdo Schimmel1-3/+2
2024-08-01mlxsw: core_thermal: Fold two loops into oneIdo Schimmel1-3/+1
2024-08-01mlxsw: core_thermal: Remove another unnecessary checkIdo Schimmel1-2/+0
2024-08-01mlxsw: core_thermal: Remove unnecessary checkIdo Schimmel1-3/+0
2024-08-01mlxsw: 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-10mlxsw: pci: Lock configuration space of upstream bridge during resetIdo Schimmel1-0/+6
2024-07-10mlxsw: core_thermal: Report valid current state during cooling device registr...Ido Schimmel1-26/+25
2024-07-10mlxsw: Warn about invalid accesses to array fieldsPetr Machata1-0/+4
2024-07-05Merge 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-20mlxsw: pci: Use napi_consume_skb() to free SKB as part of Tx completionAmit Cohen1-3/+3
2024-06-20mlxsw: pci: Do not store SKB for RDQ elementsAmit Cohen1-12/+7
2024-06-20mlxsw: pci: Optimize data buffer accessAmit Cohen1-0/+1
2024-06-20mlxsw: pci: Use page pool for Rx buffers allocationAmit Cohen1-39/+64
2024-06-20mlxsw: pci: Initialize page pool per CQAmit Cohen2-1/+60
2024-06-20mlxsw: pci: Store CQ pointer as part of RDQ structureAmit Cohen1-0/+5
2024-06-20mlxsw: pci: Split NAPI setup/teardown into two stepsAmit Cohen1-3/+2
2024-06-15mlxsw: Use the same maximum MTU value throughout the driverAmit Cohen3-26/+6
2024-06-15mlxsw: spectrum: Set more accurate values for netdevice min/max MTUAmit Cohen1-4/+2
2024-06-15mlxsw: Adjust MTU value to hardware checkAmit Cohen2-1/+2
2024-06-15mlxsw: port: Edit maximum MTU valueAmit Cohen1-1/+1
2024-06-13mlxsw: 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
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