index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlxsw
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-30
mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 address
Ido Schimmel
1
-2
/
+24
2024-10-30
mlxsw: pci: Sync Rx buffers for device
Amit Cohen
1
-1
/
+2
2024-10-30
mlxsw: pci: Sync Rx buffers for CPU
Amit Cohen
1
-7
/
+15
2024-10-30
mlxsw: spectrum_ptp: Add missing verification before pushing Tx header
Amit Cohen
1
-0
/
+7
2024-10-22
mlxsw: spectrum_router: fix xa_store() error checking
Yuan Can
1
-6
/
+3
2024-09-16
Merge tag 'thermal-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-84
/
+31
2024-09-06
mlxsw: spectrum: Remove setting of RX software timestamp
Gal Pressman
2
-20
/
+6
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-2
/
+3
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+2
2024-08-22
mlxsw: core_thermal: Use the .should_bind() thermal zone callback
Rafael J. Wysocki
1
-84
/
+31
2024-07-31
mlxsw: core_thermal: Fix -Wformat-truncation warning
Ido Schimmel
1
-1
/
+1
2024-07-31
mlxsw: core_thermal: Remove unnecessary assignments
Ido Schimmel
1
-2
/
+0
2024-07-31
mlxsw: core_thermal: Remove unnecessary checks
Ido Schimmel
1
-5
/
+3
2024-07-31
mlxsw: core_thermal: Simplify rollback
Ido Schimmel
1
-1
/
+1
2024-07-31
mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetric
Ido Schimmel
1
-7
/
+6
2024-07-31
mlxsw: core_thermal: Remove unused arguments
Ido Schimmel
1
-3
/
+2
2024-07-31
mlxsw: core_thermal: Fold two loops into one
Ido Schimmel
1
-3
/
+1
2024-07-31
mlxsw: core_thermal: Remove another unnecessary check
Ido Schimmel
1
-2
/
+0
2024-07-31
mlxsw: core_thermal: Remove unnecessary check
Ido Schimmel
1
-3
/
+0
2024-07-31
mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionally
Ido Schimmel
1
-8
/
+2
2024-07-15
Merge branch 'net-make-timestamping-selectable'
Jakub Kicinski
4
-9
/
+9
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
4
-9
/
+9
2024-07-09
mlxsw: pci: Lock configuration space of upstream bridge during reset
Ido Schimmel
1
-0
/
+6
2024-07-09
mlxsw: core_thermal: Report valid current state during cooling device registr...
Ido Schimmel
1
-26
/
+25
2024-07-09
mlxsw: Warn about invalid accesses to array fields
Petr Machata
1
-0
/
+4
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-07-04
mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...
Aleksandr Mishin
1
-0
/
+1
2024-06-28
mlxsw: Implement ethtool operation to write to a transceiver module EEPROM
Ido Schimmel
4
-0
/
+93
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-9
/
+31
2024-06-26
mlxsw: pci: Use fragmented buffers
Amit Cohen
1
-34
/
+129
2024-06-26
mlxsw: pci: Store number of scatter/gather entries for maximum packet size
Amit Cohen
1
-0
/
+20
2024-06-26
net: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
1
-2
/
+2
2024-06-21
mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systems
Ido Schimmel
1
-6
/
+14
2024-06-21
mlxsw: pci: Fix driver initialization with Spectrum-4
Ido Schimmel
2
-3
/
+17
2024-06-19
mlxsw: pci: Use napi_consume_skb() to free SKB as part of Tx completion
Amit Cohen
1
-3
/
+3
2024-06-19
mlxsw: pci: Do not store SKB for RDQ elements
Amit Cohen
1
-12
/
+7
2024-06-19
mlxsw: pci: Optimize data buffer access
Amit Cohen
1
-0
/
+1
2024-06-19
mlxsw: pci: Use page pool for Rx buffers allocation
Amit Cohen
1
-39
/
+64
2024-06-19
mlxsw: pci: Initialize page pool per CQ
Amit Cohen
2
-1
/
+60
2024-06-19
mlxsw: pci: Store CQ pointer as part of RDQ structure
Amit Cohen
1
-0
/
+5
2024-06-19
mlxsw: pci: Split NAPI setup/teardown into two steps
Amit Cohen
1
-3
/
+2
2024-06-14
mlxsw: Use the same maximum MTU value throughout the driver
Amit Cohen
3
-26
/
+6
2024-06-14
mlxsw: spectrum: Set more accurate values for netdevice min/max MTU
Amit Cohen
1
-4
/
+2
2024-06-14
mlxsw: Adjust MTU value to hardware check
Amit Cohen
2
-1
/
+2
2024-06-14
mlxsw: port: Edit maximum MTU value
Amit Cohen
1
-1
/
+1
2024-06-12
mlxsw: spectrum_router: Apply user-defined multipath hash seed
Petr Machata
1
-1
/
+5
2024-06-10
mlxsw: spectrum_acl: Fix ACL scale regression and firmware errors
Ido Schimmel
3
-17
/
+12
2024-06-10
mlxsw: spectrum_acl_erp: Fix object nesting warning
Ido Schimmel
1
-13
/
+0
2024-06-10
mlxsw: spectrum_acl_atcam: Fix wrong comment
Ido Schimmel
1
-1
/
+1
2024-06-05
mlxsw: spectrum_router: Constify struct devlink_dpipe_table_ops
Christophe JAILLET
1
-4
/
+4
[next]