summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlxsw
AgeCommit message (Expand)Author
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-02net: remove unnecessary module_init/exit functionsEthan Nelson-Moore
2025-12-04mlxsw: spectrum_mr: Fix use-after-free when updating multicast route statsIdo Schimmel
2025-12-04mlxsw: spectrum_router: Fix neighbour use-after-freeIdo Schimmel
2025-12-04mlxsw: spectrum_router: Fix possible neighbour reference count leakIdo Schimmel
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka
2025-11-14net: mlxsw: linecards: fix missing error check in mlxsw_linecard_devlink_info...Pavel Zhigulin
2025-11-13mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats()Zilin Guan
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-15mlxsw: spectrum_cnt: use bitmap_empty() in mlxsw_sp_counter_pool_fini()Yury Norov (NVIDIA)
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-15mlxsw: spectrum: Forward packets with an IPv4 link-local source IPIdo Schimmel
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
2025-05-27mlxsw: core_thermal: Constify struct thermal_zone_device_opsChristophe JAILLET
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devicesIdo Schimmel
2025-05-13net: mlxsw: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-04-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-24mlxsw: spectrum_acl_bloom_filter: Workaround for some LLVM versionsWangYuli
2025-03-24mlxsw: Add VXLAN bridge ports to same hardware domain as physical bridge portsAmit Cohen
2025-03-24mlxsw: spectrum_switchdev: Move mlxsw_sp_bridge_vxlan_join()Amit Cohen
2025-03-24mlxsw: spectrum_switchdev: Add an internal API for VXLAN leaveAmit Cohen
2025-03-24mlxsw: spectrum: Call mlxsw_sp_bridge_vxlan_{join, leave}() for VLAN-aware br...Amit Cohen
2025-03-24mlxsw: Trap ARP packets at layer 2 instead of layer 3Amit Cohen
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-13mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()Wentao Liang
2025-02-10mlxsw: Enable Tx checksum offloadIdo Schimmel
2025-02-04mlxsw: spectrum_router: Remove unused functionsDr. David Alan Gilbert
2025-01-17mlxsw: Do not store Tx header length as driver parameterAmit Cohen
2025-01-17mlxsw: Move Tx header handling to PCI driverAmit Cohen
2025-01-17mlxsw: Define Tx header fields in txheader.hAmit Cohen
2025-01-17mlxsw: Initialize txhdr_info according to PTP operationsAmit Cohen
2025-01-17mlxsw: Add mlxsw_txhdr_info structureAmit Cohen
2025-01-15inet: ipmr: fix data-racesEric Dumazet
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang
2024-12-17mlxsw: Switch to napi_gro_receive()Ido Schimmel
2024-12-11mlxsw: spectrum_flower: Do not allow mixing sample and mirror actionsIdo Schimmel
2024-12-04mlxsw: spectrum_acl_flex_keys: Use correct key block on Spectrum-4Ido Schimmel
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski