Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-02-28--06-00 (v6.14-rc4-946-g17e1dc084115) remotes/brancher/net-next-2025-02-28--09-00 (v6.14-rc4-956-g172b8057b92f) ==== 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.iClpcB03ZL b/tmp/tmp.zQ8bUXtzVC index f614da6a9212..66b500eb9644 100644 --- a/tmp/tmp.iClpcB03ZL +++ b/tmp/tmp.zQ8bUXtzVC @@ -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(). eth: bnxt: count xdp xmit packets eth: bnxt: maintain tx pkt/byte stats in SW eth: bnxt: maintain rx pkt/byte stats in SW @@ -77,10 +89,6 @@ 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 @@ -100,9 +108,6 @@ 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