Single branch specified, using that and the previous one: remotes/brancher/net-next-hw-2025-02-28--08-00 (v6.14-rc4-909-gab8a1230ca7d) remotes/brancher/net-next-hw-2025-02-28--16-00 (v6.14-rc4-906-g140c40db8e16) ==== BASE DIFF ==== drivers/net/ethernet/mellanox/mlx5/core/health.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.6VbewfxpqM b/tmp/tmp.rTA8d0TBMz index f1c93f43c72f..0f2a81152fe7 100644 --- a/tmp/tmp.6VbewfxpqM +++ b/tmp/tmp.rTA8d0TBMz @@ -3,6 +3,18 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL. +ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config(). +ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl(). +ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit(). +ipv4: fib: Namespacify fib_info hash tables. +ipv4: fib: Add fib_info_hash_grow(). +ipv4: fib: Remove fib_info_hash_size. +ipv4: fib: Remove fib_info_laddrhash pointer. +ipv4: fib: Make fib_info_hashfn() return struct hlist_head. +ipv4: fib: Allocate fib_info_hash[] during netns initialisation. +ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc(). +ipv4: fib: Use cached net in fib_inetaddr_event(). net: dsa: rtl8366rb: don't prompt users for LED control nf_conntrack_h323: Fix spelling mistake "authenticaton" -> "authentication" Merge tag 'for-net-2025-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth @@ -40,32 +52,12 @@ net: add get_netmem/put_netmem support inet: ping: avoid skb_clone() dance in ping_rcv() ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses net: gso: fix ownership in __udp_gso_segment -net/mlx5: Add trust lockdown error to health syndrome print function -net/mlx5: Expose crr in health buffer -net/mlx5: Log health buffer data on any syndrome -net/mlx5: Avoid report two health errors on same syndrome net/mlx5e: Properly match IPsec subnet addresses net/mlx5e: Separate address related variables to be in struct net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG net/mlx5e: Enable lanes configuration when auto-negotiation is off net/mlx5: Refactor link speed handling with mlx5_link_info struct net/mlx5: Relocate function declarations from port.h to mlx5_core.h -net: phy: phy_caps: Allow getting an phy_interface's capabilities -net: phy: phylink: Convert capabilities to linkmodes using phy_caps -net: phy: phylink: Add a mapping between MAC_CAPS and LINK_CAPS -net: phy: drop phy_settings and the associated lookup helpers -net: phy: phylink: Use phy_caps_lookup for fixed-link configuration -net: phy: phy_device: Use link_capabilities lookup for PHY aneg config -net: phy: phy_caps: Allow looking-up link caps based on speed and duplex -net: phy: phy_caps: Implement link_capabilities lookup by linkmode -net: phy: phy_caps: Introduce phy_caps_valid -net: phy: phy_caps: Move __set_linkmode_max_speed to phy_caps -net: phy: phy_caps: Move phy_speeds to phy_caps -net: phy: Use an internal, searchable storage for the linkmodes -net: ethtool: Export the link_mode_params definitions -net: plumb extack in __dev_change_net_namespace() -net: advertise netns_immutable property via netlink -net: rename netns_local to netns_immutable Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected() Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name() bluetooth: btusb: Initialize .owner field of force_poll_sync_fops