summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)AuthorFilesLines
14 daysmlxsw: spectrum: Forward packets with an IPv4 link-local source IPIdo Schimmel2-0/+3
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2025-07-25net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-19net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-1/+1
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-05-28mlxsw: core_thermal: Constify struct thermal_zone_device_opsChristophe JAILLET1-4/+4
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-05-15mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devicesIdo Schimmel1-0/+3
2025-05-14net: mlxsw: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean4-72/+48
2025-04-18net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook1-1/+1
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+22
2025-03-25mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versionsWangYuli1-5/+22
2025-03-25mlxsw: Add VXLAN bridge ports to same hardware domain as physical bridge portsAmit Cohen2-6/+26
2025-03-25mlxsw: spectrum_switchdev: Move mlxsw_sp_bridge_vxlan_join()Amit Cohen1-15/+15
2025-03-25mlxsw: spectrum_switchdev: Add an internal API for VXLAN leaveAmit Cohen1-5/+11
2025-03-25mlxsw: spectrum: Call mlxsw_sp_bridge_vxlan_{join, leave}() for VLAN-aware br...Amit Cohen1-16/+4
2025-03-25mlxsw: Trap ARP packets at layer 2 instead of layer 3Amit Cohen3-11/+8
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-02-13mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()Wentao Liang1-1/+3
2025-02-11mlxsw: Enable Tx checksum offloadIdo Schimmel3-2/+11
2025-02-05mlxsw: spectrum_router: Remove unused functionsDr. David Alan Gilbert3-52/+0
2025-01-18mlxsw: Do not store Tx header length as driver parameterAmit Cohen3-6/+2
2025-01-18mlxsw: Move Tx header handling to PCI driverAmit Cohen7-180/+65
2025-01-18mlxsw: Define Tx header fields in txheader.hAmit Cohen2-68/+63
2025-01-18mlxsw: Initialize txhdr_info according to PTP operationsAmit Cohen4-1/+38
2025-01-18mlxsw: Add mlxsw_txhdr_info structureAmit Cohen5-19/+23
2025-01-16inet: ipmr: fix data-racesEric Dumazet1-4/+4
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang1-2/+1
2024-12-18mlxsw: Switch to napi_gro_receive()Ido Schimmel4-3/+6
2024-12-12mlxsw: spectrum_flower: Do not allow mixing sample and mirror actionsIdo Schimmel1-0/+10
2024-12-05mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4Ido Schimmel1-1/+5
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+48
2024-10-31mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 addressIdo Schimmel1-2/+24
2024-10-31mlxsw: pci: Sync Rx buffers for deviceAmit Cohen1-1/+2
2024-10-31mlxsw: pci: Sync Rx buffers for CPUAmit Cohen1-7/+15
2024-10-31mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen1-0/+7
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-6/+3
2024-10-22mlxsw: spectrum_router: fix xa_store() error checkingYuan Can1-6/+3
2024-10-08mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_instChristophe JAILLET3-37/+37
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